Merge pull request 'add video link' (#286) from zhy into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/286
This commit is contained in:
hansu 2020-08-24 14:13:44 +08:00
commit 21b9995c1c

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