@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.cjs.js CHANGED
@@ -44007,8 +44007,6 @@ return (_ctx, _cache) => {
44007
44007
  script$7.__file = "src/gbt2260/Index.vue";
44008
44008
 
44009
44009
  var formData = {
44010
- id_dataunit: null,
44011
- // 数据单元
44012
44010
  id_business: null,
44013
44011
  // 订单id
44014
44012
  businesstype_code: '',
@@ -44023,9 +44021,11 @@ var formData = {
44023
44021
  // 备注
44024
44022
  rec: '',
44025
44023
  // 记录人
44026
- wechat_mchid: '',
44024
+ wx_appid: '',
44025
+ // 微信支付.应用凭据
44026
+ wx_mchid: '',
44027
44027
  // 微信支付.商户号
44028
- wechat_micropay_code: '' // 微信支付.付款码
44028
+ wx_micropay_code: '' // 微信支付.付款码
44029
44029
  };
44030
44030
 
44031
44031
  var formProps = {
@@ -44062,7 +44062,7 @@ var formProps = {
44062
44062
  }, {
44063
44063
  inputType: 'input',
44064
44064
  label: '付款码',
44065
- fieldName: 'wechat_micropay_code',
44065
+ fieldName: 'wx_micropay_code',
44066
44066
  hdlVisible(_ref2) {
44067
44067
  let {
44068
44068
  scopeThis,
@@ -44181,7 +44181,7 @@ function submit(_ref2) {
44181
44181
  businesstype_code: scopeThis.formData.businesstype_code,
44182
44182
  amount: Math.floor(scopeThis.formData.amount * 100),
44183
44183
  note: scopeThis.formData.note,
44184
- micropay_code: scopeThis.formData.wechat_micropay_code,
44184
+ micropay_code: scopeThis.formData.wx_micropay_code,
44185
44185
  appid: scopeThis.formData.wx_appid,
44186
44186
  mchid: scopeThis.formData.wx_mchid,
44187
44187
  description: scopeThis.pgData.arrBusinessType.find(i => {
@@ -44228,7 +44228,7 @@ function submit(_ref2) {
44228
44228
  scopeThis.qrcode.formData.code_url = result.code_url;
44229
44229
  scopeThis.qrcode.formData.amount = scopeThis.formData.amount;
44230
44230
  scopeThis.qrcode.formData.id_business = scopeThis.formData.id_business;
44231
- scopeThis.qrcode.formData.mchid = scopeThis.formData.wechat_mchid;
44231
+ scopeThis.qrcode.formData.mchid = scopeThis.formData.wx_mchid;
44232
44232
  } else {
44233
44233
  // 测试
44234
44234
  scopeThis.qrcode.formData.code_url = "./qrcode/test-show.jpg";
@@ -47403,7 +47403,7 @@ var script$6 = {
47403
47403
  props: {
47404
47404
  myProps: {
47405
47405
  type: Object,
47406
- default: () => ({})
47406
+ default: () => (qrcode$1)
47407
47407
  }
47408
47408
  },
47409
47409
  setup(__props) {
@@ -47427,12 +47427,12 @@ return (_ctx, _cache) => {
47427
47427
  const _component_el_dialog = vue.resolveComponent("el-dialog");
47428
47428
 
47429
47429
  return (vue.openBlock(), vue.createBlock(_component_el_dialog, {
47430
- modelValue: __props.myProps.popup.visible,
47431
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => ((__props.myProps.popup.visible) = $event)),
47430
+ modelValue: vue.unref(qrcode$1).popup.visible,
47431
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => ((vue.unref(qrcode$1).popup.visible) = $event)),
47432
47432
  "custom-class": 'code-template-dialog',
47433
47433
  "close-on-press-escape": true,
47434
47434
  "append-to-body": "",
47435
- title: __props.myProps.popup.title,
47435
+ title: vue.unref(qrcode$1).popup.title,
47436
47436
  width: '600px',
47437
47437
  "before-close": vue.unref(handles).beforeClose
47438
47438
  }, {
@@ -47443,7 +47443,7 @@ return (_ctx, _cache) => {
47443
47443
  class: "qrcode",
47444
47444
  id: "qrcodejs2.ly0d2cash"
47445
47445
  }, null, -1 /* CACHED */)),
47446
- vue.createElementVNode("div", _hoisted_1$6, vue.toDisplayString('金额:¥' + __props.myProps.formData.amount), 1 /* TEXT */)
47446
+ vue.createElementVNode("div", _hoisted_1$6, vue.toDisplayString('金额:¥' + vue.unref(qrcode$1).formData.amount), 1 /* TEXT */)
47447
47447
  ]),
47448
47448
  _: 1 /* STABLE */
47449
47449
  }),