绿满眶商城微信小程序-uniapp
peng
6 小时以前 e6c8da7b6e4270cb1353f3fd8cd799c02ca97c77
pages/health/healthVideo.vue
@@ -376,9 +376,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)
      }
     })