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) } })