Browse Source

2023年10月7日17:50:18

yxb
wq 1 year ago
parent
commit
5b24abfe21
1 changed files with 3 additions and 4 deletions
  1. 3
    4
      static/etcUtil/index.js

+ 3
- 4
static/etcUtil/index.js View File

@@ -30,11 +30,10 @@ import {
getItem
} from "../../utils/storage";

console.log('输出内容',getItem('environment'))
//支付宝小程序时打开 微信小程序时注释掉
tdApi = getItem('environment') == 'WX' ? require("../etc/TDAPI/TDRObuSDK.js") : require("../etc/TDRAPI/TDRObuSDK.js");


if (getItem('environment') == 'ZFB') {
tdApi = require("../etc/TDRAPI/TDRObuSDK.js");
}

/**
* 断开蓝牙

Loading…
Cancel
Save