Browse Source

邀请码不变优化

yuxingxing 2 years ago
parent
commit
1f23ed29f7
2 changed files with 16 additions and 8 deletions
  1. 5 5
      pages/goods/order_confirm/index.vue
  2. 11 3
      pages/goods_details/index.vue

+ 5 - 5
pages/goods/order_confirm/index.vue

@@ -682,11 +682,11 @@ export default {
 				title: that.$t(`支付成功`)
 			})
 			that.pay_close = false
-			// setTimeout(res => {
-			// 	uni.redirectTo({
-			// 		url: url
-			// 	})
-			// }, 1000)
+			setTimeout(res => {
+				uni.navigateBack({
+					delta: 1
+				})
+			}, 1000)
 			// this.SubOrder();
 		},
 		payCheck(type) {

+ 11 - 3
pages/goods_details/index.vue

@@ -554,6 +554,7 @@ export default {
 		this.$forceUpdate()
 	},
 	onLoad(options) {
+		console.log(this.userInfo);
 		uni.hideShareMenu();
 		console.log("是否登录:" + this.isLogin);
 		// 判断是否登录
@@ -583,6 +584,9 @@ export default {
 					this.promotionNo = options.inviteCode
 				}
 				console.log("界面跳转的邀请码:" + this.promotionNo);
+				if(this.promotionNo){
+					this.$Cache.set('INVITE_CODE', this.promotionNo);
+				}
 				this.sharePacket.isCanShare = false
 				this.sharePacket.isFristUrl = true
 				this.listenerActionSheet()
@@ -676,12 +680,13 @@ export default {
 	 */
 	// #ifdef MP
 	onShareAppMessage: function (res) {
+		let userInfo = this.$Cache.get("USER_INFO", true)
 		let that = this;
 		// 校验是否可以分享(先购买产品)
 		return {
-			title: that.storeInfo.goodsName || "",
+			title: userInfo.realName + "邀请您购买共富1580商品",
 			imageUrl: "http://wine.gzzzyd.com/test/static/img/bg.a82f9752.jpg" || that.storeInfo.image,
-			path: "/pages/goods_details/index?id=" + that.id + "&inviteCode=" + that.promotionShare,
+			path: "/pages/goods_details/index?id=" + that.id + "&inviteCode=" + that.promotionShare+"&zoneType=8",
 		};
 	},
 
@@ -1005,7 +1010,10 @@ export default {
 						tab: 3,
 						url: 1,
 					});
-				});
+			});
+			this.sharePacket.isCanShare = false
+			this.sharePacket.isFristUrl = true
+			this.listenerActionSheet()
 		},
 		infoScroll: function () {
 			var that = this,