充值记录查看凭证,检查二维码和上传凭证问题,首页获取商户列表更改

This commit is contained in:
2024-10-29 15:25:42 +08:00
parent e94051f7c9
commit 1bb3d6dddb
10 changed files with 59 additions and 12 deletions

View File

@@ -114,6 +114,25 @@
border="{{ false }}"
wx:if="{{detail.orderStatus === 2}}"
/>
<van-field
use-input-slot
label="凭证"
readonly
border="{{ false }}"
wx:if="{{detail.images}}"
>
</van-field>
<view slot="input" style="margin-top: 20rpx; margin-left: 30rpx;">
<van-uploader
file-list="{{ detail.fileList }}"
show-upload="{{false}}"
disabled="{{true}}"
readonly="{{true}}"
deletable="{{false}}"
/>
</view>
</van-cell-group>
<view class="operate">