@yoooloo42/joker 1.0.292 → 1.0.293
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 +0 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +0 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -44253,7 +44253,6 @@ function submit(_ref2) {
|
|
|
44253
44253
|
}
|
|
44254
44254
|
// 关闭收银窗口
|
|
44255
44255
|
scopeThis.formProps.popup.visible = false;
|
|
44256
|
-
scopeThis.formProps.popup.switch = false;
|
|
44257
44256
|
});
|
|
44258
44257
|
} else if (scopeThis.formData.process_code === "wxzf0") {
|
|
44259
44258
|
// 微信支付.客户付款码付款
|
|
@@ -44279,7 +44278,6 @@ function submit(_ref2) {
|
|
|
44279
44278
|
}
|
|
44280
44279
|
// 关闭收银窗口
|
|
44281
44280
|
scopeThis.formProps.popup.visible = false;
|
|
44282
|
-
scopeThis.formProps.popup.switch = false;
|
|
44283
44281
|
});
|
|
44284
44282
|
} else if (scopeThis.formData.process_code === "wxzf2") {
|
|
44285
44283
|
// 微信支付.商户二维码收款
|
|
@@ -44304,7 +44302,6 @@ function submit(_ref2) {
|
|
|
44304
44302
|
}
|
|
44305
44303
|
// 关闭收银窗口
|
|
44306
44304
|
scopeThis.formProps.popup.visible = false;
|
|
44307
|
-
scopeThis.formProps.popup.switch = false;
|
|
44308
44305
|
|
|
44309
44306
|
// 弹出二维码窗口
|
|
44310
44307
|
if (result.code === 0 && result.code_url) {
|