Commit 949f1616 authored by 李智书's avatar 李智书

1.修改项目缴费样式;

parent 688dcedf
......@@ -23,8 +23,8 @@
{{ChargeProDetail.chargeName||""}}
</view>
<view class="title2">
<van-notice-bar :scrollable="ChargeProDetail.descInfo.length>20?true:false" background="#ffffff" color="#333333" style="padding: 0;"
:text="ChargeProDetail.descInfo||''" />
<van-notice-bar :scrollable="ChargeProDetail.descInfo.length>20?true:false" background="#ffffff"
color="#333333" style="padding: 0;" :text="ChargeProDetail.descInfo||''" />
</view>
<van-divider />
<view class="botto">
......@@ -60,7 +60,8 @@
<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)" v-if="!(item.itemAmount==0&&item.mustFlag==0)">
<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>
......@@ -145,7 +146,7 @@
allData: {},
// 交费项目详情信息
ChargeProDetail: {
descInfo:''
descInfo: ''
},
// 备注信息
remarks: "",
......@@ -643,14 +644,23 @@
}
}
@media (min-height: 650px) {
.bottomOper {
position: fixed;
left: 0;
right: 0;
bottom: 30rpx;
}
}
.bottomOper {
position: fixed;
height: 128rpx;
background: #FFFFFF;
width: 100%;
bottom: 68rpx;
left: 0;
right: 0;
margin-top: 20rpx;
margin-bottom: 30rpx;
.buttonContent {
......
......@@ -161,7 +161,7 @@
diffTime = dayjs(s.endTime).diff(new Date(), 'day');
s.diffTime = diffTime + ' 天后'
} else {
s.diffTime = diffTime + ' 小时'
s.diffTime = (diffTime + 1) + ''
}
s.amountMust = (s.amountMust / 100).toFixed(2)
newArr.push(s)
......
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