lyqu %!s(int64=4) %!d(string=hai) anos
pai
achega
04d27b84ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();