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 @@ + + + + + \ 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 @@ 商品管理 - + @@ -158,6 +158,14 @@ 顾客评价 + + + + + + 商家信息 + + @@ -270,8 +278,11 @@ case 'sp': url = '/package2/myCenter/goodsList' break; - case 'dp': - url = '' + case 'yy': + url = '/package2/shop/businessInfo' + break; + case 'sjxx': + url = '/package2/shop/shopInfo' break; case 'dd': url = '/package2/shop/shopOrderList' diff --git a/package2/shop/shopInfo.vue b/package2/shop/shopInfo.vue new file mode 100644 index 0000000..775286d --- /dev/null +++ b/package2/shop/shopInfo.vue @@ -0,0 +1,260 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index f539ca4..d0988f3 100644 --- a/pages.json +++ b/pages.json @@ -260,6 +260,16 @@ "navigationBarTitleText": "我的发布", "navigationStyle": "custom" } + },{ + "path": "shop/businessInfo", + "style": { + "navigationBarTitleText": "营业信息" + } + },{ + "path": "shop/shopInfo", + "style": { + "navigationBarTitleText": "营业信息" + } },{ "path": "shop/orderDetail", "style": {