|
@@ -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
|