Commit bdf6f36f by 冷斌

fix bug

parent 5a341bd9
...@@ -219,8 +219,7 @@ ...@@ -219,8 +219,7 @@
methods: { methods: {
onItem: function(item) { onItem: function(item) {
if(this.tab == 2) { if(this.tab == 2) {
let url = "{:U('mall/Goods/view')}" window.location.href = "/mall/"+item.goods_id+".html";
window.location.href = url.replace(/\[.*?\]/g, item.goods_id)
} else if(this.tab == 0) { } else if(this.tab == 0) {
let url = "{:U('course/Video/view')}" let url = "{:U('course/Video/view')}"
window.location.href = url.replace(/\[.*?\]/g, item.id) window.location.href = url.replace(/\[.*?\]/g, item.id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment