Commit 48e12649 by 陈超

T

parent 726d23b9
...@@ -180,8 +180,6 @@ ...@@ -180,8 +180,6 @@
onItem: function(item) { onItem: function(item) {
if(this.tab == 2) { if(this.tab == 2) {
let url = "{:U('mall/Goods/view')}" let url = "{:U('mall/Goods/view')}"
console.log(url.replace(/\[.*?\]/g, item.uid))
return
window.location.href = url.replace(/\[.*?\]/g, item.uid) window.location.href = url.replace(/\[.*?\]/g, item.uid)
} }
}, },
......
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