From 17977d5bb789b0e42f9871dabaf2e355adbc7d52 Mon Sep 17 00:00:00 2001
From: xk_guohonglei <2057494155@qq.com>
Date: Tue, 18 Aug 2020 17:18:00 +0800
Subject: [PATCH] =?UTF-8?q?pages=E5=88=A0=E9=99=A4=E6=8C=89=E7=85=A7?=
=?UTF-8?q?=E6=88=91=E7=9A=84=E6=9D=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/common.css | 31 +-
common/temp.vue | 51 ++++
components/PriceList/PriceList.vue | 37 +--
components/oil-menu-item.vue | 27 ++
pages.json | 45 +--
pages/authentication/authForm/authForm.vue | 197 -------------
pages/authentication/facial/facial.vue | 120 --------
.../fingerPrint/fingerPrint.vue | 25 --
pages/login/components/loginBottom.vue | 26 --
pages/login/login.vue | 267 ------------------
pages/order/orderList/orderList.vue | 28 --
pages/orderList/orderList.vue | 20 +-
pages/ssss.vue | 38 ---
pages/station-info/station-info.vue | 183 ++++++++++--
pages/stationList/components/PriceList.vue | 80 ------
pages/stationList/components/StationItem.vue | 138 ---------
pages/stationList/components/price-list.vue | 61 ----
.../stationDetail/stationDetail.vue | 205 --------------
pages/stationList/stationList.vue | 128 ---------
pages/userPage/userPage.vue | 104 -------
pages/wallet/record/record.vue | 67 -----
21 files changed, 308 insertions(+), 1570 deletions(-)
create mode 100644 common/temp.vue
create mode 100644 components/oil-menu-item.vue
delete mode 100644 pages/authentication/authForm/authForm.vue
delete mode 100644 pages/authentication/facial/facial.vue
delete mode 100644 pages/authentication/fingerPrint/fingerPrint.vue
delete mode 100644 pages/login/components/loginBottom.vue
delete mode 100644 pages/login/login.vue
delete mode 100644 pages/order/orderList/orderList.vue
delete mode 100644 pages/ssss.vue
delete mode 100644 pages/stationList/components/PriceList.vue
delete mode 100644 pages/stationList/components/StationItem.vue
delete mode 100644 pages/stationList/components/price-list.vue
delete mode 100644 pages/stationList/stationDetail/stationDetail.vue
delete mode 100644 pages/stationList/stationList.vue
delete mode 100644 pages/userPage/userPage.vue
delete mode 100644 pages/wallet/record/record.vue
diff --git a/common/common.css b/common/common.css
index 8007b5e..96ef3e6 100644
--- a/common/common.css
+++ b/common/common.css
@@ -83,12 +83,28 @@ page {
float: right;
}
+.bg-lv {
+ background-color: #FF5200 !important;
+}
+
.bg-wjy {
- background-color: #FCB72E;
+ background-color: #FCB72E !important;
+}
+
+.color-lv {
+ color: #FF5200 !important;
}
.color-wjy {
- color: #FCB72E;
+ color: #FCB72E !important;
+}
+
+.border-wjy {
+ border: 1px #FCB72E solid;
+}
+
+.border-lv {
+ border: 1px #FF5200 solid;
}
.padding-top-0 {
@@ -98,6 +114,15 @@ page {
.margin-bottom-0 {
margin-bottom: 0;
}
+
.margin-top-0 {
margin-top: 0;
-}
\ No newline at end of file
+}
+
+.color-333 {
+ color: #333;
+}
+
+.margin-0 {
+ margin: 0;
+}
diff --git a/common/temp.vue b/common/temp.vue
new file mode 100644
index 0000000..dbe11ca
--- /dev/null
+++ b/common/temp.vue
@@ -0,0 +1,51 @@
+
+
+
+ 返回
+ 油站信息
+
+
+
+
+
+ 今日收款(元)
+
+ 8450.50
+
+
+
+
+
+
+
+
+
+
diff --git a/components/PriceList/PriceList.vue b/components/PriceList/PriceList.vue
index 93e996f..12b5a9b 100644
--- a/components/PriceList/PriceList.vue
+++ b/components/PriceList/PriceList.vue
@@ -1,9 +1,9 @@
-
+
-
+
¥5.81
@@ -19,31 +19,31 @@
星油油价
-
-
+
+
¥5.81
-
-
+
+
省
-
- 七毛
+
+ ¥5.81
万金油价
-
-
+
+
¥5.81
-
-
+
+
省
-
+
七毛
@@ -55,8 +55,13 @@
@@ -67,9 +72,9 @@
}
.free-money {
- color: #FE0505;
max-width: 3rem;
font-size: 12px;
+ color: #FE0505;
line-height: 12px;
}
diff --git a/components/oil-menu-item.vue b/components/oil-menu-item.vue
new file mode 100644
index 0000000..2a535b0
--- /dev/null
+++ b/components/oil-menu-item.vue
@@ -0,0 +1,27 @@
+
+
+
+ 92#油
+ 2020-8-18
+
+
+
+
+
+
+
+
diff --git a/pages.json b/pages.json
index f1a868a..cacc25d 100644
--- a/pages.json
+++ b/pages.json
@@ -1,61 +1,26 @@
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
- "path": "pages/station-info/station-info",
- "style": {}
- }, {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "星油"
}
}, {
- "path": "pages/qrcode/qrcodeList/qrcodeList",
- "style": {}
- }, {
- "path": "pages/qrcode/QrCode_xy/QrCode_xy",
+ "path": "pages/station-info/station-info",
"style": {}
}, {
- "path": "pages/authentication/authForm/authForm",
+ "path": "pages/qrcode/qrcodeList/qrcodeList",
"style": {}
}, {
- "path": "pages/stationList/stationDetail/stationDetail",
- "style": {
- "navigationBarTitleText": "中石化(紫云路)"
- }
- }, {
- "path": "pages/stationList/stationList",
- "style": {
- "navigationBarTitleText": "附近油站"
- }
- },
- {
- "path": "pages/login/login",
+ "path": "pages/qrcode/QrCode_xy/QrCode_xy",
"style": {}
}
-
-
, {
"path": "pages/qrcode/QrCode-wjy/QrCode-wjy",
"style": {}
- }, {
- "path": "pages/authentication/facial/facial",
- "style": {}
- }, {
- "path": "pages/authentication/fingerPrint/fingerPrint",
- "style": {}
- }
-
- , {
- "path": "pages/userPage/userPage",
- "style": {}
- }, {
- "path": "pages/wallet/record/record",
- "style": {}
- }, {
- "path": "pages/order/orderList/orderList",
- "style": {}
- }, {
+ },
+ {
"path": "pages/orderList/orderList",
"style": {}
}
diff --git a/pages/authentication/authForm/authForm.vue b/pages/authentication/authForm/authForm.vue
deleted file mode 100644
index 66f8fbb..0000000
--- a/pages/authentication/authForm/authForm.vue
+++ /dev/null
@@ -1,197 +0,0 @@
-
-
-
- 返回
- 认证
-
-
-
- 身份证
-
-
-
-
-
-
-
-
-
-
-
-
-
- 身份证人像面
-
-
-
-
-
-
-
-
-
-
-
- 身份证国徽面
-
-
-
-
-
- 车牌号
-
- {{plateText}}
-
-
-
- 姓名
-
-
-
- 性别
-
-
-
- 身份证号
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/authentication/facial/facial.vue b/pages/authentication/facial/facial.vue
deleted file mode 100644
index 7812c4d..0000000
--- a/pages/authentication/facial/facial.vue
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
- 返回
- 人脸识别
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/authentication/fingerPrint/fingerPrint.vue b/pages/authentication/fingerPrint/fingerPrint.vue
deleted file mode 100644
index 5630f80..0000000
--- a/pages/authentication/fingerPrint/fingerPrint.vue
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- 返回
- 指纹识别
-
-
-
-
-
-
-
diff --git a/pages/login/components/loginBottom.vue b/pages/login/components/loginBottom.vue
deleted file mode 100644
index 02e82b9..0000000
--- a/pages/login/components/loginBottom.vue
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- 全国统一客服/投诉热线:
- 4008-56-5811
-
-
- 登录即代表您已同意我们的
- 《服务协议》和 《隐私政策》
-
-
-
-
-
-
-
-
diff --git a/pages/login/login.vue b/pages/login/login.vue
deleted file mode 100644
index 440e95c..0000000
--- a/pages/login/login.vue
+++ /dev/null
@@ -1,267 +0,0 @@
-
-
-
-
-
-
-
-
- 个人账号
-
-
- 企业账号
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 加载中...
-
-
-
-
-
-
-
-
-
diff --git a/pages/order/orderList/orderList.vue b/pages/order/orderList/orderList.vue
deleted file mode 100644
index bad16ed..0000000
--- a/pages/order/orderList/orderList.vue
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
- 返回
- 加油订单
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/orderList/orderList.vue b/pages/orderList/orderList.vue
index bcfb80b..87aee1b 100644
--- a/pages/orderList/orderList.vue
+++ b/pages/orderList/orderList.vue
@@ -4,8 +4,16 @@
返回
加油记录
+
+
+
+ {{item}}
+
+
+
-
+
@@ -18,6 +26,11 @@
},
data() {
return {
+ tabList:[
+ '全部','待支付','已支付','退款'
+ ],
+ TabCur: 0,
+ scrollLeft: 0,
order: {
istate: 0,
vol: 3,
@@ -33,7 +46,10 @@
}
},
methods: {
-
+ tabSelect(e) {
+ this.TabCur = e.currentTarget.dataset.id;
+ this.scrollLeft = (e.currentTarget.dataset.id - 1) * 60
+ }
}
}
diff --git a/pages/ssss.vue b/pages/ssss.vue
deleted file mode 100644
index fea156c..0000000
--- a/pages/ssss.vue
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/station-info/station-info.vue b/pages/station-info/station-info.vue
index f5eaf96..e2c6279 100644
--- a/pages/station-info/station-info.vue
+++ b/pages/station-info/station-info.vue
@@ -1,48 +1,181 @@
-
-
+
+
+ 油站信息
返回
- 油站信息
-
-
-
-
-
-
-
-
-
-
- 九龙路加油站
-
-
- 九龙路1188号
-
-
- 联系方式:战三(13263967686)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 九龙路加油站
+
+
+ 九龙路1188号
+
+
+ 联系方式:战三(13263967686)
+
+
+
+
+
+
+
+
diff --git a/pages/stationList/components/PriceList.vue b/pages/stationList/components/PriceList.vue
deleted file mode 100644
index 93e996f..0000000
--- a/pages/stationList/components/PriceList.vue
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
-
-
-
- ¥5.81
-
-
-
- 省
-
-
- 七毛
-
-
-
- 星油油价
-
-
-
-
- ¥5.81
-
-
-
- 省
-
-
- 七毛
-
-
-
- 万金油价
-
-
-
-
- ¥5.81
-
-
-
- 省
-
-
- 七毛
-
-
-
- 老吕油价
-
-
-
-
-
-
-
-
diff --git a/pages/stationList/components/StationItem.vue b/pages/stationList/components/StationItem.vue
deleted file mode 100644
index 7b6e6fd..0000000
--- a/pages/stationList/components/StationItem.vue
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- 10.2km|
-
- 导航
-
-
-
- 中国石化(紫云路)
-
-
-
-
- 营业时间:00:00-23:59(紫云路)
-
-
-
-
- 经开区紫云路与金寨南路交口向西经开区紫云路与金寨南路交口向西经开区紫云路与金寨南路交口向西经开区紫云路与金寨南路交口向西经开区紫云路与金寨南路交口向西经开区紫云路与金寨南路交口向西200米.....
-
-
-
-
- 0#柴油
-
- 市场价
- ¥6.5
-
-
- 更新时间;2020-05-07,具体油价与工作人员确定
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/stationList/components/price-list.vue b/pages/stationList/components/price-list.vue
deleted file mode 100644
index 6dd640a..0000000
--- a/pages/stationList/components/price-list.vue
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
-
-
-
- ¥5.81
-
-
-
- 省
-
-
- 七毛
-
-
-
- 星油油价
-
-
-
-
- ¥5.81
-
-
-
- 省
-
-
- 七毛
-
-
-
- 万金油价
-
-
-
-
- ¥5.81
-
-
-
- 省
-
-
- 七毛
-
-
-
- 老吕油价
-
-
-
-
-
-
-
-
diff --git a/pages/stationList/stationDetail/stationDetail.vue b/pages/stationList/stationDetail/stationDetail.vue
deleted file mode 100644
index 11c2b48..0000000
--- a/pages/stationList/stationDetail/stationDetail.vue
+++ /dev/null
@@ -1,205 +0,0 @@
-
-
-
- 返回
- 中石化紫云路
-
-
-
-
-
- 中国石化(紫云路)
-
-
- 1.32km | 紫云路与金寨南路交口向西200...
-
-
-
- 导航
-
-
-
-
-
-
-
- 油号选择:
-
-
-
-
-
-
-
-
-
-
- 0#柴油
-
- 市场价¥6.5
-
-
-
-
- ¥5.81
-
-
-
- 星油油价
-
-
-
-
- ¥5.81
-
-
-
- 万金油价
-
-
-
-
- ¥5.81
-
-
-
- 老吕油价
-
-
-
-
-
-
-
- 油枪选择:
-
-
-
-
-
-
-
-
-
-
-
- 加油升数
-
- 约¥0.00
-
-
- 星卡优惠金额-¥0.00
-
-
- 实际支付金额¥0.00
-
-
-
-
-
-
-
-
-
-
- 付款码支付
- ¥0.00
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/stationList/stationList.vue b/pages/stationList/stationList.vue
deleted file mode 100644
index 245b1c6..0000000
--- a/pages/stationList/stationList.vue
+++ /dev/null
@@ -1,128 +0,0 @@
-
-
-
- 附近加油站
- 返回
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/userPage/userPage.vue b/pages/userPage/userPage.vue
deleted file mode 100644
index 84b27f8..0000000
--- a/pages/userPage/userPage.vue
+++ /dev/null
@@ -1,104 +0,0 @@
-
-
-
- 返回
- 个人信息
-
-
-
-
-
- 切换账号
-
-
-
-
- 退出
-
-
-
-
-
-
-
-
diff --git a/pages/wallet/record/record.vue b/pages/wallet/record/record.vue
deleted file mode 100644
index ab9452b..0000000
--- a/pages/wallet/record/record.vue
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
- 返回
- 转入记录
-
-
-
-
-
- 星油余额
-
-
- 80.00
-
-
-
-
-
-
-
-
-
-
-
- 最近的五笔交易
-
-
- 更多
-
-
-
-
-
-
-
-
-
-
-
-