解决数据下拉加载的bug,调整专区样式,完善充值记录

This commit is contained in:
2024-09-12 14:04:53 +08:00
parent b4438b4638
commit 3f6a12ee67
15 changed files with 67 additions and 16 deletions

View File

@@ -34,6 +34,13 @@
<view class="rechargeStatus rechargeBack" wx:elif="{{item.orderStatus === 2}}"> 已退回 </view>
<view class="rechargeStatus rechargeSuccess" wx:else> 充值成功 </view>
</view>
<view class="allMoney"> 总计<van-icon name="question-o" bind:click="showAnswer" style="font-size: 40rpx; margin-left: 8rpx;margin-right:8rpx;" />{{amount}} </view>
<van-divider
contentPosition="center"
>
没有更多了
</van-divider>
<view style="height: 40rpx;"></view>
</view>
</view>
<view wx:else>
@@ -47,4 +54,5 @@
bind:ok="onOk"
bind:cancel="onCancel"
type="{{type}}"
/>
/>
<van-dialog id="van-dialog" />