diff --git a/pages/buyer/index.wxml b/pages/buyer/index.wxml index aa41cab..c32e449 100644 --- a/pages/buyer/index.wxml +++ b/pages/buyer/index.wxml @@ -54,11 +54,13 @@ - - {{item.supplyStatus || '暂无状态'}} - {{item.name}} - V + + + {{item.supplyStatus || '暂无状态'}} + {{item.name}} + V + {{item.specification || '无'}} | {{item.yolk || '无'}} | {{item.minOrder || item.quantity || 1}}件 diff --git a/pages/favorites/index.wxml b/pages/favorites/index.wxml index 6318664..8b381e5 100644 --- a/pages/favorites/index.wxml +++ b/pages/favorites/index.wxml @@ -53,10 +53,12 @@ - - {{item.Product.supplyStatus || '暂无状态'}} - {{item.Product.productName || '未命名商品'}} - V + + + {{item.Product.supplyStatus || '暂无状态'}} + {{item.Product.productName || '未命名商品'}} + V + {{(item.Product.spec && item.Product.spec !== '无') ? item.Product.spec : (item.Product.specification && item.Product.specification !== '无') ? item.Product.specification : '无'}} | {{item.Product.yolk || '无'}} | {{item.Product.minOrder || item.Product.quantity || 1}}件