@yoooloo42/joker 1.0.292 → 1.0.294

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/dist/index.esm.js CHANGED
@@ -44196,6 +44196,9 @@ var formProps = {
44196
44196
  await scopeThis.handles.submit({
44197
44197
  scopeThis
44198
44198
  });
44199
+ await scopeThis.handles.init({
44200
+ scopeThis
44201
+ });
44199
44202
  }
44200
44203
  }
44201
44204
  };
@@ -44253,7 +44256,6 @@ function submit(_ref2) {
44253
44256
  }
44254
44257
  // 关闭收银窗口
44255
44258
  scopeThis.formProps.popup.visible = false;
44256
- scopeThis.formProps.popup.switch = false;
44257
44259
  });
44258
44260
  } else if (scopeThis.formData.process_code === "wxzf0") {
44259
44261
  // 微信支付.客户付款码付款
@@ -44279,7 +44281,6 @@ function submit(_ref2) {
44279
44281
  }
44280
44282
  // 关闭收银窗口
44281
44283
  scopeThis.formProps.popup.visible = false;
44282
- scopeThis.formProps.popup.switch = false;
44283
44284
  });
44284
44285
  } else if (scopeThis.formData.process_code === "wxzf2") {
44285
44286
  // 微信支付.商户二维码收款
@@ -44304,7 +44305,6 @@ function submit(_ref2) {
44304
44305
  }
44305
44306
  // 关闭收银窗口
44306
44307
  scopeThis.formProps.popup.visible = false;
44307
- scopeThis.formProps.popup.switch = false;
44308
44308
 
44309
44309
  // 弹出二维码窗口
44310
44310
  if (result.code === 0 && result.code_url) {