1.话费显示

yj-dev
杨杰 3 years ago
parent 0f2aa27311
commit 1d9088a2b1
  1. 2
      pages/tabBar/user/user.vue

@ -60,8 +60,6 @@
<view class="title">话费充值</view> <view class="title">话费充值</view>
<view class="list"> <view class="list">
<view class="box" v-for="(row,index) in huafeiList" :key="index" @tap="toOrdehuafeirList(index)"> <view class="box" v-for="(row,index) in huafeiList" :key="index" @tap="toOrdehuafeirList(index)">
<uni-badge style="width: 20px;position: absolute; left: 15%;" v-if="row.text == '待支付' && therrNum "
:text="therrNum" type="error" size="normal"></uni-badge>
<view class="img"> <view class="img">
<view class="icon" :class="row.icon"></view> <view class="icon" :class="row.icon"></view>
</view> </view>

Loading…
Cancel
Save