diff --git a/components/diy/search.vue b/components/diy/search.vue
index 948a6953..c804b5d5 100644
--- a/components/diy/search.vue
+++ b/components/diy/search.vue
@@ -11,7 +11,7 @@
-
+
diff --git a/components/realstore-list/realstore-list.vue b/components/realstore-list/realstore-list.vue
index c80638aa..fffe4021 100644
--- a/components/realstore-list/realstore-list.vue
+++ b/components/realstore-list/realstore-list.vue
@@ -13,7 +13,7 @@
-
+
{{ item.status_info.msg }}
@@ -26,7 +26,7 @@
-
+
{{ item.province_name }}{{ item.city_name }}{{ item.county_name }}{{ item.address }}
@@ -35,11 +35,11 @@
-
+
-
+
diff --git a/components/search/search.vue b/components/search/search.vue
index 0ca25f78..c2009f1c 100644
--- a/components/search/search.vue
+++ b/components/search/search.vue
@@ -40,18 +40,18 @@
propFormName: {
type: String,
default: 'keywords',
- },
- propDefaultValue: {
- type: String,
- default: '',
+ },
+ propDefaultValue: {
+ type: String,
+ default: '',
},
propPlaceholder: {
type: String,
default: '',
- },
- propPlaceholderValue: {
- type: String,
- default: '',
+ },
+ propPlaceholderValue: {
+ type: String,
+ default: '',
},
propPlaceholderClass: {
type: String,
@@ -95,7 +95,7 @@
},
propIcon: {
type: String,
- default: 'icon-index-search',
+ default: 'icon-search-max',
},
propIconColor: {
type: String,
@@ -173,7 +173,7 @@
// 搜索确认事件
search_submit_confirm_event() {
- // 是否验证必须要传值
+ // 是否验证必须要传值
var value = this.input_value || this.propPlaceholderValue;
if (this.propIsRequired && value === '') {
app.globalData.showToast(this.$t('search.search.ic9b89'));
@@ -187,11 +187,11 @@
// 进入搜索页面
app.globalData.url_open(this.propUrl + '?' + this.propFormName + '=' + value);
}
- },
-
- // 搜索确认(外部调用直接跳转搜索)
- search_submit_confirm(value = '') {
- app.globalData.url_open(this.propUrl + '?' + this.propFormName + '=' + value);
+ },
+
+ // 搜索确认(外部调用直接跳转搜索)
+ search_submit_confirm(value = '') {
+ app.globalData.url_open(this.propUrl + '?' + this.propFormName + '=' + value);
},
// icon事件
diff --git a/pages/buy/buy.vue b/pages/buy/buy.vue
index e700e121..0eb65d05 100644
--- a/pages/buy/buy.vue
+++ b/pages/buy/buy.vue
@@ -24,7 +24,7 @@
-
+
{{ address.province_name || '' }}{{ address.city_name || '' }}{{ address.county_name || '' }}{{ address.address || '' }}
diff --git a/pages/plugins/realstore/detail/detail.vue b/pages/plugins/realstore/detail/detail.vue
index 9febeae9..d9b5e07c 100644
--- a/pages/plugins/realstore/detail/detail.vue
+++ b/pages/plugins/realstore/detail/detail.vue
@@ -38,7 +38,7 @@