weapps-plugin-jingtong-verify 1.5.6 → 1.5.7

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.5.6
2
+ 1.5.7
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.5.6",
5
+ "version": "1.5.7",
6
6
  "description": "",
7
7
  "main": "sdk.js",
8
8
  "author": "tongyirenzheng",
@@ -226,7 +226,6 @@ Page({
226
226
  return
227
227
  }
228
228
  this.setData({
229
- formData: { ...this.data.formData, verification_code: tempCode },
230
229
  submitMode: '',
231
230
  isSubmitting: false
232
231
  })