pages/order/afterSales/afterSales.vue
@@ -270,9 +270,9 @@ onShow() { getSessionId().then(res=>{ this.pageSessionNo = res.data.data this.actionParam.sessionId = this.pageSessionNo if(this.pageSessionNo){ let param = Object.assign({}, this.actionParam); param.sessionId = this.pageSessionNo userAction(param) } })