Commit c901f701 by 冷斌

fix bug

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