|
@@ -56,7 +56,7 @@
|
|
|
<div class="col-xs-12">
|
|
|
<p>
|
|
|
<strong>地址:</strong>
|
|
|
- <div>{{info.city}}{{info.disc}}</div>
|
|
|
+ <div>{{info.city}}{{info.disc}}{{info.town}}</div>
|
|
|
<div>{{info.address}}</div>
|
|
|
</p>
|
|
|
</div>
|
|
@@ -219,13 +219,13 @@
|
|
|
if (browser.versions.mobile) {
|
|
|
var ua = navigator.userAgent.toLowerCase();
|
|
|
if (ua.match(/MicroMessenger/i) == "micromessenger") {
|
|
|
- this.error="使用浏览器打开"
|
|
|
+ this.error="请使用浏览器打开"
|
|
|
}
|
|
|
if (ua.match(/WeiBo/i) == "weibo") {
|
|
|
- this.error="使用浏览器打开"
|
|
|
+ this.error="请使用浏览器打开"
|
|
|
}
|
|
|
if (ua.match(/QQ/i) == "qq") {
|
|
|
- this.error="使用浏览器打开"
|
|
|
+ this.error="请使用浏览器打开"
|
|
|
}
|
|
|
}
|
|
|
this.getinfo();
|