|
@@ -4,7 +4,7 @@
|
|
<image src="/static/left/logo.png"></image>
|
|
<image src="/static/left/logo.png"></image>
|
|
</view>
|
|
</view>
|
|
<view class="station_box">
|
|
<view class="station_box">
|
|
- {{codeState || '-'}}
|
|
|
|
|
|
+ {{'No.'+codeState || '-'}}
|
|
<image class="station_box_img" :src="cloud?`/static/left/link.png`:`/static/left/close.png`">
|
|
<image class="station_box_img" :src="cloud?`/static/left/link.png`:`/static/left/close.png`">
|
|
</image>
|
|
</image>
|
|
</view>
|
|
</view>
|
|
@@ -161,7 +161,10 @@
|
|
this.getuserinfo()
|
|
this.getuserinfo()
|
|
this.getnum()
|
|
this.getnum()
|
|
this.getState()
|
|
this.getState()
|
|
- this.cloudConnState()
|
|
|
|
|
|
+
|
|
|
|
+ setInterval(()=>{
|
|
|
|
+ this.cloudConnState()
|
|
|
|
+ },2000)
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
|
|
|
|
@@ -298,25 +301,22 @@
|
|
|
|
|
|
.station_box {
|
|
.station_box {
|
|
width: 150px;
|
|
width: 150px;
|
|
- background: #1C263A;
|
|
|
|
- border: 1px solid #26334C;
|
|
|
|
|
|
+ // background: #1C263A;
|
|
|
|
+ // border: 1px solid #26334C;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
color: rgba(153, 174, 197, 0.65);
|
|
color: rgba(153, 174, 197, 0.65);
|
|
text-shadow: 0px 0px 4px rgba(39, 69, 201, 0.5);
|
|
text-shadow: 0px 0px 4px rgba(39, 69, 201, 0.5);
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
- height: 36px;
|
|
|
|
- line-height: 36px;
|
|
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
position: relative;
|
|
position: relative;
|
|
- padding-left: 10px;
|
|
|
|
|
|
|
|
.station_box_img {
|
|
.station_box_img {
|
|
position: absolute;
|
|
position: absolute;
|
|
width: 20px;
|
|
width: 20px;
|
|
height: 20px;
|
|
height: 20px;
|
|
- right: 10px;
|
|
|
|
- top: 8px;
|
|
|
|
|
|
+ right: 20px;
|
|
|
|
+ top: 3px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|