|
|
@@ -174,6 +174,7 @@ export default {
|
|
|
showSubmitModel: false,
|
|
|
notOpenShop:false,
|
|
|
hdShopAdminId:0,
|
|
|
+ fromGhsId:0,
|
|
|
ghsInfo: {
|
|
|
avatar:'',
|
|
|
name:' ',
|
|
|
@@ -280,12 +281,12 @@ export default {
|
|
|
}
|
|
|
|
|
|
//查看分享的路径,不要删除 shish 20210517
|
|
|
- console.log(`pagesPurchase/ghsProduct?hdShopAdminId=${this.loginInfo.shopAdminId}&ghsShopAdminId=${ghsShopAdminId}&shopId=${this.shopId}&id=0`)
|
|
|
+ console.log(`pagesPurchase/ghsProduct?hdShopAdminId=${this.loginInfo.shopAdminId}&ghsShopAdminId=${ghsShopAdminId}&shopId=${this.shopId}&id=0&fromGhsId=${this.ghsId}`)
|
|
|
|
|
|
return {
|
|
|
title: this.ghsInfo.name,
|
|
|
desc: "首次下单领红包",
|
|
|
- path: `pagesPurchase/ghsProduct?hdShopAdminId=${this.loginInfo.shopAdminId}&ghsShopAdminId=${ghsShopAdminId}&shopId=${this.shopId}&id=0`
|
|
|
+ path: `pagesPurchase/ghsProduct?hdShopAdminId=${this.loginInfo.shopAdminId}&ghsShopAdminId=${ghsShopAdminId}&shopId=${this.shopId}&id=0&fromGhsId=${this.ghsId}`
|
|
|
}
|
|
|
|
|
|
},
|
|
|
@@ -346,9 +347,10 @@ export default {
|
|
|
this.option.id = sceneArray.id
|
|
|
}
|
|
|
}else{
|
|
|
- if(this.option.hdShopAdminId || this.option.ghsShopAdminId){
|
|
|
+ if(this.option.fromGhsId){
|
|
|
this.ghsShopAdminId = this.option.ghsShopAdminId
|
|
|
this.hdShopAdminId = this.option.hdShopAdminId
|
|
|
+ this.fromGhsId = this.option.fromGhsId
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -424,7 +426,8 @@ export default {
|
|
|
type: 2,
|
|
|
query: {
|
|
|
ghsShopAdminId: this.ghsShopAdminId,
|
|
|
- hdShopAdminId: this.hdShopAdminId
|
|
|
+ hdShopAdminId: this.hdShopAdminId,
|
|
|
+ fromGhsId:this.fromGhsId
|
|
|
},
|
|
|
});
|
|
|
},
|