zs 2 gadi atpakaļ
vecāks
revīzija
910364a014

+ 2 - 1
pages/stuAdmin/money/list.less

@@ -30,9 +30,10 @@
             border-radius: 10px;
 
             .name {
-                font-size: var(--font16Szie);
+                font-size: var(--font18Szie);
                 font-weight: bold;
                 margin: 0 0 2vw 0;
+                color: red;
             }
 
             .other {

+ 3 - 4
pages/stuAdmin/money/list.wxml

@@ -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>

+ 2 - 1
pages/stuAdmin/money/list.wxss

@@ -27,9 +27,10 @@
   border-radius: 10px;
 }
 .main .two .list .name {
-  font-size: var(--font16Szie);
+  font-size: var(--font18Szie);
   font-weight: bold;
   margin: 0 0 2vw 0;
+  color: red;
 }
 .main .two .list .other {
   margin: 0 0 2vw 0;