细节修改
This commit is contained in:
parent
26fd2a6ddb
commit
590a33096c
|
@ -53,10 +53,7 @@
|
||||||
<image src="https://lxnapi.ccttiot.com/bike/img/static/uaW9kLzl1RYoU8WyiuYL" mode=""></image>
|
<image src="https://lxnapi.ccttiot.com/bike/img/static/uaW9kLzl1RYoU8WyiuYL" mode=""></image>
|
||||||
鸣笛寻车
|
鸣笛寻车
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="btn2" @touchstart="touchStart" @touchmove="touchMove" @touchend="touchEnd">
|
|
||||||
<view class="slider" :style="{ transform: 'translateX(' + translateX + 'rpx)' }"></view>
|
|
||||||
右滑启动
|
|
||||||
</view> -->
|
|
||||||
<view class="btn1" @click="devicebtn(1)" v-if="deviceInfos.lockStatus == 1">
|
<view class="btn1" @click="devicebtn(1)" v-if="deviceInfos.lockStatus == 1">
|
||||||
<image src="https://lxnapi.ccttiot.com/bike/img/static/uEUTkjiSqIDTjnLxGvP8" mode=""></image>
|
<image src="https://lxnapi.ccttiot.com/bike/img/static/uEUTkjiSqIDTjnLxGvP8" mode=""></image>
|
||||||
已启动
|
已启动
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="login-page">
|
<view class="login-page">
|
||||||
|
<u-navbar title="登录" :border-bottom="false" :background="bgc" title-color='#262B37' title-size='38'
|
||||||
|
height='50' :custom-back='backPage'></u-navbar>
|
||||||
<view v-if="pageIndex == 1">
|
<view v-if="pageIndex == 1">
|
||||||
<image class="background-image" src="https://lxnapi.ccttiot.com/bike/img/static/uWOnjtkaVDDLhY4PtMd8"
|
<image class="background-image" src="https://lxnapi.ccttiot.com/bike/img/static/uWOnjtkaVDDLhY4PtMd8"
|
||||||
mode="aspectFill">
|
mode="aspectFill">
|
||||||
|
@ -124,6 +126,9 @@ export default {
|
||||||
title: '',
|
title: '',
|
||||||
message: ''
|
message: ''
|
||||||
},
|
},
|
||||||
|
bgc: {
|
||||||
|
backgroundColor: " ",
|
||||||
|
},
|
||||||
showPhoneLogin: true,
|
showPhoneLogin: true,
|
||||||
pageIndex: 0,
|
pageIndex: 0,
|
||||||
isAgree: false, // 添加用户协议勾选状态
|
isAgree: false, // 添加用户协议勾选状态
|
||||||
|
@ -131,6 +136,11 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
backPage(){
|
||||||
|
uni.reLaunch({
|
||||||
|
url:'/pages/index/index'
|
||||||
|
})
|
||||||
|
},
|
||||||
// 获取微信登录code
|
// 获取微信登录code
|
||||||
getWxLoginCode() {
|
getWxLoginCode() {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
|
|
@ -150,7 +150,7 @@
|
||||||
|
|
||||||
deviceInfo() {
|
deviceInfo() {
|
||||||
|
|
||||||
this.$u.get('/app/device/info?sn=' + this.sn).then((res) => {
|
this.$u.get('appVerify/getDeviceBySn?sn=' + this.sn).then((res) => {
|
||||||
|
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
this.carInfo=res.data
|
this.carInfo=res.data
|
||||||
|
|
|
@ -75,8 +75,8 @@
|
||||||
实名认证
|
实名认证
|
||||||
</view>
|
</view>
|
||||||
<view class="item" @click="topage(6)">
|
<view class="item" @click="topage(6)">
|
||||||
<image src="https://lxnapi.ccttiot.com/bike/img/static/uusjOAFIQuDM5sfVPags" />
|
<image src="https://lxnapi.ccttiot.com/bike/img/static/uuWE5y9qXyXTrjyZWkfr" />
|
||||||
添加设备
|
设备录入
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="item">
|
<!-- <view class="item">
|
||||||
<image src="https://lxnapi.ccttiot.com/bike/img/static/u1SsqJYSQ8jTK9PkhFtF"/>
|
<image src="https://lxnapi.ccttiot.com/bike/img/static/u1SsqJYSQ8jTK9PkhFtF"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user