This commit is contained in:
2025-09-30 00:03:43 +08:00
parent 19117de6c8
commit 8885fb766a
39 changed files with 517 additions and 159 deletions

View File

@@ -2176,7 +2176,29 @@ if (uni.restoreGlobal) {
1
/* TEXT */
),
vue.createCommentVNode(" 隐藏库存与价格展示,按需求仅展示基础信息 ")
it.cardParams && Object.keys(it.cardParams).length ? (vue.openBlock(), vue.createElementBlock("view", {
key: 0,
class: "card-params"
}, [
(vue.openBlock(true), vue.createElementBlock(
vue.Fragment,
null,
vue.renderList(it.cardParams, (v, k) => {
return vue.openBlock(), vue.createElementBlock(
"view",
{
class: "param",
key: k
},
vue.toDisplayString(k) + "" + vue.toDisplayString(v),
1
/* TEXT */
);
}),
128
/* KEYED_FRAGMENT */
))
])) : vue.createCommentVNode("v-if", true)
])
], 8, ["onClick"]);
}),