暂存code
This commit is contained in:
+11
-5
@@ -84,17 +84,23 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
height: "140"
|
||||
}),
|
||||
f: common_vendor.p({
|
||||
src: "/static/product/title_bg.png",
|
||||
width: "100%",
|
||||
height: "20",
|
||||
src: "/static/product/hw_l.png",
|
||||
width: "60",
|
||||
height: "2",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
g: common_vendor.p({
|
||||
src: "/static/product/hw_r.png",
|
||||
width: "60",
|
||||
height: "2",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
h: common_vendor.p({
|
||||
loading: $data.productListLoading
|
||||
}),
|
||||
h: common_vendor.f($data.productList, (item, index, i0) => {
|
||||
i: common_vendor.f($data.productList, (item, index, i0) => {
|
||||
return {
|
||||
a: "7539d408-5-" + i0,
|
||||
a: "7539d408-6-" + i0,
|
||||
b: common_vendor.p({
|
||||
src: item.url,
|
||||
width: "100",
|
||||
|
||||
Reference in New Issue
Block a user