|
@@ -33,16 +33,6 @@
|
|
|
<text
|
|
|
style="color: #FFFFFF; margin-top: 5px; font-size: 14px; text-align: center; margin-top: 40px; font-weight: bold;">{{currentVideoInfo.total_zan}}</text>
|
|
|
</view>
|
|
|
- <!-- 3.分享 -->
|
|
|
- <!-- <view style="opacity: 0.9; margin-top: 17px;">
|
|
|
- <image src="@/static/img/video/share-fill.png"
|
|
|
- style="width: 40px; height: 40px; position: absolute; right: 5px;"></image>
|
|
|
- <text
|
|
|
- style="color: #FFFFFF; margin-top: 5px; font-size: 14px; text-align: center; font-weight: bold; margin-top: 40px;">分享</text>
|
|
|
- <button open-type="share"
|
|
|
- style="position: absolute; background: none; width: 100%; height: 100%;"
|
|
|
- @click.stop="share"></button>
|
|
|
- </view> -->
|
|
|
<!-- 4.追剧 -->
|
|
|
<view class="comment" style="opacity: 0.9; margin-top: 17px;">
|
|
|
<view v-if="videoInfo.is_binge_watch" @click="unBingewatch">
|
|
@@ -363,28 +353,6 @@
|
|
|
onShow() {
|
|
|
|
|
|
},
|
|
|
- onShareAppMessage: function(res) {
|
|
|
- // #ifdef MP-WEIXIN
|
|
|
- var href = '/pages/video/index?video_id=' + this.video_id + "&"
|
|
|
- console.log(res)
|
|
|
- let that = this;
|
|
|
- const obj = {
|
|
|
- title: "发送给好友",
|
|
|
- imageUrl: '',
|
|
|
- path: href,
|
|
|
- success: function(res) {
|
|
|
- console.log(res, "转发成功")
|
|
|
- },
|
|
|
- fail: function(res) {
|
|
|
- wx.showToast({
|
|
|
- title: '发送失败',
|
|
|
- icon: 'none'
|
|
|
- })
|
|
|
- }
|
|
|
- }
|
|
|
- return obj
|
|
|
- // #endif
|
|
|
- },
|
|
|
watch: {
|
|
|
activeIndex: {
|
|
|
handler(newVal, oldVal) {
|