物流信息
This commit is contained in:
@ -9,7 +9,9 @@ Page({
|
||||
select: false,
|
||||
dataList: [],
|
||||
orderAddress: false,
|
||||
updateAddress: false,
|
||||
addressIdXz: '',
|
||||
oriAddr: ""
|
||||
},
|
||||
|
||||
/**
|
||||
@ -63,7 +65,12 @@ Page({
|
||||
addressIdXz: options.addressId
|
||||
})
|
||||
}
|
||||
|
||||
if (options.updateAddress) {
|
||||
this.setData({
|
||||
updateAddress: options.updateAddress,
|
||||
oriAddr: options.oriAddr
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
//选择地址
|
||||
|
Reference in New Issue
Block a user