diff --git a/src/pages.json b/src/pages.json
index 62f01a8..51547ba 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -40,7 +40,7 @@
{
"iconPath": "static/tabbar/store.png",
"selectedIconPath": "static/tabbar/store_s.png",
- "pagePath": "pages/login/login",
+ "pagePath": "pages/store/store",
"text": "门店管理"
},
{
@@ -199,6 +199,14 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/store/store",
+ "type": "page",
+ "layout": "tabbar",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/share/tea-room/share-order-detail",
"type": "page",
diff --git a/src/pages/store/store.vue b/src/pages/store/store.vue
new file mode 100644
index 0000000..8a4d2bd
--- /dev/null
+++ b/src/pages/store/store.vue
@@ -0,0 +1,338 @@
+
+ {
+ "layout": "tabbar",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ isLogin ? user.nickname : '立即登录' }}
+
+
+
+ 账号: {{ formatAccount(user.account || user.mobile) }}
+
+
+
+
+
+
+
+
+
+ ¥{{ isLogin ? user.user_money : '0.00' }}
+
+
+
+ 钱包余额
+
+
+
+
+
+
+
+
+
+ 门店茶址24小时智能茶室(中新店)地址
+
+
+ 抖音uid:
+ {{ storeInfo.douyin_uid || '236598984587' }}
+
+
+ 门店地址:
+ {{ storeInfo.address || '上海浦东新区新金桥路58号新银东大厦 15楼F室' }}
+
+
+
+ 营业时间:
+ {{ storeInfo.business_hours || '08:00-22:00' }}
+
+
+
+ 修改
+
+
+
+ 联系电话:
+ {{ storeInfo.contact_phone || '021-8888888' }}
+
+
+
+
+
+
+ 门店视频/图片
+
+
+
+
+
+
+
+
+
+
+ +{{ item.overlay }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/tabbar/config.ts b/src/tabbar/config.ts
index bf2529c..b8f1256 100644
--- a/src/tabbar/config.ts
+++ b/src/tabbar/config.ts
@@ -50,7 +50,7 @@ export const nativeTabbarList: NativeTabBarItem[] = [
{
iconPath: 'static/tabbar/store.png',
selectedIconPath: 'static/tabbar/store_s.png',
- pagePath: 'pages/login/login',
+ pagePath: 'pages/store/store',
text: '门店管理',
},
{