Commit e46ed571 authored by 李智书's avatar 李智书

1.修改缴费项目样式;

parent accba25f
......@@ -60,7 +60,7 @@
<view class="ProjectBox">
<view class="ProjectItem" v-for="(item,index) in ChargeProDetail.items" :key="index"
:class="SPayProject(index)?'selectProjectItem':''">
<view class="tabNames" @click="selectProject(item,index)">
<view class="tabNames" @click="selectProject(item,index)" v-if="!(item.itemAmount==0&&item.mustFlag==0)">
<view class="ProjectName">
<image v-if="SPayProject(index)" style="width: 32rpx;height: 32rpx;"
:src="ImgUrl+'StudentPayment/gx.png'" mode='widthFix'></image>
......@@ -69,7 +69,7 @@
<text>{{item.itemName}}</text>
</view>
<view class="ProjectType">
{{['缴项目','必缴项目'][item.mustFlag]}}
{{['交项目','必交项目'][item.mustFlag]}}
</view>
<view class="money">
{{itemAmount(item.itemAmount)}}
......
......@@ -245,6 +245,10 @@
line-height: 36rpx;
padding-left: 31rpx;
padding-top: 30rpx;
word-break: break-all;
white-space: nowrap;
text-overflow: ellipsis;
}
.money {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment