@@ -310,6 +310,15 @@
}
+ ,{
+ "path" : "pagesFinance/user/activateResults",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+
],
"globalStyle": {
"navigationStyle": "custom", // 隐藏系统导航栏
@@ -0,0 +1,54 @@
+<template>
+ <view>
+ <u-navbar title="激活结果"></u-navbar>
+ <view class="main">
+ <view class="img">
+ <img src="../../assets/img/icon_success.png" alt="">
+ </view>
+ <view class="text">
+ 激活成功
+ <button class="btn">完善充电站设置</button>
+</template>
+<script>
+ export default {
+ data() {
+ return {
+ },
+ methods: {
+</script>
+<style lang="scss" scoped>
+ .main{
+ margin-top: 96rpx;
+ .img{
+ text-align: center;
+ .text{
+ margin-top: 20px;
+ color: rgba(51, 51, 51, 1);
+ font-size: 20px;
+ font-weight: bold;
+ .btn{
+ margin-top: 80rpx;
+ width: 80.2%;
+ line-height: 44px;
+ border-radius: 8px;
+ background-color: rgba(24, 90, 198, 1);
+ color: rgba(255, 255, 255, 1);
+ font-size: 16px;
+</style>
@@ -10,8 +10,8 @@
您的充电桩暂未激活
</view>
<view class="text-2">
- 请在施工人员的帮助下,
- 扫码关联充电桩并完成激活操作
+ <p>请在施工人员的帮助下,</p>
+ <p>扫码关联充电桩并完成激活操作</p>
@@ -53,11 +53,14 @@
.text-2{
margin: 0 auto;
- width: 58.9%;
color: rgba(119, 119, 119, 1);
font-size: 16px;
line-height: 19px;
margin-top: 24rpx;
+ p{
+ margin-bottom: 4px;
.btn{
@@ -109,7 +109,7 @@
border-bottom: solid 1px #C2C2C2;
.title{
- width: 20%;
margin-right: 42rpx;
color: #777777;
text{