|
@@ -6,7 +6,6 @@
|
|
|
<view :class="['iconfont', 'iconchenggong']"></view>
|
|
<view :class="['iconfont', 'iconchenggong']"></view>
|
|
|
<view class="result-title">付款成功</view>
|
|
<view class="result-title">付款成功</view>
|
|
|
<view class="result-title" v-if="customerOutstandingAmount(customInfo)>0">剩余待结:{{ customerOutstandingAmount(customInfo) }}元</view>
|
|
<view class="result-title" v-if="customerOutstandingAmount(customInfo)>0">剩余待结:{{ customerOutstandingAmount(customInfo) }}元</view>
|
|
|
- <view class="result-title" v-else>欠款已全部结清</view>
|
|
|
|
|
<button class="admin-button-com big" style="width:60vw;margin-top:20upx;" @click="goBack">返回</button>
|
|
<button class="admin-button-com big" style="width:60vw;margin-top:20upx;" @click="goBack">返回</button>
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
<view style="width:690upx;height:40upx;background-color: white;"></view>
|
|
<view style="width:690upx;height:40upx;background-color: white;"></view>
|