Selaa lähdekoodia

2023年10月7日17:50:18

yxb
wq 1 vuosi sitten
vanhempi
commit
5b24abfe21
1 muutettua tiedostoa jossa 3 lisäystä ja 4 poistoa
  1. 3
    4
      static/etcUtil/index.js

+ 3
- 4
static/etcUtil/index.js Näytä tiedosto

@@ -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…
Peruuta
Tallenna