@@ -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);
})
@@ -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 {