绿满眶商城微信小程序-uniapp
peng
2025-10-30 c61f03cfe1fcf023c7128f77f3d692aef309f77f
pages/mine/deposit/index.vue
@@ -1,10 +1,10 @@
<template>
  <view class="wap">
    <u-navbar  title="预存款列表">
    </u-navbar>
<!--    <u-navbar  title="预存款列表">
    </u-navbar> -->
    <view class="wrapper-show-money">
      <view class="money-view">
        <h3>预存款金额 </h3>
        <h3>余额 </h3>
        <view class="money">¥{{walletNum | unitPrice }}</view>
      </view>
@@ -27,7 +27,7 @@
              </view>
            </view>
            <u-empty v-if="depositData.length==0" mode="history" text="暂无记录" />
            <!-- <u-empty v-if="depositData.length==0" mode="history" text="暂无记录" /> -->
      
          </scroll-view>