|
@@ -30,7 +30,7 @@
|
|
|
<view class="auditProgress mt-2">
|
|
<view class="auditProgress mt-2">
|
|
|
<uni-stepBar :stepList="stepList"></uni-stepBar>
|
|
<uni-stepBar :stepList="stepList"></uni-stepBar>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="footer-fixed" v-if="carInfo.auditStatus=='2'">
|
|
|
|
|
|
|
+ <view class="footer" v-if="carInfo.auditStatus=='2'">
|
|
|
<view class="submit-btn" @click="submitAudit">
|
|
<view class="submit-btn" @click="submitAudit">
|
|
|
再次提交
|
|
再次提交
|
|
|
</view>
|
|
</view>
|
|
@@ -204,9 +204,17 @@
|
|
|
if (bankres.code == 200) {
|
|
if (bankres.code == 200) {
|
|
|
uni.showToast({ //提示
|
|
uni.showToast({ //提示
|
|
|
icon: 'none',
|
|
icon: 'none',
|
|
|
- title: '提交成功'
|
|
|
|
|
|
|
+ title: bankres.msg,
|
|
|
|
|
+ duration: 1000,
|
|
|
|
|
+ })
|
|
|
|
|
+ setTimeout(() => {
|
|
|
|
|
+ uni.navigateBack(-1)
|
|
|
|
|
+ }, 1500)
|
|
|
|
|
+ } else {
|
|
|
|
|
+ uni.showToast({ //提示
|
|
|
|
|
+ icon: 'none',
|
|
|
|
|
+ title: bankres.msg,
|
|
|
})
|
|
})
|
|
|
- uni.navigateBack(-1)
|
|
|
|
|
}
|
|
}
|
|
|
}).catch(errors => {
|
|
}).catch(errors => {
|
|
|
uni.$u.toast(errors[0].message)
|
|
uni.$u.toast(errors[0].message)
|
|
@@ -257,7 +265,7 @@
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .footer-fixed {
|
|
|
|
|
|
|
+ .footer {
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
bottom: 0;
|
|
|
left: 0;
|
|
left: 0;
|