@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.esm.js CHANGED
@@ -47707,7 +47707,7 @@ var tableProps = {
47707
47707
  cancelButtonText: '取消',
47708
47708
  type: 'warning'
47709
47709
  }).then(() => {
47710
- ly0request.ly0.storpro({
47710
+ ly0request.storpro({
47711
47711
  storproName: "ly0d2.wxzf.refund",
47712
47712
  data: {
47713
47713
  id_business: scopeThis.initBox.id_business
@@ -47732,7 +47732,7 @@ var tableProps = {
47732
47732
  scopeThis,
47733
47733
  index
47734
47734
  } = _ref7;
47735
- ly0request.ly0.storpro({
47735
+ ly0request.storpro({
47736
47736
  storproName: "ly0d2.wxzf.setFail",
47737
47737
  data: {
47738
47738
  mchid: scopeThis.initBox.mchid,
@@ -48201,6 +48201,7 @@ const scopeThis = reactive({
48201
48201
  onMounted(async ()=>{
48202
48202
  scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
48203
48203
  scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
48204
+ scopeThis.initBox.popup.title = '支付记录 订单id: ' + scopeThis.initBox.id_business;
48204
48205
  await withTable.init({scopeThis});
48205
48206
  });
48206
48207
  const style = ref({
@@ -48303,7 +48304,7 @@ const scopeThis = reactive({
48303
48304
  popup: {
48304
48305
  switch: false,
48305
48306
  visible: false,
48306
- title: '支付记录',
48307
+ title: '',
48307
48308
  width: '1200px',
48308
48309
  top: '15vh'
48309
48310
  },