Bläddra i källkod

2023年9月24日16:42:15

yxb
wq 1 år sedan
förälder
incheckning
001b63bbed
3 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1
    1
      components/bluetooth/bluetooth.vue
  2. 1
    1
      pages/bluetooth/bluetooth.vue
  3. 1
    1
      static/etcUtil/index.js

+ 1
- 1
components/bluetooth/bluetooth.vue Visa fil

@@ -52,7 +52,7 @@
// #ifdef MP-ALIPAY
// 这部分代码将仅在支付宝小程序平台下执行
jlApi = require("../../static/etc/JLObuSDK/JLObuSDK.js");
wjApi = require("../../static/etc/wjBle/wjBleAPI");
wjApi = require("../../static/etc/WJBLE/WJBleAPI");
// 执行支付宝小程序的特定功能
// #endif


+ 1
- 1
pages/bluetooth/bluetooth.vue Visa fil

@@ -50,7 +50,7 @@
// #ifdef MP-ALIPAY
// 这部分代码将仅在支付宝小程序平台下执行
jlApi = require("../../static/etc/JLObuSDK/JLObuSDK.js");
wjApi = require("../../static/etc/wjBle/wjBleAPI");
wjApi = require("../../static/etc/WJBLE/WJBleAPI");
// 执行支付宝小程序的特定功能
// #endif


+ 1
- 1
static/etcUtil/index.js Visa fil

@@ -28,7 +28,7 @@ let wjApi = require("../etc/WJAPI/wjBleAPI");
// #ifdef MP-ALIPAY
// 这部分代码将仅在支付宝小程序平台下执行
jlApi = require("../../static/etc/JLObuSDK/JLObuSDK.js");
wjApi = require("../etc/wjBle/wjBleAPI");
wjApi = require("../etc/WJBLE/WJBleAPI");
// 执行支付宝小程序的特定功能
// #endif


Laddar…
Avbryt
Spara