@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.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -44200,6 +44200,9 @@ var formProps = {
|
|
|
44200
44200
|
await scopeThis.handles.submit({
|
|
44201
44201
|
scopeThis
|
|
44202
44202
|
});
|
|
44203
|
+
await scopeThis.handles.init({
|
|
44204
|
+
scopeThis
|
|
44205
|
+
});
|
|
44203
44206
|
}
|
|
44204
44207
|
}
|
|
44205
44208
|
};
|
|
@@ -44257,7 +44260,6 @@ function submit(_ref2) {
|
|
|
44257
44260
|
}
|
|
44258
44261
|
// 关闭收银窗口
|
|
44259
44262
|
scopeThis.formProps.popup.visible = false;
|
|
44260
|
-
scopeThis.formProps.popup.switch = false;
|
|
44261
44263
|
});
|
|
44262
44264
|
} else if (scopeThis.formData.process_code === "wxzf0") {
|
|
44263
44265
|
// 微信支付.客户付款码付款
|
|
@@ -44283,7 +44285,6 @@ function submit(_ref2) {
|
|
|
44283
44285
|
}
|
|
44284
44286
|
// 关闭收银窗口
|
|
44285
44287
|
scopeThis.formProps.popup.visible = false;
|
|
44286
|
-
scopeThis.formProps.popup.switch = false;
|
|
44287
44288
|
});
|
|
44288
44289
|
} else if (scopeThis.formData.process_code === "wxzf2") {
|
|
44289
44290
|
// 微信支付.商户二维码收款
|
|
@@ -44308,7 +44309,6 @@ function submit(_ref2) {
|
|
|
44308
44309
|
}
|
|
44309
44310
|
// 关闭收银窗口
|
|
44310
44311
|
scopeThis.formProps.popup.visible = false;
|
|
44311
|
-
scopeThis.formProps.popup.switch = false;
|
|
44312
44312
|
|
|
44313
44313
|
// 弹出二维码窗口
|
|
44314
44314
|
if (result.code === 0 && result.code_url) {
|