diff --git a/gasStation-uni/pages.json b/gasStation-uni/pages.json index 1ebec91e9..2a842ae2c 100644 --- a/gasStation-uni/pages.json +++ b/gasStation-uni/pages.json @@ -238,6 +238,13 @@ "navigationStyle": "custom" } }, + { + "path": "signIn/index", + "style": { + "navigationBarTitleText": "每日签到" + + } + }, { "path": "Coupons/Coupons", "style": { diff --git a/gasStation-uni/pages/my/my.vue b/gasStation-uni/pages/my/my.vue index 67cddc895..3d40f67fe 100644 --- a/gasStation-uni/pages/my/my.vue +++ b/gasStation-uni/pages/my/my.vue @@ -6,115 +6,164 @@ - + - + + 点击登录 - + 手机号: -- + + + + + + + + + 用户昵称 + 手机号: xxxxxxxxxxxx + + + + + - 储值余额 + 储值卡余额 {{cardBalance || 0 }}元 | - 锁价次数 + 囤油卡升数 {{countList.length || 0 }}次 | - 卡券 + 优惠券 {{cardsList.length || 0 }} | - 我的积分 + 积分 {{myPoints || 0 }} + + + - + - + - 礼品卡 + 每日签到 - + - + - 今日油价 + 消费记录 - - - + - + - 核销记录 - - - - - - - - - 充值记录 + 我的订单 - + - - - - 邀请有礼 - - - - - + 积分商城 - + - + - 子卡管理 + 个人资料 - + - + + + + 邀请有礼 + + + + + + + + 车牌管理 + + + + + + + + 成长值记录 + + + + + + + + 礼品卡 + + + + + + + + 副卡管理 + + + + + + + + 我的奖品 + + + + + 意见反馈 + - + @@ -153,6 +202,7 @@ baseUrl: this.$baseUrl, user: {}, store: {}, + userinfo: false, } }, @@ -416,15 +466,16 @@ .user-tel { font-weight: bold; - font-size: 20px; - + font-size: 16px; + margin-left: 10px; margin-bottom: 5px; } .user-name { font-size: 12px; - color: #c1c1ff; + color: #333; + margin-left: 10px; } .vipnber { @@ -450,8 +501,8 @@ } .jg-box-title { - font-size: 16px; - color: #999999; + font-size: 12px; + color: #333333; margin-bottom: 5px; } @@ -461,6 +512,7 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + color: #FF9655; } @@ -507,12 +559,23 @@ margin: 2px auto; image { - width: 32px; - height: 32px; + width: 50px; + height: 50px; } } .centenr-size { font-size: 14px; } - \ No newline at end of file + + .center_ban { + width: 90%; + height: 90px; + margin: 10px auto; + + image { + width: 100%; + height: 100%; + } + } + diff --git a/gasStation-uni/pagesMy/signIn/index.vue b/gasStation-uni/pagesMy/signIn/index.vue new file mode 100644 index 000000000..5ca66e297 --- /dev/null +++ b/gasStation-uni/pagesMy/signIn/index.vue @@ -0,0 +1,97 @@ + + + + + \ No newline at end of file diff --git a/gasStation-uni/static/icon/erwm.png b/gasStation-uni/static/icon/erwm.png new file mode 100644 index 000000000..373a1f619 Binary files /dev/null and b/gasStation-uni/static/icon/erwm.png differ diff --git a/gasStation-uni/static/imgs/qdmr.png b/gasStation-uni/static/imgs/qdmr.png new file mode 100644 index 000000000..5804c91c8 Binary files /dev/null and b/gasStation-uni/static/imgs/qdmr.png differ