Преглед на файлове

improve: 拼团h5分享

From-wh преди 2 години
родител
ревизия
aa2e9750f7
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 1
      template/uni-app/pages/activity/goods_combination_status/index.vue
  2. 0 1
      template/uni-app/pages/annex/special/index.vue

+ 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();