pages/business/goBusiness/businessTripOther.vue
@@ -43,7 +43,6 @@ onShow() { let that = this uni.$on('isRefresh',function(data){ console.log(data); that.user.username = data.title that.user.id = data.id that.user.type = data.key @@ -59,7 +58,6 @@ methods: { async getDetail() { let res = await user.getDetail() console.log(res); if (res.code === 200) { this.user.username = res.data.username this.user.id = res.data.id