提交 7fdadd15 编写于 作者: 张敬贤's avatar 张敬贤

Merge branch 'feature/zjx' into 'develop'

Feature/zjx

See merge request !106
...@@ -505,7 +505,7 @@ export default { ...@@ -505,7 +505,7 @@ export default {
this.buttonStatus = res.data.buttonStatus; this.buttonStatus = res.data.buttonStatus;
this.buttonText = res.data.statusDesc; this.buttonText = res.data.statusDesc;
if (!this.buttonStatus) { if (!this.buttonStatus) {
this.$toast('this.buttonText'); this.$toast(this.buttonText);
} }
this.$loading.hide(); this.$loading.hide();
}); });
......
...@@ -141,7 +141,6 @@ ...@@ -141,7 +141,6 @@
<script> <script>
import {getDetailByYunOrderNo} from '@/api/appoint'; import {getDetailByYunOrderNo} from '@/api/appoint';
import store from 'storejs';
import { formatDate } from '@/utils/common'; import { formatDate } from '@/utils/common';
import storejs from 'storejs'; import storejs from 'storejs';
import AMapLoader from '@amap/amap-jsapi-loader'; import AMapLoader from '@amap/amap-jsapi-loader';
...@@ -254,7 +253,7 @@ export default { ...@@ -254,7 +253,7 @@ export default {
}, },
selectItem(item) { selectItem(item) {
console.log('--$rocNative', this.$rocNative); console.log('--$rocNative', this.$rocNative);
const geolocation = store.get('geolocation'); const geolocation = storejs.get('geolocation');
const hospitalName = this.detailInfo.hospitalName; const hospitalName = this.detailInfo.hospitalName;
let url = ''; let url = '';
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册