shish 2 lat temu
rodzic
commit
44521e902d
1 zmienionych plików z 1 dodań i 6 usunięć
  1. 1 6
      hdApp/src/pagesPurchase/ghsProduct.vue

+ 1 - 6
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -347,24 +347,19 @@ export default {
 	onUnload() {
 	},
 	onShareAppMessage(res) {
-
 		let ghsShopAdminId = this.option.ghsShopAdminId ? this.option.ghsShopAdminId : 0
-
 		if(this.option.shopId){
 			this.shopId = this.option.shopId
 		}
-
 		let fromCg =  this.option.fromCg ? this.option.fromCg : 0
-
 		//查看分享的路径,不要删除 shish 20210517
 		console.log(`pagesPurchase/ghsProduct?hdShopAdminId=${this.loginInfo.shopAdminId}&ghsShopAdminId=${ghsShopAdminId}&shopId=${this.shopId}&id=0&fromGhsId=${this.ghsId}&fromCg=${fromCg}`)
-
 		return {
 			title: this.ghsInfo.name,
 			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}`
 		}
-
 	},
 	methods: {
 		goSearchFn(){