绿满眶商城微信小程序-uniapp
zxl
昨天 e6e969ad460293d3e14ca5ed89fd3b1df82e37c3
pages/cusbar/video/video.vue
@@ -200,7 +200,7 @@
      </view>
    </u-popup>
    <custom-tabbar bgColor="#ffffff" selected="video"></custom-tabbar>
    <custom-tabbar bgColor="#ffffff" selected="video" selectedTextColor="#25a885"></custom-tabbar>
  </view>
</template>
@@ -327,9 +327,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)
      }
     })