lyqu 4 tahun lalu
induk
melakukan
04d27b84ea
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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();