diff --git a/pages/goods/index/index.wxml b/pages/goods/index/index.wxml
index d7f47fc..3f207d0 100644
--- a/pages/goods/index/index.wxml
+++ b/pages/goods/index/index.wxml
@@ -39,7 +39,8 @@
{{item.description || ''}}
- ¥{{formate.formatePrice(item.unitPrice, kg)}}
+ ¥{{formate.formatePrice(item.unitPrice, kg)}}
+ 价格面议
编辑
{{item.status == 2 ? '上架': '下架'}}