数据驱动、坚持为客户提供有价值的服务和内容
mounted(){// 调用this.testNFC() }testNFC() {const nfc = wx.getNFCAdapter();this.nfc = nfc;let _this = this;function discoverHandler(resule) {const data = new Uint8Array(resule.id);let str = "";data.forEach((e) => {let item = e.toS