绿满眶商城微信小程序-uniapp
peng
2025-10-11 f1d0c08bbef3ffef0b9bbd0c181d2047c9866a7f
pages/kitchen/KitchenVideo.vue
@@ -410,9 +410,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)
           }
     })