Commit 67004341 authored by 罗超's avatar 罗超

1

parent a5e44765
...@@ -708,7 +708,7 @@ export default { ...@@ -708,7 +708,7 @@ export default {
"&SmallShopId=" + "&SmallShopId=" +
SmallShopId + SmallShopId +
"&Up=" + "&Up=" +
Up+ "&page_id=" + this.pageId, Up+ "&page_id=" + this.pageId+"JumpType=19",
imageUrl: "", imageUrl: "",
}; };
}, },
...@@ -1090,7 +1090,15 @@ export default { ...@@ -1090,7 +1090,15 @@ export default {
uni.navigateTo({ uni.navigateTo({
url: "/pages/school/JIaheactivitydetails?Id=" + that.GoodsId, url: "/pages/school/JIaheactivitydetails?Id=" + that.GoodsId,
}); });
} }else if(that.JumpType==19){
that.JumpType=0
if(that.pageId>0){
uni.navigateTo({
url: "/pages/index/index?page_id="+that.pageId,
});
}
}
}, 500); }, 500);
}, },
updateuserinfo(msg) { updateuserinfo(msg) {
......
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