diff --git a/pages.json b/pages.json
index 9cba818..1d182c4 100644
--- a/pages.json
+++ b/pages.json
@@ -1,6 +1,18 @@
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
+ "path" : "pages/goods/refuel-succes/refuel-succes",
+ "style" :
+ {
+ // 支付成功
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#0083f5",
+ "backgroundColorTop": "#0083f5",
+ "navigationBarTextStyle": "white",
+ "enablePullDownRefresh": false
+ }
+
+ },{
"path": "pages/goods/refuel-confirm/refuel-confirm",
"style": {
"navigationBarTitleText": "确认订单",
@@ -14,7 +26,6 @@
"path": "pages/tabBar/home/home",
"style": {
"navigationBarTextStyle": "black",
- // "enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#0083f5",
"backgroundColorTop": "#0083f5",
"navigationBarTextStyle": "white",
@@ -32,7 +43,7 @@
}, {
"path": "pages/user/order_details/order_details",
"style": {
- // "navigationBarTitleText": "订单详情",
+ "navigationBarTitleText": "订单详情",
"navigationBarBackgroundColor": "#0083f5",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
@@ -41,9 +52,8 @@
}, {
"path": "pages/goods/refuel-details/refuel-details",
"style": {
- // 加油站
"enablePullDownRefresh": false,
- "navigationBarTitleText": "",
+ "navigationBarTitleText": "加油站",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#0083f5",
"backgroundColorTop": "#0083f5",
@@ -414,7 +424,8 @@
}
}
- ],
+
+ ],
"globalStyle": {
"navigationBarTextStyle": "black",
diff --git a/pages/goods/refuel-succes/refuel-succes.vue b/pages/goods/refuel-succes/refuel-succes.vue
new file mode 100644
index 0000000..24b8d36
--- /dev/null
+++ b/pages/goods/refuel-succes/refuel-succes.vue
@@ -0,0 +1,92 @@
+
+
+
+
+ 已支付
+
+ ¥499.27
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/img/suline1.png b/static/img/suline1.png
new file mode 100644
index 0000000..3ee4c4a
Binary files /dev/null and b/static/img/suline1.png differ
diff --git a/static/img/suline2.png b/static/img/suline2.png
new file mode 100644
index 0000000..91b6136
Binary files /dev/null and b/static/img/suline2.png differ
diff --git a/uni.scss b/uni.scss
index 9ced561..64f2178 100644
--- a/uni.scss
+++ b/uni.scss
@@ -352,6 +352,14 @@ $uni-font-size-paragraph:30upx;
.height120{
height: 120px;
+}
+
+.height150{
+ height: 150px;
+}
+
+.height180{
+ height: 180px;
}
.height30 {
@@ -375,7 +383,14 @@ $uni-font-size-paragraph:30upx;
height: 20px;
line-height: 20px;
}
+.height25 {
+ height: 25px;
+}
+.height20 {
+ height: 20px;
+ line-height: 20px;
+}
.height50 {