|
@@ -128,7 +128,7 @@ Page({
|
|
success(res) {
|
|
success(res) {
|
|
resolve({
|
|
resolve({
|
|
title: '我的新作品发布啦,快来捧场点赞!',
|
|
title: '我的新作品发布啦,快来捧场点赞!',
|
|
- path: `/pages/pkPage/index?videoId=${wx.getStorageSync('shareVideoId')}&uid=${wx.getStorageSync('uid')}`,
|
|
|
|
|
|
+ path: `/pages/pkPage/index?videoId=${wx.getStorageSync('shareVideoId')}&uid=${wx.getStorageSync('uid')}&isShare=true`,
|
|
imageUrl: res.tempFilePath
|
|
imageUrl: res.tempFilePath
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -177,7 +177,7 @@ Page({
|
|
success(res) {
|
|
success(res) {
|
|
resolve({
|
|
resolve({
|
|
title: '我的新作品发布啦,快来捧场点赞!',
|
|
title: '我的新作品发布啦,快来捧场点赞!',
|
|
- path: `/pages/pkPage/index?videoId=${wx.getStorageSync('shareVideoId')}&uid=${wx.getStorageSync('uid')}`,
|
|
|
|
|
|
+ path: `/pages/pkPage/index?videoId=${wx.getStorageSync('shareVideoId')}&uid=${wx.getStorageSync('uid')}&isShare=true`,
|
|
imageUrl: res.tempFilePath
|
|
imageUrl: res.tempFilePath
|
|
})
|
|
})
|
|
},
|
|
},
|