@xtdev/xt-miniprogram-ui 1.2.52 → 1.2.53

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.
@@ -619,7 +619,7 @@ Component({
619
619
  },
620
620
  // 关闭选择器
621
621
  onClose() {
622
- this.onReset();
622
+ // this.onReset();
623
623
  this.setData({ show: false });
624
624
  this.triggerEvent("onClose", {});
625
625
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xtdev/xt-miniprogram-ui",
3
- "version": "1.2.52",
3
+ "version": "1.2.53",
4
4
  "description": "",
5
5
  "miniprogram": "libs",
6
6
  "publishConfig": {