소스 검색

2024年2月26日09:44:52

yxb
wq 1 년 전
부모
커밋
dc9f250fa2
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5
    5
      static/nfc/NFCManagerTool.js

+ 5
- 5
static/nfc/NFCManagerTool.js 파일 보기

@@ -234,12 +234,12 @@ export function removeObj() {


function initNfcAdapter(callBack) {
// #ifdef MP-ALIPAY
// // #ifdef MP-ALIPAY
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);
if (nfcAdapter != null) {

Loading…
취소
저장