Commit 7eec13f9 authored by 罗超's avatar 罗超

修改

parent a84470b5
......@@ -737,10 +737,10 @@ export default {
this.$refs.son[0].getSmallShopById(2); //第一次登陆成功后去调取微店的信息
// 如果登录的情况下直接跳转商品详情或者直播列表
setTimeout(() => {
if (that.JumpType == 1) {
if (this.JumpType == 1) {
//商品详情
uni.navigateTo({ url: "/pages/goods/goods?GoodsId=" + that.GoodsId });
} else if (that.JumpType == 2) {
uni.navigateTo({ url: "/pages/goods/goods?GoodsId=" + this.GoodsId });
} else if (this.JumpType == 2) {
//直播列表
uni.navigateTo({ url: "/pages/live/index" });
}
......
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