weapps-plugin-jingtong-verify 1.6.2-beta.2 → 1.6.3

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.
package/README.md CHANGED
@@ -1,2 +1,2 @@
1
1
  # SDK #
2
- 1.6.2-beta.2
2
+ 1.6.3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "weapps-plugin-jingtong-verify",
3
3
  "pluginName": "weapps-plugin-jingtong-verify",
4
4
  "pluginType": "mp",
5
- "version": "1.6.2-beta.2",
5
+ "version": "1.6.3",
6
6
  "description": "",
7
7
  "main": "sdk.js",
8
8
  "author": "tongyirenzheng",
@@ -251,7 +251,7 @@ function fetchSessionId() {
251
251
  resolve(session_id)
252
252
  } else {
253
253
  wx.showToast({
254
- title: res.data.errmsg || 'mp/login失败,请重试',
254
+ title: res.data.errmsg || '网络超时,请检查网络或重启设备重试',
255
255
  icon: 'none',
256
256
  duration: 2000
257
257
  })