Commit 67004341 authored by 罗超's avatar 罗超

1

parent a5e44765
......@@ -708,7 +708,7 @@ export default {
"&SmallShopId=" +
SmallShopId +
"&Up=" +
Up+ "&page_id=" + this.pageId,
Up+ "&page_id=" + this.pageId+"JumpType=19",
imageUrl: "",
};
},
......@@ -1090,7 +1090,15 @@ export default {
uni.navigateTo({
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);
},
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