diff --git a/App.vue b/App.vue
index 220a85b6..de9d52ca 100644
--- a/App.vue
+++ b/App.vue
@@ -1,42 +1,42 @@
diff --git a/components/binding-list/binding-list.vue b/components/binding-list/binding-list.vue
index 8579b0af..29679139 100644
--- a/components/binding-list/binding-list.vue
+++ b/components/binding-list/binding-list.vue
@@ -1,83 +1,98 @@
-
+
-
-
-
- {{item.title}}
- {{propCurrencySymbol}}{{item.estimate_price}}
-
- 节省
- {{propCurrencySymbol}}{{item.estimate_discount_price}}
+
+
+
+
+ {{ item.title }}
+
+
+ {{ propCurrencySymbol }}
+
+
+ {{ item.estimate_price }}
+
+
+
+ 节省
+
+
+ {{ propCurrencySymbol }}
+
+
+ {{ item.estimate_discount_price }}
+
+
+
-
-
+
+
-
+
- {{gv.title}}
- {{propCurrencySymbol}}{{gv.price}}
- 节省{{propCurrencySymbol}}{{gv.discount_price}}
+ {{ gv.title }}
+ {{ propCurrencySymbol }}{{ gv.price }}
+ 节省{{ propCurrencySymbol }}{{ gv.discount_price }}
-
-
- {{(item.is_home_show_goods || 0) == 1 ? '收起' : '展开'}}{{item.type_name}}商品
+
+
+ {{ (item.is_home_show_goods || 0) == 1 ? '收起' : '展开' }}{{ item.type_name }}商品
+
-
+
-
-
+
+
-
\ No newline at end of file
+ }
+
diff --git a/components/goods-list/goods-list.vue b/components/goods-list/goods-list.vue
index 17e78066..2b6d3eec 100644
--- a/components/goods-list/goods-list.vue
+++ b/components/goods-list/goods-list.vue
@@ -185,200 +185,200 @@
diff --git a/pages/user-address-save/user-address-save.css b/pages/user-address-save/user-address-save.css
index fea62bab..ad12d368 100644
--- a/pages/user-address-save/user-address-save.css
+++ b/pages/user-address-save/user-address-save.css
@@ -88,7 +88,7 @@
* 智能识别
*/
.intelligent-identification {
- transition-property: height, border-bottom-width;
+ transition-property: height;
transition-duration: .3s;
will-change: height;
}