|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function initNfcAdapter(callBack) { |
|
|
function initNfcAdapter(callBack) { |
|
|
// #ifdef MP-ALIPAY |
|
|
|
|
|
|
|
|
// // #ifdef MP-ALIPAY |
|
|
nfcAdapter = my.getNFCAdapter() //获取NFC适配器实例 |
|
|
nfcAdapter = my.getNFCAdapter() //获取NFC适配器实例 |
|
|
// #endif |
|
|
|
|
|
// #ifdef MP-WEIXIN |
|
|
|
|
|
nfcAdapter = wx.getNFCAdapter() //获取NFC适配器实例 |
|
|
|
|
|
// #endif |
|
|
|
|
|
|
|
|
// // #endif |
|
|
|
|
|
// // #ifdef MP-WEIXIN |
|
|
|
|
|
// nfcAdapter = wx.getNFCAdapter() //获取NFC适配器实例 |
|
|
|
|
|
// // #endif |
|
|
|
|
|
|
|
|
console.log("获取NFC适配器实例:", nfcAdapter); |
|
|
console.log("获取NFC适配器实例:", nfcAdapter); |
|
|
if (nfcAdapter != null) { |
|
|
if (nfcAdapter != null) { |