@netang/quasar 0.2.39 → 0.2.40

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/utils/$power.js +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.2.39",
3
+ "version": "0.2.40",
4
4
 
5
5
  "description": "netang-quasar",
6
6
  "scripts": {
package/utils/$power.js CHANGED
@@ -1220,6 +1220,8 @@ async function request(options) {
1220
1220
  // 点击确认执行
1221
1221
  .onOk(onConfirmRequest)
1222
1222
  }
1223
+
1224
+ return
1223
1225
  }
1224
1226
 
1225
1227
  // 否则执行确认请求事件