add video link

This commit is contained in:
ghusermoon 2020-08-24 14:13:12 +08:00
parent dddbabd207
commit 065cea4e11

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