绿满眶商城微信小程序-uniapp
zhanghua
2025-10-15 50eac4101c827bc7202b8259534eed70aa909a49
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)
            }
      })