|
|
@@ -209,9 +209,9 @@
|
|
|
this.receiverId = options.receiverId;
|
|
|
console.log(this.senderId);
|
|
|
if (!this.$u.test.isEmpty(this.senderId)) {
|
|
|
- this.val = "https://music.nanyue6688.comm/vote-h5/index.html#/pages/activityList/activity/authorBoost?activityId=" + this.activityId + '&receiverId=' + this.receiverId + "&agenterId=" + this.senderId;
|
|
|
+ this.val = "https://music.nanyue6688.com/vote-h5/index.html#/pages/activityList/activity/authorBoost?activityId=" + this.activityId + '&receiverId=' + this.receiverId + "&agenterId=" + this.senderId;
|
|
|
} else {
|
|
|
- this.val = "https://music.nanyue6688.comm/vote-h5/index.html#/pages/activityList/activity/authorBoost?activityId=" + this.activityId + '&receiverId=' + this.receiverId;
|
|
|
+ this.val = "https://music.nanyue6688.com/vote-h5/index.html#/pages/activityList/activity/authorBoost?activityId=" + this.activityId + '&receiverId=' + this.receiverId;
|
|
|
}
|
|
|
console.log("*********************=>",this.val);
|
|
|
this.getBoostDetail(options.activityId, options.receiverId);
|