|
|
@@ -6,7 +6,7 @@
|
|
|
<image src="/static/home.png" style="width: 40upx;height: 40upx;" />
|
|
|
</view>
|
|
|
<view class="head">
|
|
|
- <view class="title">为{{boostDetail.nickName}}打榜</view>
|
|
|
+ <view class="title">为{{boostDetail.nickName}}助力</view>
|
|
|
<view class="flex justify-between align-center padding-lr">
|
|
|
<view class="flex align-center">
|
|
|
<u-avatar :src="boostDetail.avatar" size="120"></u-avatar>
|
|
|
@@ -20,11 +20,11 @@
|
|
|
</view>
|
|
|
<view class="text-center">
|
|
|
<button class="cu-btn round theme-bg-color text-white text-bold" @click="userBoost">
|
|
|
- <text>打榜</text>
|
|
|
+ <text>热力值</text>
|
|
|
<text class="cuIcon-hot padding-lr-xs"></text>
|
|
|
<text>X{{boostDetail.activityHotValue}}</text>
|
|
|
</button>
|
|
|
- <view class="text-sm text-gray margin-top-xs">今日可打榜次数: {{boostDetail.allowHitCount}}</view>
|
|
|
+ <view class="text-sm text-gray margin-top-xs">今日可助力次数: {{boostDetail.allowHitCount}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -32,8 +32,8 @@
|
|
|
<view class="flex align-center">
|
|
|
<image src="/static/icon-person.png" style="width: 82upx;height: 82upx;"></image>
|
|
|
<view class="padding-left-sm">
|
|
|
- <view class="text-lg text-bold text-black">转发邀请打榜</view>
|
|
|
- <view class="text-sm text-gray padding-top-xs">邀请好友打榜,获得热力值更快哦</view>
|
|
|
+ <view class="text-lg text-bold text-black">转发邀请助力</view>
|
|
|
+ <view class="text-sm text-gray padding-top-xs">邀请好友助力,获得热力值更快哦</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<button style="height: 56upx;" class="cu-btn round theme-bg-color text-white text-sm" @click="invite">去邀请</button>
|
|
|
@@ -239,7 +239,7 @@
|
|
|
title: res.msg
|
|
|
})
|
|
|
} else {
|
|
|
- this.$u.toast('打榜成功')
|
|
|
+ this.$u.toast('助力成功')
|
|
|
this.getBoostDetail(this.activityId, this.receiverId);
|
|
|
}
|
|
|
})
|