diff --git a/pages.json b/pages.json
index de9c5e3..bc9ed56 100644
--- a/pages.json
+++ b/pages.json
@@ -121,7 +121,8 @@
},
{
"path": "pages/login/index",
- "style": {
+ "style": {
+ "navigationStyle": "custom",
"navigationBarTitleText": "会员登录"
}
},
@@ -534,6 +535,78 @@
{
"root": "pages/news/",
"pages": [
+ {
+ "path" : "consult/store",
+ "style" :
+ {
+ "navigationBarTitleText": "门店相册",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path" : "consult/comment",
+ "style" :
+ {
+ "navigationBarTitleText": "评论",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path" : "consult/about",
+ "style" :
+ {
+ "navigationBarTitleText": "联系我们",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path" : "consult/index",
+ "style" :
+ {
+ "navigationBarTitleText": "咨询",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path" : "park/index",
+ "style" :
+ {
+ "navigationBarTitleText": "停车指引",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path" : "park/recordHistory",
+ "style" :
+ {
+ "navigationBarTitleText": "预约记录",
+ "enablePullDownRefresh": false
+ }
+ },{
+ "path" : "park/addressList",
+ "style" :
+ {
+ "navigationBarTitleText": "地址",
+ "enablePullDownRefresh": false
+ }
+ },{
+ "path" : "park/addressEdit",
+ "style" :
+ {
+ "navigationBarTitleText": "地址",
+ "enablePullDownRefresh": false
+ }
+ },{
+ "path" : "park/personal",
+ "style" :
+ {
+ "navigationBarTitleText": "编辑信息",
+ "enablePullDownRefresh": false
+ }
+ },
{
"path" : "coupon/index",
"style" :
diff --git a/pages/login/index-2024-1-25.vue b/pages/login/index-2024-1-25.vue
new file mode 100644
index 0000000..f685973
--- /dev/null
+++ b/pages/login/index-2024-1-25.vue
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/login/index.vue b/pages/login/index.vue
index f685973..c50a3fa 100644
--- a/pages/login/index.vue
+++ b/pages/login/index.vue
@@ -1,115 +1,126 @@
-
-
-
-
-
-
+
+
+
+
+
+ 验证码登录
+ 若该手机号未注册,我们将自动为您注册
+
+
+ +86
+
+ 获取验证码
+
+
+ 查看并同意《用户服务协议》和《隐私政策》
+
+
+ 登录
+
-
\ No newline at end of file
+.login{
+ width: 100%;
+ background: #fffafb url(@/static/news/login-bg.png) center top no-repeat;
+ background-size: 100% auto;
+ min-height: 100vh;
+ &-hd{
+ padding: 90rpx 75rpx 75rpx;
+ overflow: hidden;
+ .a{
+ line-height: 80rpx;
+ font-size: 40rpx;
+ font-weight: 500;
+ color: #000000;
+ }
+ .b{
+ font-size: 28rpx;
+ font-weight: 400;
+ color: #5A5A5A;
+ line-height: 50rpx;
+ }
+ }
+ &-bd{
+ padding: 0 75rpx;
+ overflow: hidden;
+ .a{
+ padding: 20rpx 0;
+ border-bottom: 1px solid #F2F2F2;
+ display: flex;
+ align-items: center;
+ font-size: 32rpx;
+ font-weight: 400;
+ color: #212121;
+ input{
+ flex: 1;
+ margin-left: 30rpx;
+ line-height: 50rpx;
+ border-left: 1px solid #C4C4C4;
+ padding-left: 30rpx;
+ font-size: 28rpx;
+ color: #212121;
+ }
+ }
+ .b{
+ padding: 30rpx 0;
+ border-bottom: 1px solid #F2F2F2;
+ display: flex;
+ align-items: center;
+ font-size: 28rpx;
+ font-weight: 400;
+ color: #F3202A;
+ input{
+ flex: 1;
+ margin-right: 30rpx;
+ line-height: 50rpx;
+ font-size: 28rpx;
+ color: #212121;
+ }
+ }
+ .c{
+ padding: 28rpx 0;
+ font-size: 28rpx;
+ font-weight: 400;
+ color: #A0A0A0;
+ text{
+ color: #FF343C;
+ }
+ }
+ }
+ &-fd{
+ width: 680rpx;
+ line-height: 88rpx;
+ background: #FFBDBA;
+ border-radius: 88rpx;
+ text-align: center;
+ margin: 0 auto;
+ margin-top: 120rpx;
+ font-size: 28rpx;
+ font-weight: 600;
+ color: #FFFFFF;
+ &-on{
+ background-color: #FF343C;
+ }
+ }
+}
+
diff --git a/pages/news/consult/about.vue b/pages/news/consult/about.vue
new file mode 100644
index 0000000..456e35e
--- /dev/null
+++ b/pages/news/consult/about.vue
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+ 昆明湖店·YN_k121
+ 距地铁2号线大道站2号口600m
+
+
+ 联系电话
+ 18020890980
+
+
+
+ 长按识别二维码
+ 添加我的微信
+
+
+ 编辑信息
+
+
+
+
+
+
+
diff --git a/pages/news/consult/comment.vue b/pages/news/consult/comment.vue
new file mode 100644
index 0000000..85f3b06
--- /dev/null
+++ b/pages/news/consult/comment.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
diff --git a/pages/news/consult/index.vue b/pages/news/consult/index.vue
new file mode 100644
index 0000000..5f8ffef
--- /dev/null
+++ b/pages/news/consult/index.vue
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+ 昆明湖店·YN_k121
+ 距地铁2号线大道站2号口600m
+
+
+ 1406天服务总时长
+ 7606天服务总数
+ 0次为我服务次数
+
+
+
+ 长按识别二维码
+ 添加我的微信
+
+
+
+
+
+
+
diff --git a/pages/news/consult/store.vue b/pages/news/consult/store.vue
new file mode 100644
index 0000000..f0659f6
--- /dev/null
+++ b/pages/news/consult/store.vue
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
diff --git a/pages/news/park/addressEdit.vue b/pages/news/park/addressEdit.vue
new file mode 100644
index 0000000..4d335dd
--- /dev/null
+++ b/pages/news/park/addressEdit.vue
@@ -0,0 +1,139 @@
+
+
+
+
+ 收货人
+
+
+
+
+
+ 手机号
+
+
+
+
+
+ 所属城市
+
+
+ 请选择省市区
+
+
+
+
+ 详细地址
+
+
+
+
+
+
+ 设为默认收货地址
+
+
+
+
+
+ 保存收货地址
+
+
+
+
+
+
+
diff --git a/pages/news/park/addressList.vue b/pages/news/park/addressList.vue
new file mode 100644
index 0000000..409cdfc
--- /dev/null
+++ b/pages/news/park/addressList.vue
@@ -0,0 +1,73 @@
+
+
+
+ 张小艾 188****9890默认
+
+
+ 广州市越秀区东风中路269号1109-1110
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/news/park/index.vue b/pages/news/park/index.vue
new file mode 100644
index 0000000..cbb7dda
--- /dev/null
+++ b/pages/news/park/index.vue
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+ 昆明湖店·YN_k121
+ 距地铁2号线大道站2号口600m
+
+
+ 停车攻略
+
+ 昆明湖店广场地下停车场推荐
+ 导航
+
+
+ 价格:购物免费停车2小时,超出部份收取3元/小时
+ 特点:长时间停留推荐,相对安全,可享免费停车两小时。
+ 详细:佰腾数码广场楼下有地下停车场,停车场车位不少,且出门即可乘坐电梯至门店。但节假日等高峰期车位较为紧张。
+
+
+
+
+
+
+
+
diff --git a/pages/news/park/personal.vue b/pages/news/park/personal.vue
new file mode 100644
index 0000000..ba5aa73
--- /dev/null
+++ b/pages/news/park/personal.vue
@@ -0,0 +1,143 @@
+
+
+
+
+ 店铺名称
+
+
+
+
+
+ 店铺地址
+
+
+
+
+
+ 联系方式
+
+
+
+
+
+ 微信二维码
+
+
+
+
+
+ 上传图片
+
+
+
+
+
+
+
+ 保存
+
+
+
+
+
+
+
diff --git a/pages/news/park/recordHistory.vue b/pages/news/park/recordHistory.vue
new file mode 100644
index 0000000..4051df7
--- /dev/null
+++ b/pages/news/park/recordHistory.vue
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+ iphone13 绿色 128GBiphone13 绿色 128GBiphone13 绿色 128GBiphone13 绿色 128GB
+ 倒计时
+ 预约价:¥3599
+
+ 已预约
+
+
+ 取消
+ 详情
+
+
+
+
+
+
+
+
diff --git a/static/news/login-bg.png b/static/news/login-bg.png
new file mode 100644
index 0000000..3d890c0
Binary files /dev/null and b/static/news/login-bg.png differ