diff --git a/pages/goods-detail/goods-detail.wxml b/pages/goods-detail/goods-detail.wxml index 8a4a0cf..2fb8eba 100644 --- a/pages/goods-detail/goods-detail.wxml +++ b/pages/goods-detail/goods-detail.wxml @@ -72,18 +72,23 @@ - - - 售空 - {{goodsDetail.supplyStatus}} - {{goodsDetail.name}} - V - - - - {{goodsDetail.sourceType || '暂无'}} + + + + 售空 + {{goodsDetail.supplyStatus}} + {{goodsDetail.name}} + V + + + + {{goodsDetail.sourceType || '暂无'}} + + + {{goodsDetail.description || '暂无描述'}} + diff --git a/project.private.config.json b/project.private.config.json index f4f0e67..67dfd8e 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -1,6 +1,6 @@ { "libVersion": "3.10.3", - "projectname": "xcx22", + "projectname": "Mini-Program", "setting": { "urlCheck": false, "coverView": true,