|
@@ -120,7 +120,7 @@ export default {
|
|
|
let sectionId = item.sectionId || item.menuId;
|
|
|
let uuid = new Date().valueOf() + ""
|
|
|
// buyCourse 是否购买课程:1是 0否
|
|
|
- let encode = encodeURIComponent(this.config.hostLive+'pages/live/index?token='+uni.getStorageSync('token')+'&userInfo='+JSON.stringify(this.userInfo)+'&channelId='
|
|
|
+ let encode = encodeURIComponent(this.config.hostLive+'/pages/live/index?token='+uni.getStorageSync('token')+'&userInfo='+JSON.stringify(this.userInfo)+'&channelId='
|
|
|
+item.liveUrl+'&gradeId='+0+'&courseId='+this.courseId+'&goodsId='+this.goodsId+'&orderGoodsId='+this.orderGoodsId+'§ionId='+sectionId+'&chapterId='
|
|
|
+chapterId+'&moduleId='+moduleId+'&buyCourse=1'+'&ident='+uuid)
|
|
|
uni.navigateTo({
|