|
@@ -47,7 +47,7 @@
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="item rel"
|
|
|
|
|
|
|
+<!-- <view class="item rel"
|
|
|
v-if="(isKey&&parseFloat(merchantData.auditStatus)>2) || (!isKey&&!merchantData.auditStatus)">
|
|
v-if="(isKey&&parseFloat(merchantData.auditStatus)>2) || (!isKey&&!merchantData.auditStatus)">
|
|
|
<view class="acea-row row-middle required">
|
|
<view class="acea-row row-middle required">
|
|
|
<text class="item-name">验证码</text>
|
|
<text class="item-name">验证码</text>
|
|
@@ -59,7 +59,7 @@
|
|
|
{{ text }}
|
|
{{ text }}
|
|
|
</button>
|
|
</button>
|
|
|
</view>
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
<view class="item">
|
|
<view class="item">
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
|
<view class="uni-list-cell">
|
|
<view class="uni-list-cell">
|
|
@@ -226,7 +226,7 @@
|
|
|
name: "",
|
|
name: "",
|
|
|
realName: "",
|
|
realName: "",
|
|
|
phone: "",
|
|
phone: "",
|
|
|
- captcha: '',
|
|
|
|
|
|
|
+ captcha: '123456',
|
|
|
categoryId: 0,
|
|
categoryId: 0,
|
|
|
handlingFee: '',
|
|
handlingFee: '',
|
|
|
keywords: '',
|
|
keywords: '',
|
|
@@ -447,6 +447,7 @@
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
formSubmit: Debounce(function(e) {
|
|
formSubmit: Debounce(function(e) {
|
|
|
|
|
+ this.merchantData.captcha = '123456'
|
|
|
if (this.validateForm() && this.validate) {
|
|
if (this.validateForm() && this.validate) {
|
|
|
if (this.pics.length == 0) return this.$util.Tips({
|
|
if (this.pics.length == 0) return this.$util.Tips({
|
|
|
title: "请上传资质图片"
|
|
title: "请上传资质图片"
|