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

Merge branch 'feature/zjx' into 'develop'

Feature/zjx

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