add video link #286

Merged
hansu merged 1 commits from zhy into master 2020-08-24 06:13:46 +00:00

View File

@ -683,9 +683,9 @@ export default {
},
playVideo() {
console.log(this.goodsInfo.video);
// this.$u.route('pageC/merchant/index', {
// url: this.goodsInfo.video
// });
this.$u.route('/pageB/playVideo/index', {
url: this.goodsInfo.video
});
}
},
}