Browse Source

修改显示

lex-xin 6 months ago
parent
commit
26fc0aea8a
1 changed files with 5 additions and 0 deletions
  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
+      })
     })
   },
   /**