|
@@ -33,7 +33,8 @@ let techListsArray = [
|
|
['android.nfc.tech.MifareUltralight']
|
|
['android.nfc.tech.MifareUltralight']
|
|
];
|
|
];
|
|
// 要写入的数据
|
|
// 要写入的数据
|
|
-let text = '{id:666,name:aaa,stie:ffff.com}';
|
|
|
|
|
|
+// let text = '{id:666,name:aaa,stie:ffff.com}';
|
|
|
|
+let text = '';
|
|
let readResult = '';
|
|
let readResult = '';
|
|
|
|
|
|
export default {
|
|
export default {
|