提交 bb4cfd5b 作者: ZhangLingKun

功能:问题修复

上级 10164f9f
...@@ -72,10 +72,10 @@ export default { ...@@ -72,10 +72,10 @@ export default {
onLoad(option) { onLoad(option) {
let str = this.getQueryString("location") || JSON.stringify(this.locationData); let str = this.getQueryString("location") || JSON.stringify(this.locationData);
this.location = JSON.parse(str); this.location = JSON.parse(str);
uni.showToast({ // uni.showToast({
title:this.location.location.lng+'', // title:this.location.location.lng+'',
icon:'none' // icon:'none'
}) // })
}, },
filters:{ filters:{
getPhoneStr(value){ getPhoneStr(value){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论