抖火综法
This commit is contained in:
@@ -39,19 +39,6 @@
|
||||
<image class="cover-item-add" src="@/static/icons/img_add.png" mode="aspectFill"></image>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- <view class="form-input">
|
||||
<label>打款金额</label>
|
||||
<input type="digit" maxlength="20" v-model="price" placeholder="请输入打款金额">
|
||||
</view>
|
||||
<view class="form-input">
|
||||
<label>汇款姓名</label>
|
||||
<input type="text" maxlength="8" v-model="name" placeholder="请输入打款人姓名">
|
||||
</view>
|
||||
<view class="form-input form-upd">
|
||||
<label>打款凭证</label>
|
||||
<image class="form-upd-img" @click="albumClick" :src="showpath || '/static/imgs/cover_img.png'" mode="aspectFill"></image>
|
||||
</view> -->
|
||||
<view class="idcardBtn">
|
||||
<button class="idcardBtn-go" @click="issueForm">确认提交</button>
|
||||
</view>
|
||||
@@ -182,7 +169,7 @@
|
||||
onBack(){
|
||||
uni.showModal({
|
||||
title : '提示',
|
||||
content : '打款凭证已提交,请耐心等待审核',
|
||||
content : '打款凭证已提交,请耐心等待审核,通过后请前往工作台综法订单管理中进行签约',
|
||||
showCancel : false,
|
||||
success : modalRes => {
|
||||
if(modalRes.confirm){
|
||||
|
||||
@@ -241,7 +241,7 @@
|
||||
clearInterval(outTime)
|
||||
wx.showModal({
|
||||
title : '提示',
|
||||
content : '支付成功',
|
||||
content : this.$Route.query.paytype === 'synthesize' ? '支付成功,可在工作台综法订单管理查询您的订单' : '支付成功',
|
||||
showCancel : false,
|
||||
confirmColor: '#446EFE',
|
||||
success : () => {
|
||||
|
||||
Reference in New Issue
Block a user