|
@@ -132,7 +132,8 @@ export default {
|
|
|
this.showArea=false;
|
|
|
},
|
|
|
donext(){
|
|
|
-
|
|
|
+ //console.log(this.$common.getHashQuery('shopType'))
|
|
|
+ var shopType=this.$common.getHashQuery('shopType')
|
|
|
this.$refs.form.validate().then(() => {
|
|
|
if(!this.businessLicense){
|
|
|
this.$toast.fail('请上传营业执照')
|
|
@@ -148,6 +149,7 @@ export default {
|
|
|
cityName:this.cityName,
|
|
|
areaName:this.areaName,
|
|
|
businessLicense:this.businessLicense,
|
|
|
+ shopType:shopType
|
|
|
}
|
|
|
|
|
|
if(!this.go){
|
|
@@ -161,7 +163,7 @@ export default {
|
|
|
this.go=false;
|
|
|
// console.log("55")
|
|
|
var that=this;
|
|
|
-
|
|
|
+
|
|
|
addSuperShopApplication(params).then(res => {
|
|
|
this.$toast.clear()
|
|
|
setTimeout(function() {
|