wjj 1 неделя назад
Родитель
Сommit
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


Некоторые файлы не были показаны из-за большого количества измененных файлов