Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
40a02223de | ||
|
|
2ffeb85900 |
@@ -50,7 +50,7 @@
|
||||
<!-- 底部CTA区域 - 图片底+橙色叠加层+内容层 -->
|
||||
<view class="cta-footer">
|
||||
<!-- 图片底层 - image_26原图 -->
|
||||
<image class="cta-overlay-img" src="/static/images/home/image_26_1496_1761.png" mode="widthFix"></image>
|
||||
<image class="cta-overlay-img" src="/static/images/home/image_26_1496_1761.jpg" mode="widthFix"></image>
|
||||
<!-- 橙色叠加层 - 在图片上方, 高不透明度让橙色更亮更突出 -->
|
||||
<view class="cta-orange-bg"></view>
|
||||
<!-- 内容层 -->
|
||||
@@ -63,7 +63,7 @@
|
||||
<view class="qr-wrap">
|
||||
<image
|
||||
class="qr-img"
|
||||
src="/static/images/home/Rectangle_187_1470_1653.png"
|
||||
src="/static/images/home/Rectangle_187_1470_1653.jpg"
|
||||
mode="aspectFit"
|
||||
></image>
|
||||
</view>
|
||||
|
||||
@@ -11,7 +11,7 @@ export const trustStats = [
|
||||
|
||||
// 4步流程
|
||||
// 每一步对应一张预览大图(img 字段,目前暂用同一张占位图,设计师供图后替换即可)
|
||||
const STEP_IMG = '/static/images/home/image_25_1484_1689.png'
|
||||
const STEP_IMG = '/static/images/home/image_25_1484_1689.jpg'
|
||||
export const stepList = [
|
||||
{
|
||||
step: '01',
|
||||
@@ -56,28 +56,28 @@ export const podProducts = [
|
||||
{
|
||||
id: 1,
|
||||
name: '女士短款露脐T恤',
|
||||
image: '/static/images/home/Rectangle_63_1446_1437.png'
|
||||
image: '/static/images/home/Rectangle_63_1446_1437.jpg'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '女士短款露脐T恤',
|
||||
image: '/static/images/home/Rectangle_181_1455_1450.png'
|
||||
image: '/static/images/home/Rectangle_181_1455_1450.jpg'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: '女士短款露脐T恤',
|
||||
image: '/static/images/home/Rectangle_63_1455_1461.png'
|
||||
image: '/static/images/home/Rectangle_63_1455_1461.jpg'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '女士短款露脐T恤',
|
||||
image: '/static/images/home/Rectangle_181_1455_1456.png'
|
||||
image: '/static/images/home/Rectangle_181_1455_1456.jpg'
|
||||
}
|
||||
]
|
||||
|
||||
// 平台功能卡片
|
||||
// 每一张卡片对应一张「集成平台」大图(img 字段目前暂用同一张占位图,后端/设计师提供后替换即可)
|
||||
const FEAT_IMG = '/static/images/home/Rectangle_64_1484_1735.png'
|
||||
const FEAT_IMG = '/static/images/home/Rectangle_64_1484_1735.jpg'
|
||||
export const featureList = [
|
||||
{
|
||||
step: '01',
|
||||
@@ -177,8 +177,8 @@ export const companyFeatures = [
|
||||
|
||||
// 底部CTA
|
||||
export const ctaSection = {
|
||||
qrImage: '/static/images/home/Rectangle_187_1470_1653.png',
|
||||
bgImage: '/static/images/home/image_26_1496_1761.png',
|
||||
qrImage: '/static/images/home/Rectangle_187_1470_1653.jpg',
|
||||
bgImage: '/static/images/home/image_26_1496_1761.jpg',
|
||||
textImage: '/static/images/home/image_28_1498_1767.png',
|
||||
text: '联系我们,开启你的全球生意新篇'
|
||||
}
|
||||
|
||||
@@ -1,100 +0,0 @@
|
||||
// 产品详情页 mock 数据(基于 Figma 设计稿 1544:530)
|
||||
|
||||
export const mockProduct = {
|
||||
id: 1,
|
||||
name: '180G牛奶丝T恤 DG120',
|
||||
sku: 'DG120',
|
||||
country: '美国',
|
||||
// 价格:符号/整数/小数 三段不同字号,全部红色 #FF0000
|
||||
price: {
|
||||
symbol: '¥',
|
||||
integer: '19',
|
||||
decimal: '.00'
|
||||
},
|
||||
// 价格下方的 4 列快捷信息
|
||||
quickInfo: [
|
||||
{ label: '生产工艺', value: '白墨烫画' },
|
||||
{ label: '发货时效', value: '48小时' },
|
||||
{ label: '印花', value: '单面印' },
|
||||
{ label: '产品编码', value: 'NS6001152' }
|
||||
]
|
||||
}
|
||||
|
||||
// 5 张图片对应 5 个指示点(mock 用同一张图)
|
||||
export const mockImages = [
|
||||
'/static/images/detail/Rectangle_194_1548_574.png',
|
||||
'/static/images/detail/Rectangle_194_1548_574.png',
|
||||
'/static/images/detail/Rectangle_194_1548_574.png',
|
||||
'/static/images/detail/Rectangle_194_1548_574.png',
|
||||
'/static/images/detail/Rectangle_194_1548_574.png'
|
||||
]
|
||||
|
||||
// 6 个颜色:第一行 4 个,第二行 2 个;默认选中"灰色"
|
||||
export const mockColors = [
|
||||
{ id: 1, name: '白色', value: '#FFFFFF' },
|
||||
{ id: 2, name: '黑色', value: '#000000' },
|
||||
{ id: 3, name: '灰色', value: '#838383' },
|
||||
{ id: 4, name: '橙色', value: '#FF6800' },
|
||||
{ id: 5, name: '藏青', value: '#0F215B' },
|
||||
{ id: 6, name: '粉色', value: '#FFB7D2' }
|
||||
]
|
||||
|
||||
// 默认选中 L
|
||||
export const mockSizes = ['S', 'M', 'L', 'XL', '2XL']
|
||||
|
||||
// 产品参数:前 3 项固定行高,"补充说明"可展开/收起
|
||||
export const mockParams = [
|
||||
{ label: '克重', value: '180g' },
|
||||
{ label: '材质', value: '纯棉' },
|
||||
{ label: '定制类型', value: '来图定制' },
|
||||
{
|
||||
label: '补充说明',
|
||||
expandable: true,
|
||||
value:
|
||||
'【 材质说明 】\n97%聚酯纤维 3%氨纶\n【 产品性能 】\n优质材料:这款露背T恤采用优质材料制成,面料柔软、轻薄贴身。 时尚外观:性感T恤设计,时尚性感,简约大方,适合大多数人的体型。 面料轻盈:舒适款式设计为您带来一个更加干净的外观,面料轻盈柔软,让您全天舒适。 轻松百搭:简单搭配外套、长裤、牛仔裤或沙滩休闲短裤,都是非常不错的选择,也可以选择就单穿,让您一直保持凉爽和放松。\n【 适用情景 】\n适用于日常生活、工作、出游、逛街等场合。\n【 洗涤说明 】\n可手洗可机洗,不要长时间浸泡,不可漂白,洗涤液温度不能超过45ºC。\n【 温馨提醒 】\n该图片展示效果仅供参考,最终效果以实物为准!由于生产批次、机器设备、纸样大小不同等客观因素原因,难以避免或将存在微小色差、位置及大小等误差,如遇以上问题均属于正常现象,将不予纳入售后处理范畴。 另外,根据各国本土政策要求,请勿上传科技单、跑水单等非正规来源面单,严禁使用侵权图案及未授权 IP、商标、赛事元素等内容。 违规订单将不予生产发货,已产生费用不予退还,相应风险与责任由下单方自行承担。感谢您的理解与配合。'
|
||||
}
|
||||
]
|
||||
|
||||
// 产品尺码表:4 行 5 列
|
||||
export const mockSizeChart = {
|
||||
unit: 'cm',
|
||||
columns: ['尺码', '肩宽', '胸围', '衣长', '袖长'],
|
||||
rows: [
|
||||
{ size: 'S', shoulder: '51', chest: '56', length: '62', sleeve: '48' },
|
||||
{ size: 'M', shoulder: '51', chest: '56', length: '62', sleeve: '48' },
|
||||
{ size: 'L', shoulder: '51', chest: '56', length: '62', sleeve: '48' },
|
||||
{ size: 'XL', shoulder: '51', chest: '56', length: '62', sleeve: '48' }
|
||||
]
|
||||
}
|
||||
|
||||
// 包装规格表:4 行 4 列,每个单元格双单位(cm + in)
|
||||
export const mockPackaging = {
|
||||
unit: 'cm',
|
||||
columns: ['尺码', '尺寸', '体积', '重量'],
|
||||
rows: [
|
||||
{
|
||||
size: 'S',
|
||||
dimension: { cm: '31.0*23.0*1.0cm', in: '12.20*9.06*0.39in' },
|
||||
volume: { cm: '713.00cm³', in: '43.51in³' },
|
||||
weight: { cm: '200.00g', in: '0.36lb' }
|
||||
},
|
||||
{
|
||||
size: 'M',
|
||||
dimension: { cm: '31.0*23.0*1.0cm', in: '12.20*9.06*0.39in' },
|
||||
volume: { cm: '713.00cm³', in: '43.51in³' },
|
||||
weight: { cm: '200.00g', in: '0.36lb' }
|
||||
},
|
||||
{
|
||||
size: 'L',
|
||||
dimension: { cm: '31.0*23.0*1.0cm', in: '12.20*9.06*0.39in' },
|
||||
volume: { cm: '713.00cm³', in: '43.51in³' },
|
||||
weight: { cm: '200.00g', in: '0.36lb' }
|
||||
},
|
||||
{
|
||||
size: 'XL',
|
||||
dimension: { cm: '31.0*23.0*1.0cm', in: '12.20*9.06*0.39in' },
|
||||
volume: { cm: '713.00cm³', in: '43.51in³' },
|
||||
weight: { cm: '200.00g', in: '0.36lb' }
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,146 +0,0 @@
|
||||
// 货盘页 mock 数据(用于离线预览,实际数据从 API 获取)
|
||||
|
||||
export const mockCountries = [
|
||||
{ id: '45', name: '美国', flag: '🇺🇸' },
|
||||
{ id: '76', name: '日本', flag: '🇯🇵' },
|
||||
{ id: '484', name: '墨西哥', flag: '🇲🇽' },
|
||||
{ id: '826', name: '英国', flag: '🇬🇧' },
|
||||
{ id: '276', name: '德国', flag: '🇩🇪' },
|
||||
{ id: '250', name: '法国', flag: '🇫🇷' },
|
||||
{ id: '380', name: '意大利', flag: '🇮🇹' },
|
||||
{ id: '124', name: '加拿大', flag: '🇨🇦' },
|
||||
{ id: '36', name: '澳大利亚', flag: '🇦🇺' },
|
||||
{ id: '410', name: '韩国', flag: '🇰🇷' },
|
||||
{ id: '152', name: '智利', flag: '🇨🇱' },
|
||||
{ id: '604', name: '秘鲁', flag: '🇵🇪' }
|
||||
]
|
||||
|
||||
export const mockCategories = [
|
||||
{ id: 'all', name: '全部商品', children: [], productCount: 0 },
|
||||
{
|
||||
id: '1',
|
||||
name: '男士服装',
|
||||
productCount: 159,
|
||||
children: [
|
||||
{ id: '101', categoryName: 'T恤' },
|
||||
{ id: '102', categoryName: '卫衣' },
|
||||
{ id: '103', categoryName: 'POLO衫' }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
name: '女士服装',
|
||||
productCount: 36,
|
||||
children: [
|
||||
{ id: '201', categoryName: '连衣裙' },
|
||||
{ id: '202', categoryName: 'T恤' }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '3',
|
||||
name: '童装',
|
||||
productCount: 40,
|
||||
children: [
|
||||
{ id: '301', categoryName: '儿童T恤' },
|
||||
{ id: '302', categoryName: '儿童卫衣' }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '4',
|
||||
name: '家居配饰',
|
||||
productCount: 3,
|
||||
children: [
|
||||
{ id: '401', categoryName: '帆布包' },
|
||||
{ id: '402', categoryName: '马克杯' }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
export const mockFilterGroups = [
|
||||
{
|
||||
id: '1',
|
||||
title: '物流渠道',
|
||||
tags: [
|
||||
{ id: 't1', name: '包邮', color: '#ff6800', fontColor: '#ffffff', productCount: 84 },
|
||||
{ id: 't2', name: '不包邮', color: '#999999', fontColor: '#ffffff', productCount: 154 }
|
||||
],
|
||||
selected: []
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
title: '印刷位置',
|
||||
tags: [
|
||||
{ id: 't3', name: '单面印', color: '#00b894', fontColor: '#ffffff', productCount: 12 },
|
||||
{ id: 't4', name: '双面印', color: '#6c5ce7', fontColor: '#ffffff', productCount: 14 }
|
||||
],
|
||||
selected: []
|
||||
},
|
||||
{
|
||||
id: '3',
|
||||
title: '印刷工艺',
|
||||
tags: [
|
||||
{ id: 't5', name: '烫画', color: '#e17055', fontColor: '#ffffff', productCount: 8 },
|
||||
{ id: 't6', name: '直喷', color: '#00cec9', fontColor: '#ffffff', productCount: 3 }
|
||||
],
|
||||
selected: []
|
||||
}
|
||||
]
|
||||
|
||||
export const mockProducts = [
|
||||
{
|
||||
id: 1,
|
||||
name: '180G牛奶丝T恤 DG120',
|
||||
price: '28.00',
|
||||
image: '/static/images/products/1.png',
|
||||
tags: [
|
||||
{ text: '包邮', bg: '#ff6800', color: '#ffffff' },
|
||||
{ text: '烫画', bg: '#e17055', color: '#ffffff' }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '纯棉连帽卫衣 HD200',
|
||||
price: '59.00',
|
||||
image: '/static/images/products/2.png',
|
||||
tags: [
|
||||
{ text: '不包邮', bg: '#999999', color: '#ffffff' }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: '帆布托特包 BG150',
|
||||
price: '15.00',
|
||||
image: '/static/images/products/3.png',
|
||||
tags: [
|
||||
{ text: '单面印', bg: '#00b894', color: '#ffffff' }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '儿童纯棉T恤 KD100',
|
||||
price: '22.00',
|
||||
image: '/static/images/products/4.png',
|
||||
tags: [
|
||||
{ text: '包邮', bg: '#ff6800', color: '#ffffff' },
|
||||
{ text: '直喷', bg: '#00cec9', color: '#ffffff' }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: '重磅圆领T恤 DG150',
|
||||
price: '35.00',
|
||||
image: '/static/images/products/5.png',
|
||||
tags: [
|
||||
{ text: '双面印', bg: '#6c5ce7', color: '#ffffff' }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
name: '拉链卫衣 HD220',
|
||||
price: '79.00',
|
||||
image: '/static/images/products/6.png',
|
||||
tags: [
|
||||
{ text: '包邮', bg: '#ff6800', color: '#ffffff' }
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,3 +0,0 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0001 19.4375L14.9546 20.5L7.28098 12.7014C6.89804 12.3122 6.89804 11.6878 7.28098 11.2986L14.9546 3.5L16.0001 4.5625L8.68179 12L16.0001 19.4375Z" fill="black" fill-opacity="0.9"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 336 B |
|
Before Width: | Height: | Size: 944 B After Width: | Height: | Size: 339 B |
@@ -1,3 +0,0 @@
|
||||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12.898 16.875H12.8215C11.0215 16.7805 8.59034 14.9985 6.31559 12.1117L5.47634 11.052C3.20159 8.16525 2.01021 5.34487 2.29034 3.51113C2.48609 2.21738 4.31871 1.125 5.36609 1.125C5.88134 1.125 6.06921 1.39388 6.13671 1.55588C6.72509 2.664 7.45859 4.58663 7.46421 5.27625V5.32463L7.44734 5.37075C7.31571 5.733 7.02434 5.90625 6.76559 6.06038C6.42471 6.26288 6.23234 6.3945 6.20759 6.77587C6.20196 6.89062 6.29646 7.41825 7.79608 9.35775L8.43734 10.1711C9.94258 12.0364 10.4151 12.2366 10.5242 12.2524C10.8876 12.3075 11.0608 12.1444 11.3207 11.8418C11.5187 11.6089 11.7437 11.3512 12.1138 11.295L12.1633 11.286L12.2083 11.3017C12.8653 11.4424 14.5371 12.5764 15.4933 13.4201C15.6283 13.5146 15.868 13.8004 15.679 14.427C15.382 15.4114 14.0848 16.875 12.898 16.875Z" fill="#333333"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 892 B |
@@ -1,3 +0,0 @@
|
||||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M5.24985 4.5V2.25C5.24985 1.83579 5.58564 1.5 5.99985 1.5H14.9998C15.4141 1.5 15.7498 1.83579 15.7498 2.25V12.75C15.7498 13.1642 15.4141 13.5 14.9998 13.5H12.7498V15.7493C12.7498 16.1639 12.4124 16.5 11.9948 16.5H3.00499C2.58794 16.5 2.25 16.1665 2.25 15.7493L2.25195 5.25065C2.25202 4.83608 2.58948 4.5 3.00706 4.5H5.24985ZM3.75181 6L3.75014 15H11.2498V6H3.75181ZM6.74985 4.5H12.7498V12H14.2498V3H6.74985V4.5Z" fill="#333333"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 540 B |
|
Before Width: | Height: | Size: 144 KiB |
|
Before Width: | Height: | Size: 696 KiB After Width: | Height: | Size: 173 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 87 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 8.8 KiB |
|
Before Width: | Height: | Size: 406 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 284 KiB |
|
Before Width: | Height: | Size: 3.5 MiB |
|
Before Width: | Height: | Size: 616 KiB After Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 782 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 894 B |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1007 B |
|
Before Width: | Height: | Size: 321 B |
|
Before Width: | Height: | Size: 765 B |
|
Before Width: | Height: | Size: 299 B |
|
Before Width: | Height: | Size: 356 B |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 35 KiB |
@@ -13441,7 +13441,7 @@ var trustStats = [{
|
||||
// 4步流程
|
||||
// 每一步对应一张预览大图(img 字段,目前暂用同一张占位图,设计师供图后替换即可)
|
||||
exports.trustStats = trustStats;
|
||||
var STEP_IMG = '/static/images/home/image_25_1484_1689.png';
|
||||
var STEP_IMG = '/static/images/home/image_25_1484_1689.jpg';
|
||||
var stepList = [{
|
||||
step: '01',
|
||||
title: '选择产品',
|
||||
@@ -13497,25 +13497,25 @@ exports.countryTabs = countryTabs;
|
||||
var podProducts = [{
|
||||
id: 1,
|
||||
name: '女士短款露脐T恤',
|
||||
image: '/static/images/home/Rectangle_63_1446_1437.png'
|
||||
image: '/static/images/home/Rectangle_63_1446_1437.jpg'
|
||||
}, {
|
||||
id: 2,
|
||||
name: '女士短款露脐T恤',
|
||||
image: '/static/images/home/Rectangle_181_1455_1450.png'
|
||||
image: '/static/images/home/Rectangle_181_1455_1450.jpg'
|
||||
}, {
|
||||
id: 3,
|
||||
name: '女士短款露脐T恤',
|
||||
image: '/static/images/home/Rectangle_63_1455_1461.png'
|
||||
image: '/static/images/home/Rectangle_63_1455_1461.jpg'
|
||||
}, {
|
||||
id: 4,
|
||||
name: '女士短款露脐T恤',
|
||||
image: '/static/images/home/Rectangle_181_1455_1456.png'
|
||||
image: '/static/images/home/Rectangle_181_1455_1456.jpg'
|
||||
}];
|
||||
|
||||
// 平台功能卡片
|
||||
// 每一张卡片对应一张「集成平台」大图(img 字段目前暂用同一张占位图,后端/设计师提供后替换即可)
|
||||
exports.podProducts = podProducts;
|
||||
var FEAT_IMG = '/static/images/home/Rectangle_64_1484_1735.png';
|
||||
var FEAT_IMG = '/static/images/home/Rectangle_64_1484_1735.jpg';
|
||||
var featureList = [{
|
||||
step: '01',
|
||||
title: '设计工具',
|
||||
@@ -13601,8 +13601,8 @@ var companyFeatures = [{
|
||||
// 底部CTA
|
||||
exports.companyFeatures = companyFeatures;
|
||||
var ctaSection = {
|
||||
qrImage: '/static/images/home/Rectangle_187_1470_1653.png',
|
||||
bgImage: '/static/images/home/image_26_1496_1761.png',
|
||||
qrImage: '/static/images/home/Rectangle_187_1470_1653.jpg',
|
||||
bgImage: '/static/images/home/image_26_1496_1761.jpg',
|
||||
textImage: '/static/images/home/image_28_1498_1767.png',
|
||||
text: '联系我们,开启你的全球生意新篇'
|
||||
};
|
||||
|
||||