apply patch
This commit is contained in:
@@ -33,7 +33,8 @@ Page({
|
||||
n.setData({
|
||||
inviteCount: wx.getStorageSync("invitees_count"),
|
||||
rewardCount: 10 * wx.getStorageSync("invitees_count"),
|
||||
number: wx.getStorageSync("balance")
|
||||
number: wx.getStorageSync("balance"),
|
||||
uuid:wx.getStorageSync("uuid"),
|
||||
});
|
||||
}).catch(function(e) {
|
||||
console.error("An error occurred:", e);
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<view class="description warning">禁止任何形式的作弊行为,</view>
|
||||
<view class="description warning">如发现使用外挂等违规行为,</view>
|
||||
<view class="description warning">将取消活动资格。</view>
|
||||
<view class="countdown">活动限时有效</view>
|
||||
<view class="countdown">本活动方式仅向合作者开放</view>
|
||||
<view class="invite-path">
|
||||
|
||||
<text class="path-text" bindtap="copyPath" selectable="true">/pages/index/index?uuid={{uuid}}</text>
|
||||
|
||||
Reference in New Issue
Block a user