zs 2 years ago
parent
commit
61eea80bb2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/stuAdmin/money/list.wxml

+ 1 - 1
pages/stuAdmin/money/list.wxml

@@ -7,7 +7,7 @@
             <scroll-view scroll-y="true" class="scroll-view" bindscrolltolower="toPage">
             <scroll-view scroll-y="true" class="scroll-view" bindscrolltolower="toPage">
                 <view class="list-scroll-view">
                 <view class="list-scroll-view">
                     <view class="list" wx:for="{{list}}" wx:key="item">
                     <view class="list" wx:for="{{list}}" wx:key="item">
-                        <view class="name">{{item.school_id_name}}</view>
+                        <view class="name">{{item.school_id_name||'暂无'}}</view>
                         <view class="other">
                         <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_phone||'暂无'}}</text></view>
                             <view class="other_1"><text>学校地址:</text><text>{{item.school_id_address||'暂无'}}</text></view>
                             <view class="other_1"><text>学校地址:</text><text>{{item.school_id_address||'暂无'}}</text></view>