|
@@ -134,7 +134,7 @@
|
|
data
|
|
data
|
|
}) => {
|
|
}) => {
|
|
this.store = data[0];
|
|
this.store = data[0];
|
|
- this.chooselevel = this.store.level == 3? '美容院': '美容院B'
|
|
|
|
|
|
+ this.chooselevel = this.store.level == 5? '美容院': '美容院B'
|
|
let time = this.store.day_time.split(' - ');
|
|
let time = this.store.day_time.split(' - ');
|
|
this.bgtime = time[0].substring(0, 5);
|
|
this.bgtime = time[0].substring(0, 5);
|
|
this.edtime = time[1].substring(0, 5);
|
|
this.edtime = time[1].substring(0, 5);
|
|
@@ -219,7 +219,7 @@
|
|
phone: store.phone,
|
|
phone: store.phone,
|
|
day_time: day_time,
|
|
day_time: day_time,
|
|
latlng: store.latitude + ',' + store.longitude,
|
|
latlng: store.latitude + ',' + store.longitude,
|
|
- level: obj.chooselevel == '美容院' ? 3 : 4
|
|
|
|
|
|
+ level: obj.chooselevel == '美容院' ? 5 : 6
|
|
})
|
|
})
|
|
.then(res => {
|
|
.then(res => {
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|
|
@@ -275,7 +275,7 @@
|
|
latlng: store.latlng,
|
|
latlng: store.latlng,
|
|
detailed_address: store.detailed_address,
|
|
detailed_address: store.detailed_address,
|
|
is_show: 0,
|
|
is_show: 0,
|
|
- level: obj.chooselevel == '美容院' ? 3 : 4
|
|
|
|
|
|
+ level: obj.chooselevel == '美容院' ? 5 : 6
|
|
})
|
|
})
|
|
.then(res => {
|
|
.then(res => {
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|