Browse Source

前端gjy

gjy 3 years ago
parent
commit
348a5d9b82
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/user/user.vue

+ 2 - 2
pages/user/user.vue

@@ -215,7 +215,7 @@
 				this.username = this.userInfo.userName
 				this.userphone = this.userInfo.phone
 				var that = this
-				this.$api.doRequest('get', '/salePlanInfo/getTips', {phone:this.userInfo.phone}).then(res => {
+				this.$api.doRequest('get', '/notice/query/noticeNumber', {phone:this.userInfo.phone}).then(res => {
 					if (res.data.data) {
 						let name = 'myTip';
 						let value = res.data.data.myTip;
@@ -230,7 +230,7 @@
 							})
 						}
 						name = 'taskTip';
-						value = res.data.data.taskTip;
+						value = res.data.data.task;
 						that.$store.commit('$uStore', {
 							name,
 							value