diff --git a/src/views/merchant/type/typeInfo.vue b/src/views/merchant/type/typeInfo.vue
index 3f1baa4..0598bf8 100644
--- a/src/views/merchant/type/typeInfo.vue
+++ b/src/views/merchant/type/typeInfo.vue
@@ -14,6 +14,14 @@
店铺保证金:
{{typeData.is_margin ? typeData.margin+'元' : '无'}}
+
+ 店铺技术服务费:
+ {{typeData.is_service ? typeData.service_cost+'元' : '无'}}
+
+
+ 店铺上架费:
+ {{typeData.is_goods ? typeData.goods_cost+'元' : '无'}}
+
店铺类型要求:
{{typeData.type_info}}