绿满眶商城微信小程序-uniapp
peng
2 天以前 2a0d988b1439a9e2d3604350fa14034191f50140
pages/order/afterSales/afterSalesDetail.vue
@@ -199,9 +199,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)
            }
      })