11
This commit is contained in:
parent
6ff1473c7b
commit
eba427c0f3
|
@ -31,12 +31,13 @@
|
||||||
版本介绍:{{hardwareInfo.instructions}}
|
版本介绍:{{hardwareInfo.instructions}}
|
||||||
</view>
|
</view>
|
||||||
<u-select v-model="show" :list="list" title='选择运营区' @confirm="confirm"></u-select>
|
<u-select v-model="show" :list="list" title='选择运营区' @confirm="confirm"></u-select>
|
||||||
|
|
||||||
|
<view class="imgs" style="margin-top: 330rpx;">
|
||||||
|
<image src="https://lxnapi.ccttiot.com/bike/img/static/u9wFJhLZGm7rboSDySV4" mode="" @click="qrcode()"></image>
|
||||||
|
</view>
|
||||||
<view class="btn" @click="bind()">
|
<view class="btn" @click="bind()">
|
||||||
确认添加
|
确认添加
|
||||||
</view>
|
</view>
|
||||||
<view class="imgs">
|
|
||||||
<image src="https://lxnapi.ccttiot.com/bike/img/static/u9wFJhLZGm7rboSDySV4" mode="" @click="qrcode()"></image>
|
|
||||||
</view>
|
|
||||||
<view class="bot_btn">
|
<view class="bot_btn">
|
||||||
|
|
||||||
<view class="btn1" @click="Binddevice()">
|
<view class="btn1" @click="Binddevice()">
|
||||||
|
@ -852,7 +853,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.btn {
|
.btn {
|
||||||
|
|
||||||
margin: 160rpx auto;
|
margin: 160rpx auto;
|
||||||
|
margin-top: 30rpx;
|
||||||
// position: fixed;
|
// position: fixed;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -861,7 +864,7 @@
|
||||||
// left: 46rpx;
|
// left: 46rpx;
|
||||||
width: 658rpx;
|
width: 658rpx;
|
||||||
height: 88rpx;
|
height: 88rpx;
|
||||||
background: #FFCC25;
|
background: #27c2fd;
|
||||||
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||||||
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user