浏览代码

地址识别

wjj 1 周之前
父节点
当前提交
098ef6df2f
共有 2 个文件被更改,包括 823 次插入166 次删除
  1. 9 0
      src/api/qw/companyCustomer.js
  2. 814 166
      src/views/qw/companyCustomer/index.vue

+ 9 - 0
src/api/qw/companyCustomer.js

@@ -138,3 +138,12 @@ export function getQRCode(orderId) {
     method: 'get'
   })
 }
+
+
+export function getAddress(address) {
+  return request({
+    url: '/qw/companyCustomer/getAddress',
+    method: 'get',
+    params: { address: address }
+  })
+}

文件差异内容过多而无法显示
+ 814 - 166
src/views/qw/companyCustomer/index.vue


部分文件因为文件数量过多而无法显示