diff --git a/package2/shop/businessInfo.vue b/package2/shop/businessInfo.vue
new file mode 100644
index 0000000..85686ba
--- /dev/null
+++ b/package2/shop/businessInfo.vue
@@ -0,0 +1,227 @@
+
+
+
+
+
+ 营业开始时间
+
+
+
+ {{shop.businessHourBegin}}
+
+
+
+
+
+ 营业结束时间
+
+
+
+ {{shop.businessHourEnd}}
+
+
+
+
+
+
+ 营业状态
+
+
+ {{shop.status == 0?'正常营业':shop.status == 1?'暂停营业':'冻结'}}
+
+
+
+
+ 拼团佣金
+
+
+ {{shop.commissionRateMore}}元
+
+
+
+
+ 单独购买佣金
+
+
+ {{shop.commissionRateOne}}元
+
+
+
+
+ 经营品类
+
+
+ {{shop.type}}
+
+
+
+
+ 是否支持配送
+
+
+ {{shop.isDelivery == 0?'是':'否'}}
+
+
+
+
+ 出餐时间
+
+
+ {{shop.cookingTime}}分钟
+
+
+
+
+ 排名
+
+
+ {{shop.shoprank}}名
+
+
+
+
+ 是否价格锁定
+
+
+ {{shop.isPriceLock== 0?'是':'否'}}
+
+
+
+
+
+ 保存
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/package2/shop/merchantCenter.vue b/package2/shop/merchantCenter.vue
index 6ceffec..77e3a56 100644
--- a/package2/shop/merchantCenter.vue
+++ b/package2/shop/merchantCenter.vue
@@ -126,14 +126,14 @@
商品管理
-
+
+