@titaui/pc 1.9.140 → 1.9.141

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.
@@ -80,6 +80,12 @@ var BookDemoVerifyCode = function BookDemoVerifyCode(_ref) {
80
80
  var handelChangeImage = function handelChangeImage() {
81
81
  var yzm = renderCode();
82
82
  setYzmGuid(yzm);
83
+ setInputValue("");
84
+ onChange(name, id, "", true, {
85
+ yzm: yzm,
86
+ handelChangeImage: handelChangeImage,
87
+ setErrMsg: setErrMsg
88
+ });
83
89
  };
84
90
 
85
91
  var handleChangeInputValue = function handleChangeInputValue(e) {
@@ -136,7 +136,7 @@ var BookDemoPC = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
136
136
  onClose: handleCloseBookDemo,
137
137
  noFooter: true,
138
138
  noCloseIcon: true,
139
- destroyOnClose: true,
139
+ destroyOnClose: false,
140
140
  style: {
141
141
  width: "742px",
142
142
  borderRadius: "24px"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.9.140",
3
+ "version": "1.9.141",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",