|
@@ -347,24 +347,19 @@ export default {
|
|
|
onUnload() {
|
|
onUnload() {
|
|
|
},
|
|
},
|
|
|
onShareAppMessage(res) {
|
|
onShareAppMessage(res) {
|
|
|
-
|
|
|
|
|
let ghsShopAdminId = this.option.ghsShopAdminId ? this.option.ghsShopAdminId : 0
|
|
let ghsShopAdminId = this.option.ghsShopAdminId ? this.option.ghsShopAdminId : 0
|
|
|
-
|
|
|
|
|
if(this.option.shopId){
|
|
if(this.option.shopId){
|
|
|
this.shopId = this.option.shopId
|
|
this.shopId = this.option.shopId
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
let fromCg = this.option.fromCg ? this.option.fromCg : 0
|
|
let fromCg = this.option.fromCg ? this.option.fromCg : 0
|
|
|
-
|
|
|
|
|
//查看分享的路径,不要删除 shish 20210517
|
|
//查看分享的路径,不要删除 shish 20210517
|
|
|
console.log(`pagesPurchase/ghsProduct?hdShopAdminId=${this.loginInfo.shopAdminId}&ghsShopAdminId=${ghsShopAdminId}&shopId=${this.shopId}&id=0&fromGhsId=${this.ghsId}&fromCg=${fromCg}`)
|
|
console.log(`pagesPurchase/ghsProduct?hdShopAdminId=${this.loginInfo.shopAdminId}&ghsShopAdminId=${ghsShopAdminId}&shopId=${this.shopId}&id=0&fromGhsId=${this.ghsId}&fromCg=${fromCg}`)
|
|
|
-
|
|
|
|
|
return {
|
|
return {
|
|
|
title: this.ghsInfo.name,
|
|
title: this.ghsInfo.name,
|
|
|
desc: "首次下单领红包",
|
|
desc: "首次下单领红包",
|
|
|
|
|
+ imageUrl: this.constant.imgUrl + "/buy_logo.jpg",
|
|
|
path: `pagesPurchase/ghsProduct?hdShopAdminId=${this.loginInfo.shopAdminId}&ghsShopAdminId=${ghsShopAdminId}&shopId=${this.shopId}&id=0&fromGhsId=${this.ghsId}&fromCg=${fromCg}`
|
|
path: `pagesPurchase/ghsProduct?hdShopAdminId=${this.loginInfo.shopAdminId}&ghsShopAdminId=${ghsShopAdminId}&shopId=${this.shopId}&id=0&fromGhsId=${this.ghsId}&fromCg=${fromCg}`
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
goSearchFn(){
|
|
goSearchFn(){
|