绿满眶商城微信小程序-uniapp
peng
昨天 b106240cbdc2a641388fd9674f1fe73d1c316f5d
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)
      }
     })