yijianjun 4 napja
szülő
commit
c5e9171504

+ 2 - 1
mer_uniapp/pages/discover/discover_release/index.vue

@@ -267,7 +267,8 @@
 		},
 		onShow() {
 			this.getReplyPlatformSwitch();
-			uni.$on('addressInfo', function(res) {
+			let that = this;
+			uni.$on('addressItem', function(res) {
 				that.$set(that, 'addressInfo', res);
 			})
 		},

+ 1 - 1
mer_uniapp/pages/goods/order_confirm/index.vue

@@ -892,7 +892,7 @@
 			onAddress: function() {
 				if (this.orderType !== 'secondHand') {
 					uni.navigateTo({
-						url: '/pages/address/user_address_list/index' + this.orderNo
+						url: '/pages/address/user_address_list/index?orderNo=' + this.orderNo
 					});
 				} else {
 					uni.navigateTo({