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