From-wh 2 лет назад
Родитель
Сommit
aa2e9750f7

+ 3 - 1
template/uni-app/pages/activity/goods_combination_status/index.vue

@@ -634,7 +634,9 @@
 					title: that.$t(`您的好友`) + that.userInfo.nickname + that.$t(`邀请您参团`) + that.storeCombination.title,
 					desc: that.storeCombination.title,
 					link: window.location.protocol + '//' + window.location.host +
-						'/pages/activity/goods_combination_status/index?id=' + that.pinkId,
+						'/pages/activity/goods_combination_status/index?id=' + that.pinkId + '&bargain=' + that.userInfo.uid +
+						'&spid=' +
+						that.userInfo.uid,
 					imgUrl: that.storeCombination.image
 				};
 				if (this.$wechat.isWeixin()) {

+ 0 - 1
template/uni-app/pages/annex/special/index.vue

@@ -275,7 +275,6 @@
 				}
 			}
 		},
-		mounted() {},
 		methods: {
 			goRouter(item) {
 				var pages = getCurrentPages();