绿满眶商城微信小程序-uniapp
zxl
2025-12-16 8e36cf0540a398cc48ee96cdc4e294f57300a700
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)
      }
     })