lyqu 4 years ago
parent
commit
04d27b84ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/activityList/activity/authorBoost.vue

+ 1 - 1
pages/activityList/activity/authorBoost.vue

@@ -191,12 +191,12 @@
 		onLoad(options) {
 			this.activityId = options.activityId;
 			this.senderId = uni.getStorageSync("userId");
+			this.receiverId = options.receiverId;
 			if (!this.$u.test.isEmpty(this.senderId)) {
 				this.val = "https://yyzs.nanyue6688.com/vote-h5/index.html#/pages/activityList/activity/authorBoost?activityId=" + this.activityId + '&receiverId=' + this.receiverId + "&agenterId=" + this.senderId;
 			} else {
 				this.val = "https://yyzs.nanyue6688.com/vote-h5/index.html#/pages/activityList/activity/authorBoost?activityId=" + this.activityId + '&receiverId=' + this.receiverId;
 			}
-			this.receiverId = options.receiverId;
 			this.getBoostDetail(options.activityId, options.receiverId);
 			this.authorization();