@@ -70,6 +70,13 @@
</u-modal>
<view class="bottom">
+ <view>
+ <u-checkbox-group>
+ <u-checkbox active-color="green" v-model="checked" shape="circle" ></u-checkbox>
+ </u-checkbox-group>
+ 我已阅读并同意<span style="color:#00B962" >《预约充电规则 》</span>
+
+ </view>
<u-button
:class="{
button:!lockStatus,
@@ -104,6 +111,7 @@
selectTime:15,
selectNum:60,
show:false,
+ checked:false
}
},
onLoad(op) {
@@ -344,8 +352,7 @@
background-color: #fff;
width: 100%;
- height: 64px;
- line-height: 64px;
position: fixed;
bottom: 0;
left: 0;
@@ -357,6 +364,7 @@
background-color: rgba(0, 185, 98, 100);
color: rgba(255, 255, 255, 100);
font-size: 16px;
+ margin-top: 14px;
.buttonlockStatus{