pages/business/cstmr/csmtr.vue
@@ -98,7 +98,6 @@ async getDetail() { let res = await user.getDetail() if (res.code === 200) { console.log(res); this.user.username = res.data.username this.user.id = res.data.id this.type = res.data.type @@ -122,7 +121,6 @@ method: 'POST', header: {'token' : uni.getStorageSync('token'),}, }).then((res)=>{ console.log(res); }) }, back() { @@ -264,7 +262,6 @@ data: param, success(res) { res = res.data console.log(res); _this.csmtrList = res.data.records } })