4
This commit is contained in:
@@ -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"]);
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user