抖火综法

This commit is contained in:
唐明明
2023-05-23 17:20:12 +08:00
parent f7824e3e86
commit 9b00b0fe4a
22 changed files with 2092 additions and 102 deletions

View File

@@ -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){

View File

@@ -241,7 +241,7 @@
clearInterval(outTime)
wx.showModal({
title : '提示',
content : '支付成功',
content : this.$Route.query.paytype === 'synthesize' ? '支付成功,可在工作台综法订单管理查询您的订单' : '支付成功',
showCancel : false,
confirmColor: '#446EFE',
success : () => {