调整创建订单,实名认证,签约

This commit is contained in:
唐明明
2022-12-29 18:53:36 +08:00
parent 3870865322
commit 2a851d47b2
19 changed files with 862 additions and 539 deletions

View File

@@ -24,7 +24,7 @@
<input class="from-input" v-model="item.value" :type="item.type" :placeholder="item.placeholder || '请输入'">
</block>
<!-- mobile -->
<block v-if="item.type == 'price' || item.type == 'number' || item.type == 'mobile'">
<block v-if="item.type == 'price' || item.type == 'number' || item.type == 'mobile' || item.type == 'day'">
<label>
<text v-if="item.is_required === 1">*</text>{{item.title}}
<uni-icons v-if="item.reason.description" class="from-icon" type="info" size="18" color="red" @click="modifyToast(item.reason.description)"></uni-icons>
@@ -218,6 +218,7 @@
})
return
}
uni.hideLoading()
// 提交数据提示
uni.showModal({
title : '提示',
@@ -240,6 +241,7 @@
updBaseBase(this.submitId, {
data: dataArr
}).then(res => {
uni.hideLoading()
uni.showModal({
title : '提示',
content : '机构资料已保存',
@@ -249,7 +251,6 @@
this.$Router.back()
}
})
uni.hideLoading()
}).catch(err => {
uni.showToast({
title: err.message,