瀏覽代碼

2023年9月24日16:42:15

yxb
wq 1 年之前
父節點
當前提交
001b63bbed
共有 3 個檔案被更改,包括 3 行新增3 行删除
  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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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


Loading…
取消
儲存