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

1.修改项目缴费样式;

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