diff --git a/components/realstore-list/realstore-list.vue b/components/realstore-list/realstore-list.vue index e8e5e042..96ff19b7 100644 --- a/components/realstore-list/realstore-list.vue +++ b/components/realstore-list/realstore-list.vue @@ -8,7 +8,7 @@ - {{ item.alias }} + {{ item.alias }} {{ item.name }} diff --git a/manifest.json b/manifest.json index 76250fe6..17980027 100644 --- a/manifest.json +++ b/manifest.json @@ -49,14 +49,21 @@ }, "quickapp" : {}, "mp-weixin" : { - "requiredPrivateInfos" : [ "chooseLocation", "getLocation", "chooseAddress", "onLocationChange", "startLocationUpdate", "startLocationUpdateBackground" ], + "requiredPrivateInfos" : [ + "chooseLocation", + "getLocation", + "chooseAddress", + "onLocationChange", + "startLocationUpdate", + "startLocationUpdateBackground" + ], "appid" : "wxda7779770f53e901", "setting" : { "urlCheck" : false, "es6" : true, "minified" : true, - "ignoreDevUnusedFiles": false, - "ignoreUploadUnusedFiles": false + "ignoreDevUnusedFiles" : false, + "ignoreUploadUnusedFiles" : false }, "usingComponents" : true, "permission" : { @@ -64,7 +71,7 @@ "desc" : "你的位置将用于小程序中相应业务位置服务使用" } }, - "__usePrivacyCheck__": true, + "__usePrivacyCheck__" : true, "plugins" : { // 直播(需要到小程序后台设置->第三方设置->插件管理里面添加【小程序直播组件】插件,教程 https://mp.weixin.qq.com/wxopen/pluginbasicprofile?action=intro&appid=wx2b03c6e691cd7370) // "live-player-plugin" : { @@ -72,9 +79,9 @@ // "provider" : "wx2b03c6e691cd7370" // }, // 腾讯地图路线规划插件(需要到小程序后台设置->第三方设置->插件管理里面添加【腾讯位置服务路线规划】插件,教程 https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx50b5593e81dd937a) - // "routePlan": { - // "version": "1.0.19", - // "provider": "wx50b5593e81dd937a" + // "routePlan" : { + // "version" : "1.0.19", + // "provider" : "wx50b5593e81dd937a" // } } }, diff --git a/pages/plugins/realstore/detail/detail.css b/pages/plugins/realstore/detail/detail.css index 56e2aa75..e1d491e5 100644 --- a/pages/plugins/realstore/detail/detail.css +++ b/pages/plugins/realstore/detail/detail.css @@ -40,7 +40,6 @@ page { width: 68rpx; height: 28rpx; line-height: 28rpx; - border-radius: 4rpx; border: 2rpx solid #52C41A; } diff --git a/pages/plugins/realstore/detail/detail.vue b/pages/plugins/realstore/detail/detail.vue index c369a0e3..6d0dcaed 100644 --- a/pages/plugins/realstore/detail/detail.vue +++ b/pages/plugins/realstore/detail/detail.vue @@ -49,7 +49,7 @@ - {{ info.alias }} + {{ info.alias }} {{ info.name }} @@ -67,7 +67,7 @@ {{ info.province_name }}{{ info.city_name }}{{ info.county_name }}{{ info.address }} - 导航 + 导航