yijianjun 4 일 전
부모
커밋
c5e9171504
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      mer_uniapp/pages/discover/discover_release/index.vue
  2. 1 1
      mer_uniapp/pages/goods/order_confirm/index.vue

+ 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({