|
@@ -735,6 +735,7 @@
|
|
},
|
|
},
|
|
confirmPhoneBl() {
|
|
confirmPhoneBl() {
|
|
this.openModalBl=false;
|
|
this.openModalBl=false;
|
|
|
|
+
|
|
uni.makePhoneCall({
|
|
uni.makePhoneCall({
|
|
phoneNumber: this.consumerPhone //仅为示例
|
|
phoneNumber: this.consumerPhone //仅为示例
|
|
});
|
|
});
|
|
@@ -777,8 +778,12 @@
|
|
|
|
|
|
let data = res.data;
|
|
let data = res.data;
|
|
|
|
|
|
- _self.stationDetail = data;
|
|
|
|
-
|
|
|
|
|
|
+ _self.stationDetail = data;
|
|
|
|
+ console.log(data)
|
|
|
|
+ if(_self.stationDetail.station.contactPhone ){
|
|
|
|
+ _self.consumerPhone =_self.stationDetail.station.contactPhone
|
|
|
|
+ }
|
|
|
|
+
|
|
if (_self.stationAddressList.length == 0) {
|
|
if (_self.stationAddressList.length == 0) {
|
|
_self.stationAddressList = _self.stationDetail.stationAddressList
|
|
_self.stationAddressList = _self.stationDetail.stationAddressList
|
|
}
|
|
}
|