绿满眶商城微信小程序-uniapp
peng
2025-10-30 72a73a1cde9ebbfc0097609595fe2226ae84b9f0
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)
            }
      })