diff --git a/src/pages.json b/src/pages.json
index 51547ba..6c5d206 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -199,6 +199,14 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/store/room-manage",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/store/store",
"type": "page",
diff --git a/src/pages/store/img/bookroom.png b/src/pages/store/img/bookroom.png
new file mode 100644
index 0000000..d80eac7
Binary files /dev/null and b/src/pages/store/img/bookroom.png differ
diff --git a/src/pages/store/img/device.png b/src/pages/store/img/device.png
new file mode 100644
index 0000000..2ee7e5d
Binary files /dev/null and b/src/pages/store/img/device.png differ
diff --git a/src/pages/store/img/renew.png b/src/pages/store/img/renew.png
new file mode 100644
index 0000000..4a92e3c
Binary files /dev/null and b/src/pages/store/img/renew.png differ
diff --git a/src/pages/store/img/room.png b/src/pages/store/img/room.png
new file mode 100644
index 0000000..0ea0c08
Binary files /dev/null and b/src/pages/store/img/room.png differ
diff --git a/src/pages/store/room-manage.vue b/src/pages/store/room-manage.vue
new file mode 100644
index 0000000..d8cf917
--- /dev/null
+++ b/src/pages/store/room-manage.vue
@@ -0,0 +1,190 @@
+
+{
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom"
+ }
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ room.name }} ({{ room.type }})
+
+
+
+
+
+
+
+
+ {{ getStatusConfig(room.status).text }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/store/store.vue b/src/pages/store/store.vue
index 8a4d2bd..227ebe6 100644
--- a/src/pages/store/store.vue
+++ b/src/pages/store/store.vue
@@ -1,338 +1,114 @@
- {
- "layout": "tabbar",
- "style": {
- "navigationStyle": "custom"
- }
- }
+{
+ "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 }}
-
+
+
+ {{ item.title }}
-
-
-