|
@@ -112,8 +112,7 @@
|
|
|
</u-form-item>
|
|
|
</u-form>
|
|
|
<view style="margin:0 30rpx 30rpx 30rpx">
|
|
|
- <u-button @click="nextStep" type="primary" @tap="$u.debounce(submit, 2000,immediate = true)" :loading="loading"
|
|
|
- :ripple="true" ripple-bg-color="#99d4ff">确认注册</u-button>
|
|
|
+ <u-button @click="submit" type="primary" :loading="loading" :ripple="true" ripple-bg-color="#99d4ff">确认注册</u-button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|
|
@@ -150,7 +149,7 @@
|
|
|
// brandList: [],
|
|
|
allbrandList: [], //弹出窗获取brand数组
|
|
|
checkedBrandlist: [], //选中brand组成一个新数组
|
|
|
- appStoreBusinessLicenseDto:''
|
|
|
+ appStoreBusinessLicenseDto: ''
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
@@ -364,7 +363,7 @@
|
|
|
return res;
|
|
|
}, []);
|
|
|
let data = {
|
|
|
- "appStoreBusinessLicenseDto":this.dataUrl.appStoreBusinessLicenseDto,
|
|
|
+ "appStoreBusinessLicenseDto": this.dataUrl.appStoreBusinessLicenseDto,
|
|
|
"brandAgentLvQueryList": this.brandAgentLvQueryList,
|
|
|
"city": this.formData.city,
|
|
|
"contactName": this.formData.name,
|