From 065cea4e11cd1d54476667146fca8b3a8160cde4 Mon Sep 17 00:00:00 2001 From: ghusermoon <2673031505@qq.com> Date: Mon, 24 Aug 2020 14:13:12 +0800 Subject: [PATCH] add video link --- pageB/sdetails/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 + }); } }, }