|
@@ -134,6 +134,10 @@ export default {
|
|
donext(){
|
|
donext(){
|
|
//console.log(this.$common.getHashQuery('shopType'))
|
|
//console.log(this.$common.getHashQuery('shopType'))
|
|
var shopType=this.$common.getHashQuery('shopType')
|
|
var shopType=this.$common.getHashQuery('shopType')
|
|
|
|
+ console.log(shopType)
|
|
|
|
+ if(!shopType){
|
|
|
|
+ shopType=1
|
|
|
|
+ }
|
|
this.$refs.form.validate().then(() => {
|
|
this.$refs.form.validate().then(() => {
|
|
if(!this.businessLicense){
|
|
if(!this.businessLicense){
|
|
this.$toast.fail('请上传营业执照')
|
|
this.$toast.fail('请上传营业执照')
|