|
@@ -339,7 +339,6 @@
|
|
|
phone: uni.getStorageSync('phone'),
|
|
phone: uni.getStorageSync('phone'),
|
|
|
ordinaryUserId: null,
|
|
ordinaryUserId: null,
|
|
|
storeExtent: null,
|
|
storeExtent: null,
|
|
|
- address: '',
|
|
|
|
|
longitude: '',
|
|
longitude: '',
|
|
|
latitude: '',
|
|
latitude: '',
|
|
|
typeLabel: null,
|
|
typeLabel: null,
|
|
@@ -816,7 +815,7 @@
|
|
|
if (!isbusinessLicense) {
|
|
if (!isbusinessLicense) {
|
|
|
this.form.businessLicense = configService.apiUrl + '/' + this.form.businessLicense
|
|
this.form.businessLicense = configService.apiUrl + '/' + this.form.businessLicense
|
|
|
}
|
|
}
|
|
|
- this.form.address = uni.getStorageSync('address').address
|
|
|
|
|
|
|
+ // this.form.address = uni.getStorageSync('address').address
|
|
|
this.form.latitude = uni.getStorageSync('address').lat
|
|
this.form.latitude = uni.getStorageSync('address').lat
|
|
|
this.form.longitude = uni.getStorageSync('address').lng
|
|
this.form.longitude = uni.getStorageSync('address').lng
|
|
|
|
|
|
|
@@ -891,7 +890,7 @@
|
|
|
this.identityOneImg = data.identityOne
|
|
this.identityOneImg = data.identityOne
|
|
|
this.identityTwoImg = data.identityTwo
|
|
this.identityTwoImg = data.identityTwo
|
|
|
this.switchType(data.type)
|
|
this.switchType(data.type)
|
|
|
- if(data.qualificationList){
|
|
|
|
|
|
|
+ if(data.qualificationList.length){
|
|
|
let obj=data.qualificationList[0]
|
|
let obj=data.qualificationList[0]
|
|
|
this.classItem.title=obj.categoryName
|
|
this.classItem.title=obj.categoryName
|
|
|
this.classItem.id=obj.categoryId
|
|
this.classItem.id=obj.categoryId
|