修改问题

This commit is contained in:
duan
2024-11-01 15:11:52 +08:00
parent 1a2efdf804
commit 7f55234a75
8 changed files with 26 additions and 16 deletions

View File

@@ -28,7 +28,7 @@
</view>
<view class="info u-m-t-20 u-flex">
<view class="u-flex-1 u-text-center" @tap="toYue">
<view class="u-flex-1 u-text-center" >
<view class="font-bold color-000 pr-16" >{{data.amount}}</view>
<view class="u-flex u-row-center" >
<view class="color-999">余额</view>
@@ -37,7 +37,7 @@
</view>
</view>
</view>
<view class="u-flex-1 u-text-center" @tap="toYue">
<view class="u-flex-1 u-text-center" >
<view class="font-bold color-000 pr-16" >{{data.totalScore}}</view>
<view class="u-flex u-row-center" >
<view class="color-999">积分</view>
@@ -46,7 +46,7 @@
</view>
</view>
</view>
<view class="u-flex-1 u-text-center" @tap="toYue">
<view class="u-flex-1 u-text-center" >
<view class="font-bold color-000 pr-16" >{{0}}</view>
<view class="u-flex u-row-center" >
<view class="color-999">优惠券</view>