w-ui-v1 1.0.58 → 1.0.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/utils/nfc.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "w-ui-v1",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "description": "w-ui",
5
5
  "author": "wgxshh",
6
6
  "license": "ISC",
package/utils/nfc.ts CHANGED
@@ -249,13 +249,13 @@ function writeData() {
249
249
  return;
250
250
  }
251
251
  readyWriteData = true;
252
- waiting = plus.nativeUI.showWaiting("请将NFC卡靠近!");
252
+ waiting = plus.nativeUI.showWaiting("请将卡靠近!");
253
253
  }
254
254
 
255
255
  function readData(getCardNo) {
256
256
  readyRead = true;
257
257
  _getCardNo = getCardNo
258
- waiting = plus.nativeUI.showWaiting("请将NFC卡靠近!", {
258
+ waiting = plus.nativeUI.showWaiting("请将卡靠近!", {
259
259
  modal: false
260
260
  });
261
261
  }