feat:数字积分加枚举

This commit is contained in:
2026-05-22 11:31:00 +08:00
parent 2a92567835
commit 5512e17b94
23 changed files with 1553 additions and 1497 deletions
@@ -9,7 +9,7 @@
v-else
></image>
<view class="shop-mid-view-one" v-if="dataItem.name != 'WALLET'">
<text class="text-32 text-zu1 text-overflow">{{ dataItem.account }}</text>
<text class="text-32 text-gray text-overflow">{{ dataItem.account }}</text>
</view>
<view class="shop-mid-view" v-else>
<text class="text-30 text-fu1 text-overflow">{{ address }}</text>
@@ -2,11 +2,11 @@
<view class="shop-item-view" >
<image :src="type == 2 ? 'https://static.tbmall.xin/static/new/zfb.png' : 'https://static.tbmall.xin/static/new/wx.png'" ></image>
<view class="show-item-left">
<text class="text-32 text-zu1">{{itemData.name}}</text>
<text class="text-32 text-gray">{{itemData.name}}</text>
<text class="text-26 text-fu1">账号:{{itemData.account}}</text>
</view>
<view class="item-right-btn" @click="onBtn">
<text class="text-zu1 text-24">解绑</text>
<text class="text-gray text-24">解绑</text>
</view>
</view>
</template>
@@ -10,7 +10,7 @@
<view class="item-mid-list" v-for="(item,index) in data" :key="item.id">
<image :src="type == 1 ? 'https://static.tbmall.xin/static/new/zfb.png' : 'https://static.tbmall.xin/static/new/wx.png'" ></image>
<view class="show-item-left">
<text class="text-32 text-zu1">{{item.name}}</text>
<text class="text-32 text-gray">{{item.name}}</text>
<text class="text-26 text-fu1">账号:{{item.account}}</text>
</view>
<u-radio-group v-model="itemSelect" style="position: absolute;right:28rpx">
@@ -18,7 +18,7 @@
style="min-width: 88rpx; heihgt: 88rpx"
></image>
<view class="item-mid-li">
<text class="text-32 text-zu1">券商登记地址</text>
<text class="text-32 text-gray">券商登记地址</text>
<text class="text-28 text-fu">{{ item.addressOne }}</text>
</view>
</view>
@@ -9,7 +9,7 @@
<view class="select-box" @click="onOk(0)">
<image src="https://static.tbmall.xin/static/new/shu_0.png"></image>
<view class="select-box-one">
<text class="text-32 text-zu1">券商地址登记</text>
<text class="text-32 text-gray">券商地址登记</text>
<text class="text-26 text-fu1">通过券商兑换</text>
</view>
<u-icon name="arrow-right" color="#999" size="14" class="select-icon"></u-icon>
@@ -17,7 +17,7 @@
<!-- <view class="select-box" @click="onOk(1)">
<image src="https://static.tbmall.xin/static/new/shu_1.png"></image>
<view class="select-box-one">
<text class="text-32 text-zu1">alpha数字积分</text>
<text class="text-32 text-gray">alpha数字积分</text>
<text class="text-26 text-fu1">通过邮箱兑换</text>
</view>
<u-icon name="arrow-right" color="#999" size="14" class="select-icon"></u-icon>