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

add

上级 e59e2a67
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<script> <script>
import { getJumpPageStatus, createOrder } from '@/api/question'; import { getJumpPageStatus, createOrder } from '@/api/question';
import { getDetectionName } from '@/api/appoint'; import { getDetectionName } from '@/api/appoint';
import storejs from 'storejs';
export default { export default {
data() { data() {
return { return {
...@@ -92,6 +92,7 @@ export default { ...@@ -92,6 +92,7 @@ export default {
// latitude: 70, // latitude: 70,
// longitude: 50.2, // longitude: 50.2,
// }; // };
storejs.remove('geolocation');
this.getJumpPageStatus(data); this.getJumpPageStatus(data);
// var that = this; // var that = this;
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
span { span {
display: inline-block; display: inline-block;
padding-left: 15px; padding-left: 15px;
max-width: 50px; max-width: 120px;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册