Browse Source

修改个人中心订单数量显示的问题;去除多余代码

master
Gao xiaosong 4 years ago
parent
commit
0aaff92bc2
  1. 9
      pages/user/User/index.vue

9
pages/user/User/index.vue

@ -167,7 +167,7 @@
props: {},
data: function () {
return {
MyMenus: [],
MyMenus: [],
switchActive: false,
isWeixin: false
};
@ -298,13 +298,6 @@
changeswitch: function (data) {
this.switchActive = data;
},
User: function () {
let that = this;
getUserInfo().then(res => {
that.user = res.data;
that.orderStatusNum = res.data.orderStatusNum;
});
},
MenuUser: function () {
let that = this;
getMenuUser()

Loading…
Cancel
Save