Преглед изворни кода

2023年10月7日17:50:18

yxb
wq пре 1 година
родитељ
комит
5b24abfe21
1 измењених фајлова са 3 додато и 4 уклоњено
  1. 3
    4
      static/etcUtil/index.js

+ 3
- 4
static/etcUtil/index.js Прегледај датотеку

@@ -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…
Откажи
Сачувај