2023-3-15

This commit is contained in:
2023-03-15 14:17:28 +08:00
parent f473451293
commit b9e99fb100
6 changed files with 38 additions and 26 deletions

View File

@@ -227,12 +227,14 @@
this.userDetailInfo = {}
this.couponList = []
this.viewList = []
this.listCollect = 0
this.getData();
},
async onShow() {
this.userDetailInfo = {}
this.couponList = []
this.viewList = []
this.listCollect = 0
this.getData();
},
@@ -308,6 +310,7 @@
this.logout();
this.couponList = []
this.viewList = []
this.listCollect = 0
this.getHistory();
} else {
this.userDetailInfo = data1.member;