|
@@ -7,11 +7,10 @@
|
|
|
<scroll-view scroll-y="true" class="scroll-view" bindscrolltolower="toPage">
|
|
|
<view class="list-scroll-view">
|
|
|
<view class="list" wx:for="{{list}}" wx:key="item">
|
|
|
- <view class="name">{{item.school_id_name||'暂无'}}</view>
|
|
|
+ <view class="name">{{item.money||0}}元</view>
|
|
|
<view class="other">
|
|
|
- <view class="other_1"><text>联系电话:</text><text>{{item.school_id_phone||'暂无'}}</text></view>
|
|
|
- <view class="other_1"><text>学校地址:</text><text>{{item.school_id_address||'暂无'}}</text></view>
|
|
|
- <view class="other_1"><text>账号余额:</text><text>{{item.money||0}}元</text></view>
|
|
|
+ <view class="other_1"><text>学校名称:</text><text>{{item.school_id_name||'暂无'}}</text></view>
|
|
|
+ <view class="other_1"><text>学校联系电话:</text><text>{{item.school_id_phone||'暂无'}}</text></view>
|
|
|
</view>
|
|
|
<view class="btn">
|
|
|
<button size="mini" type="primary" bindtap="toCommon" data-item="{{item}}" data-route="stuAdmin/money/add">充值</button>
|