diff --git a/pageB/sdetails/index.vue b/pageB/sdetails/index.vue index 7fd93b2..8822890 100644 --- a/pageB/sdetails/index.vue +++ b/pageB/sdetails/index.vue @@ -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 + }); } }, }