Browse Source

fix: add address isEnable toast

wangyuan 2 năm trước cách đây
mục cha
commit
91e249f40c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/address/address.js

+ 1 - 1
pages/address/address.js

@@ -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