diff --git a/manifest.json b/manifest.json
index aad82ac..dd0ef38 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
{
"name" : "地标文化特产",
- "appid" : "__UNI__281C173",
+ "appid" : "__UNI__7880B21",
"description" : "",
"versionName" : "4.0.0",
"versionCode" : 4,
diff --git a/pages/cart.vue b/pages/cart.vue
index c516163..995a938 100644
--- a/pages/cart.vue
+++ b/pages/cart.vue
@@ -259,7 +259,7 @@
-
+
+ 添加新地址
@@ -328,14 +328,15 @@ export default {
},
created() {
this.getCart()
- this.getAddress()
},
onLoad() {
- uni.$on('chooseAddress', (res) => {
- this.addressInfo = res;
- })
+ this.getAddress()
},
onShow() {
+ uni.$on('chooseAddress', (res) => {
+ this.addressInfo = res;
+ this.$forceUpdate()
+ })
if (!this.isLoad) {
return
}