Commit a26cbc0c authored by Mac's avatar Mac

分享修改

parent f1248476
...@@ -375,6 +375,8 @@ ...@@ -375,6 +375,8 @@
"path":"commentPageList" "path":"commentPageList"
},{ },{
"path":"course-submit" "path":"course-submit"
},{
"path":"components/schoolDraw"
}] }]
}, },
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -113,7 +113,7 @@ export default { ...@@ -113,7 +113,7 @@ export default {
genernalHandler() { genernalHandler() {
//this.goodId //this.goodId
uni.navigateTo({ uni.navigateTo({
url: "/pages/goods/draw?id="+this.goodId, url: "/pages/school/components/schoolDraw?id="+this.goodId,
}); });
}, },
sendQuanHandler() { sendQuanHandler() {
......
...@@ -388,7 +388,7 @@ export default { ...@@ -388,7 +388,7 @@ export default {
? this.g.app_share_title ? this.g.app_share_title
: this.g.name, : this.g.name,
// path: "/pages/goods/goods?id=" + this.id + "&user_id=" + uid+ "&SmallShopId=" + SmallShopId, // path: "/pages/goods/goods?id=" + this.id + "&user_id=" + uid+ "&SmallShopId=" + SmallShopId,
path: "/pages/index/index?id=" + this.id + "&user_id=" + uid+ "&SmallShopId=" + SmallShopId+ "&Up=" + this.Up+'&JumpType=1', path: "/pages/index/index?id=" + this.id + "&user_id=" + uid+ "&SmallShopId=" + SmallShopId+ "&Up=" + this.Up+'&JumpType=5',
imageUrl: imageUrl:
this.g.app_share_pic != null && this.g.app_share_pic != "" this.g.app_share_pic != null && this.g.app_share_pic != ""
? this.g.app_share_pic ? this.g.app_share_pic
......
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