mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化显示问题
This commit is contained in:
parent
6eb92e2b02
commit
b19fe4007c
@ -18,7 +18,7 @@
|
|||||||
<view class="cu-item" v-if="applyList.length === 0">
|
<view class="cu-item" v-if="applyList.length === 0">
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<text class="cuIcon-warn text-green"></text>
|
<text class="cuIcon-warn text-green"></text>
|
||||||
<text class="text-grey">暂无装修信息</text>
|
<text class="text-grey">暂无申请信息</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="action">
|
<view class="action">
|
||||||
|
|
||||||
|
|||||||
@ -264,7 +264,7 @@
|
|||||||
this.feeMonthName = this.paymentCycle + '个月';
|
this.feeMonthName = this.paymentCycle + '个月';
|
||||||
this.feeMonth = this.paymentCycle;
|
this.feeMonth = this.paymentCycle;
|
||||||
let _endTime = addMonth(_lastDate, parseInt(this.feeMonth));
|
let _endTime = addMonth(_lastDate, parseInt(this.feeMonth));
|
||||||
this.endTime = this._getDeadlineTime(_endTime);
|
this.endTime = formatDate(_endTime);
|
||||||
|
|
||||||
|
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
@ -289,7 +289,7 @@
|
|||||||
this.showFeeMonth = false;
|
this.showFeeMonth = false;
|
||||||
this.feeMonthName = _feeMonthName;
|
this.feeMonthName = _feeMonthName;
|
||||||
this.feeMonth = _feeMonth;
|
this.feeMonth = _feeMonth;
|
||||||
this.endTime = this._getDeadlineTime(_newDate);
|
this.endTime = formatDate(_newDate);
|
||||||
this.receivableAmount = this.getReceivableAmount();
|
this.receivableAmount = this.getReceivableAmount();
|
||||||
this.$refs.vcDiscountRef._loadFeeDiscount(this.feeId,this.communityId,this.feeMonth);
|
this.$refs.vcDiscountRef._loadFeeDiscount(this.feeId,this.communityId,this.feeMonth);
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user