@yoooloo42/joker 1.0.260 → 1.0.262
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 +4 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -47711,7 +47711,7 @@ var tableProps = {
|
|
|
47711
47711
|
cancelButtonText: '取消',
|
|
47712
47712
|
type: 'warning'
|
|
47713
47713
|
}).then(() => {
|
|
47714
|
-
ly0request$1.
|
|
47714
|
+
ly0request$1.storpro({
|
|
47715
47715
|
storproName: "ly0d2.wxzf.refund",
|
|
47716
47716
|
data: {
|
|
47717
47717
|
id_business: scopeThis.initBox.id_business
|
|
@@ -47736,7 +47736,7 @@ var tableProps = {
|
|
|
47736
47736
|
scopeThis,
|
|
47737
47737
|
index
|
|
47738
47738
|
} = _ref7;
|
|
47739
|
-
ly0request$1.
|
|
47739
|
+
ly0request$1.storpro({
|
|
47740
47740
|
storproName: "ly0d2.wxzf.setFail",
|
|
47741
47741
|
data: {
|
|
47742
47742
|
mchid: scopeThis.initBox.mchid,
|
|
@@ -48205,6 +48205,7 @@ const scopeThis = vue.reactive({
|
|
|
48205
48205
|
vue.onMounted(async ()=>{
|
|
48206
48206
|
scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
|
|
48207
48207
|
scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
|
|
48208
|
+
scopeThis.initBox.popup.title = '支付记录 订单id: ' + scopeThis.initBox.id_business;
|
|
48208
48209
|
await withTable.init({scopeThis});
|
|
48209
48210
|
});
|
|
48210
48211
|
const style = vue.ref({
|
|
@@ -48307,7 +48308,7 @@ const scopeThis = vue.reactive({
|
|
|
48307
48308
|
popup: {
|
|
48308
48309
|
switch: false,
|
|
48309
48310
|
visible: false,
|
|
48310
|
-
title: '
|
|
48311
|
+
title: '',
|
|
48311
48312
|
width: '1200px',
|
|
48312
48313
|
top: '15vh'
|
|
48313
48314
|
},
|