wkw 7 ヶ月 前
コミット
c47c706765

+ 0 - 11
src/components/header/header.vue

@@ -837,12 +837,6 @@
 			},
 		},
 		methods: {
-			// openVip(){
-			// 	ElMessage({
-			// 		message: '请前往首页扫码下载app去使用',
-			// 		type: 'warning',
-			// 	})
-			// },
 			//获取vip个人信息
 			getUserInfoVipList() {
 				this.$Request.get("/app/user/vipData").then((res) => {
@@ -1515,11 +1509,6 @@
 			},
 			//去消息页面
 			goMessage() {
-				// ElMessage({
-				// 	message: '请前往首页扫码下载app去使用',
-				// 	type: 'warning',
-				// })
-				// return;
 				if (localStorage.getItem('token')) {
 					this.$router.push({
 						name: 'message'

+ 5 - 10
src/views/enterprise/enterprise.vue

@@ -727,16 +727,11 @@
 
 			},
 			//去钱包页面
-			goMoney() {
-				// ElMessage({
-				// 	message: '请前往首页扫码下载app去使用',
-				// 	type: 'warning',
-				// })
-				// return;
-				this.$router.push({
-					name: 'money'
-				})
-			},
+			// goMoney() {
+			// 	this.$router.push({
+			// 		name: 'money'
+			// 	})
+			// },
 			//招聘刷新
 			refreshJob() {
 				this.$Request.post("/app/postPush/refreshPostPush").then(res => {

+ 0 - 5
src/views/post/postInfo.vue

@@ -257,11 +257,6 @@
 			},
 			//立即联系
 			openMeg() {
-				// ElMessage({
-				// 	message: '请前往首页扫码下载app去使用',
-				// 	type: 'warning',
-				// })
-				// return;
 				if (!localStorage.getItem('token')) {
 					this.goLogo()
 					return