绿满眶商城微信小程序-uniapp
zxl
2025-10-24 507deefd69a980e4d0d0c2e8da0dacad800951f7
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)
            }
      })