Sfoglia il codice sorgente

更新sim单词拼写大小写一致

guohh 3 anni fa
parent
commit
260e8804dc
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      2021/nm-zsyt/ipu/android-webview.js

+ 3 - 3
2021/nm-zsyt/ipu/android-webview.js

@ -13,7 +13,7 @@
13 13
14 14
  window.AndroidWebView = {
15 15
    /**
16
     * 设置读卡器类型
16
     * 设置身份证读卡器类型
17 17
     * @param {string} type 读卡器类型,SR/SYD/ZYZX分别代表森锐/三元达/中移在线
18 18
     */
19 19
    setCardReaderType: function (type) {
@ -21,7 +21,7 @@
21 21
    },
22 22
23 23
    /**
24
     * 设置读卡器连接方式
24
     * 设置身份证读卡器连接方式
25 25
     * @param {string} connection 连接方式 bt\otg\nfc
26 26
     */
27 27
    setCardReaderConnection: function (connection) {
@ -32,7 +32,7 @@
32 32
     * 设置sim读卡器设备类型
33 33
     * @param {string} deviceType 设备类型
34 34
     */
35
    setSIMReaderDeviceType: function (deviceType) {
35
    setSimReaderDeviceType: function (deviceType) {
36 36
      IpuMobile.setOfflineCache(simDeviceTypeKey, deviceType);
37 37
    },
38 38