Commit a7a12a52 authored by zhengke's avatar zhengke

修改分享

parent 0b795cb9
...@@ -306,6 +306,7 @@ export default { ...@@ -306,6 +306,7 @@ export default {
: 0; : 0;
} }
let Up = uni.getStorageSync("UserPageType")?uni.getStorageSync("UserPageType").UserPageType:0; let Up = uni.getStorageSync("UserPageType")?uni.getStorageSync("UserPageType").UserPageType:0;
var IsOpenSchool = uni.getStorageSync("mall_UserInfo").IsOpenSchool;
this.request2( this.request2(
{ {
url: "/api/Mall/GetGoosPoster", url: "/api/Mall/GetGoosPoster",
...@@ -313,6 +314,7 @@ export default { ...@@ -313,6 +314,7 @@ export default {
goodsId: this.id, goodsId: this.id,
// path: "/pages/goods/goods?id=" + this.id + "&user_id=" + u.UserId, // path: "/pages/goods/goods?id=" + this.id + "&user_id=" + u.UserId,
path: "/pages/index/index?id=" + this.id + "&user_id=" + u.UserId+ "&SmallShopId=" + SmallShopId+ "&Up=" + Up+'&JumpType=1', path: "/pages/index/index?id=" + this.id + "&user_id=" + u.UserId+ "&SmallShopId=" + SmallShopId+ "&Up=" + Up+'&JumpType=1',
IsOpenSchool:IsOpenSchool
}, },
}, },
(res) => { (res) => {
......
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