绿满眶商城微信小程序-uniapp
peng
3 天以前 5b870e6d6f14ad6152cc560b37bf464a2601cde5
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)
      }
     })