Browse Source

修改显示

lex-xin 6 tháng trước cách đây
mục cha
commit
26fc0aea8a
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      miniprogram/pages/orders/order-detail.ts

+ 5 - 0
miniprogram/pages/orders/order-detail.ts

@@ -733,6 +733,11 @@ Page({
       provinceName: addressInfo.provinceName,
       regionCode: addressInfo.region,
       regionName: addressInfo.regionName,
+    }, () => {
+      const cityCode: any = this.formateCityCode(true)
+      this.setData({
+        cityCode
+      })
     })
   },
   /**