@yoooloo42/joker 1.0.74 → 1.0.75
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 -7
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -7
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22754,9 +22754,6 @@ const hdlGetValue = {
|
|
|
22754
22754
|
ly0d7postal(result) {
|
|
22755
22755
|
props.dataBox.fieldsValue[props.item.fieldName] = !!result.value ? result.value : [];
|
|
22756
22756
|
},
|
|
22757
|
-
ly0d7price(result) {
|
|
22758
|
-
props.dataBox.fieldsValue[props.item.fieldName] = !!result.value ? result.value : [];
|
|
22759
|
-
},
|
|
22760
22757
|
ly0d7size(result) {
|
|
22761
22758
|
props.dataBox.fieldsValue[props.item.fieldName] = !!result.value ? result.value : [];
|
|
22762
22759
|
},
|
|
@@ -23224,11 +23221,11 @@ return (_ctx, _cache) => {
|
|
|
23224
23221
|
? (openBlock(), createElementBlock("div", _hoisted_26, [
|
|
23225
23222
|
createVNode(_component_ly0d7price, {
|
|
23226
23223
|
myProps: {
|
|
23227
|
-
|
|
23228
|
-
readOnly: __props.item.readOnly,
|
|
23224
|
+
readOnly: __props.item.readOnly
|
|
23229
23225
|
},
|
|
23230
|
-
|
|
23231
|
-
|
|
23226
|
+
modelValue: __props.dataBox.fieldsValue[__props.item.fieldName],
|
|
23227
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => ((__props.dataBox.fieldsValue[__props.item.fieldName]) = $event))
|
|
23228
|
+
}, null, 8 /* PROPS */, ["myProps", "modelValue"])
|
|
23232
23229
|
]))
|
|
23233
23230
|
: createCommentVNode("v-if", true),
|
|
23234
23231
|
createCommentVNode(" 商品规格 "),
|