|
|
|
@ -60,8 +60,6 @@ |
|
|
|
|
<view class="title">话费充值</view> |
|
|
|
|
<view class="list"> |
|
|
|
|
<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="icon" :class="row.icon"></view> |
|
|
|
|
</view> |
|
|
|
|