|
@@ -91,7 +91,7 @@ Page({
|
|
|
* 点击地址Item 我的地址进入不做处理 预约页面进入返回预约页面
|
|
|
*/
|
|
|
handleAddressChose (e) {
|
|
|
- if (e.currentTarget.dataset.isEnable) {
|
|
|
+ if (e.currentTarget.dataset.info.isEnable) {
|
|
|
if (this.data.formback == '1') {
|
|
|
const address = e.currentTarget.dataset.info
|
|
|
app.globalData.navigateBackParams.contactName = address.contactName
|