修改问题

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>

View File

@@ -229,10 +229,10 @@
</view>
<view class="zhezhaopopfour">
<view style="font-weight: 400;font-size: 28rpx;color: #333333;">
充值余额
</view>
<view class="">
<input type="number" v-model="datas.form.amount" placeholder="请输入充值余额" />
<input type="number" v-model="datas.form.amount" placeholder="请输入额" />
<view class="">
</view>