连接了我的项目,我的抽成

This commit is contained in:
2025-05-30 08:30:19 +08:00
parent c0c56914b8
commit e39ba3508e
18 changed files with 58 additions and 373 deletions

View File

@ -16,22 +16,7 @@ Page({
currentBalance: "", // 当前余额
withdrawalAmount: "", // 提现中的余额
withdrawnAmount: "", // 已提现的余额
totalIncome:"", // 累计收入
showPopup: false, // 控制弹窗显示与否
qrcode: "https://img.picui.cn/free/2025/05/29/6837c53582068.gif", // 设置二维码图片的路径
},
// 点击二维码时,显示弹窗
showPromoPopup() {
this.setData({
showPopup: true
});
},
// 关闭弹窗
closePopup() {
this.setData({
showPopup: false
});
totalIncome:"" // 累计收入
},
myteam(){
wx.navigateTo({

View File

@ -2,7 +2,7 @@
<view class="flex-col relative section">
<view class="flex-row justify-between items-center group">
<view class="flex-col">
<text class="self-start font text">000000</text>
<text class="self-start font text">{{ nickName }}</text>
<view class="flex-row items-center self-stretch group_2 mt-9">
<image
class="image_3"