@gm-mobile/c-react 3.9.7-beta.5 → 3.9.7-beta.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gm-mobile/c-react",
3
- "version": "3.9.7-beta.5",
3
+ "version": "3.9.7-beta.6",
4
4
  "description": "> TODO: description",
5
5
  "author": "liyatang <liyatang@qq.com>",
6
6
  "homepage": "https://github.com/gmfe/gm-mobile#readme",
@@ -21,9 +21,9 @@
21
21
  "url": "https://github.com/gmfe/gm-mobile/issues"
22
22
  },
23
23
  "dependencies": {
24
- "@gm-mobile/c-font": "^3.9.7-beta.5",
25
- "@gm-mobile/c-tool": "^3.9.7-beta.5",
26
- "@gm-mobile/locales": "^3.9.7-beta.5"
24
+ "@gm-mobile/c-font": "^3.9.7-beta.6",
25
+ "@gm-mobile/c-tool": "^3.9.7-beta.6",
26
+ "@gm-mobile/locales": "^3.9.7-beta.6"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@tarojs/components": "3.0.18",
@@ -33,5 +33,5 @@
33
33
  "prop-types": "^15.7.2",
34
34
  "react": "^16.13.1"
35
35
  },
36
- "gitHead": "f0db16421e2dd7a2e94aef989f76db07a99dfc87"
36
+ "gitHead": "4256fd7f6ffb0b294d9d9bd39a2bf978c42faab4"
37
37
  }
@@ -75,6 +75,7 @@ export class DigitalKeyboard {
75
75
  actionKeys={this.actionKeys}
76
76
  value={this.form[this.active]}
77
77
  onInput={(value, btn) => {
78
+ if (typeof wx !== 'undefined') wx.vibrateShort({ type: 'light' })
78
79
  const oldValue = value
79
80
  // rewriteMode
80
81
  if (state.needClear) {