绿满眶商城微信小程序-uniapp
peng
2025-10-27 30ad7ef2b8d6298207e8ed24f9016b8e9cff7d71
pages/order/afterSales/afterSalesSelect.vue
@@ -94,9 +94,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)
      }
     })