@yoooloo42/joker 1.0.251 → 1.0.252

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
@@ -44003,8 +44003,6 @@ return (_ctx, _cache) => {
44003
44003
  script$7.__file = "src/gbt2260/Index.vue";
44004
44004
 
44005
44005
  var formData = {
44006
- id_dataunit: null,
44007
- // 数据单元
44008
44006
  id_business: null,
44009
44007
  // 订单id
44010
44008
  businesstype_code: '',
@@ -44019,9 +44017,11 @@ var formData = {
44019
44017
  // 备注
44020
44018
  rec: '',
44021
44019
  // 记录人
44022
- wechat_mchid: '',
44020
+ wx_appid: '',
44021
+ // 微信支付.应用凭据
44022
+ wx_mchid: '',
44023
44023
  // 微信支付.商户号
44024
- wechat_micropay_code: '' // 微信支付.付款码
44024
+ wx_micropay_code: '' // 微信支付.付款码
44025
44025
  };
44026
44026
 
44027
44027
  var formProps = {
@@ -44058,7 +44058,7 @@ var formProps = {
44058
44058
  }, {
44059
44059
  inputType: 'input',
44060
44060
  label: '付款码',
44061
- fieldName: 'wechat_micropay_code',
44061
+ fieldName: 'wx_micropay_code',
44062
44062
  hdlVisible(_ref2) {
44063
44063
  let {
44064
44064
  scopeThis,
@@ -44177,7 +44177,7 @@ function submit(_ref2) {
44177
44177
  businesstype_code: scopeThis.formData.businesstype_code,
44178
44178
  amount: Math.floor(scopeThis.formData.amount * 100),
44179
44179
  note: scopeThis.formData.note,
44180
- micropay_code: scopeThis.formData.wechat_micropay_code,
44180
+ micropay_code: scopeThis.formData.wx_micropay_code,
44181
44181
  appid: scopeThis.formData.wx_appid,
44182
44182
  mchid: scopeThis.formData.wx_mchid,
44183
44183
  description: scopeThis.pgData.arrBusinessType.find(i => {
@@ -44224,7 +44224,7 @@ function submit(_ref2) {
44224
44224
  scopeThis.qrcode.formData.code_url = result.code_url;
44225
44225
  scopeThis.qrcode.formData.amount = scopeThis.formData.amount;
44226
44226
  scopeThis.qrcode.formData.id_business = scopeThis.formData.id_business;
44227
- scopeThis.qrcode.formData.mchid = scopeThis.formData.wechat_mchid;
44227
+ scopeThis.qrcode.formData.mchid = scopeThis.formData.wx_mchid;
44228
44228
  } else {
44229
44229
  // 测试
44230
44230
  scopeThis.qrcode.formData.code_url = "./qrcode/test-show.jpg";
@@ -47399,7 +47399,7 @@ var script$6 = {
47399
47399
  props: {
47400
47400
  myProps: {
47401
47401
  type: Object,
47402
- default: () => ({})
47402
+ default: () => (qrcode$1)
47403
47403
  }
47404
47404
  },
47405
47405
  setup(__props) {
@@ -47423,12 +47423,12 @@ return (_ctx, _cache) => {
47423
47423
  const _component_el_dialog = resolveComponent("el-dialog");
47424
47424
 
47425
47425
  return (openBlock(), createBlock(_component_el_dialog, {
47426
- modelValue: __props.myProps.popup.visible,
47427
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => ((__props.myProps.popup.visible) = $event)),
47426
+ modelValue: unref(qrcode$1).popup.visible,
47427
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => ((unref(qrcode$1).popup.visible) = $event)),
47428
47428
  "custom-class": 'code-template-dialog',
47429
47429
  "close-on-press-escape": true,
47430
47430
  "append-to-body": "",
47431
- title: __props.myProps.popup.title,
47431
+ title: unref(qrcode$1).popup.title,
47432
47432
  width: '600px',
47433
47433
  "before-close": unref(handles).beforeClose
47434
47434
  }, {
@@ -47439,7 +47439,7 @@ return (_ctx, _cache) => {
47439
47439
  class: "qrcode",
47440
47440
  id: "qrcodejs2.ly0d2cash"
47441
47441
  }, null, -1 /* CACHED */)),
47442
- createElementVNode("div", _hoisted_1$6, toDisplayString('金额:¥' + __props.myProps.formData.amount), 1 /* TEXT */)
47442
+ createElementVNode("div", _hoisted_1$6, toDisplayString('金额:¥' + unref(qrcode$1).formData.amount), 1 /* TEXT */)
47443
47443
  ]),
47444
47444
  _: 1 /* STABLE */
47445
47445
  }),