123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!--pages/ucenter/chargemoneycard/chargemoneycard.wxml-->
- <view class='title'>
- 您的充值卡
- </view>
- <scroll-view class='context' scroll-y='true'>
- <!-- <view class='context_view'>
- <image class='chargemoneycard_b' src='/images/chargemoneycard_b.png'></image>
- <view class='context_text'>
- <text class="right balancenum">96.80</text>
- <text class='cardnum'>NO.03217678</text>
- <text class="right balance">余额</text>
- <text class='carnum'>京A78854</text>
- <text class="right cartype">小轿车</text>
- </view>
- </view>
- <view class='context_view'>
- <image class='chargemoneycard_b' src='/images/chargemoneycard_b.png'></image>
- <view class='context_text'>
- <text class="right balancenum">96.80</text>
- <text class='cardnum'>NO.03217678</text>
- <text class="right balance">余额</text>
- <text class='carnum'>京A78854</text>
- <text class="right cartype">小轿车</text>
- </view>
- </view>
- <view class='context_view'>
- <image class='chargemoneycard_b' src='/images/chargemoneycard_b.png'></image>
- <view class='context_text'>
- <text class="right balancenum">96.80</text>
- <text class='cardnum'>NO.03217678</text>
- <text class="right balance">余额</text>
- <text class='carnum'>京A78854</text>
- <text class="right cartype">小轿车</text>
- </view>
- </view>
- <view class='context_view'>
- <image class='chargemoneycard_b' src='/images/chargemoneycard_b.png'></image>
- <view class='context_text'>
- <text class="right balancenum">96.80</text>
- <text class='cardnum'>NO.03217678</text>
- <text class="right balance">余额</text>
- <text class='carnum'>京A78854</text>
- <text class="right cartype">小轿车</text>
- </view>
- </view> -->
- </scroll-view>
|