更新登录页
This commit is contained in:
parent
962af1b7b0
commit
a9ce7be3cf
|
|
@ -28,7 +28,7 @@
|
|||
<view class="list_item_bot">
|
||||
<view class="bot_box">
|
||||
<view class="sbnum">
|
||||
{{details.deviceList.length || 0}}
|
||||
{{details.deviceCount || 0}}
|
||||
</view>
|
||||
<view class="sbtext">
|
||||
设备数量
|
||||
|
|
@ -176,7 +176,7 @@
|
|||
</view>
|
||||
<view class="jccontent" v-if="waterlist.length != 0">
|
||||
<view class="titles">
|
||||
水五常监测
|
||||
常规五参数
|
||||
</view>
|
||||
<view class="botcontent">
|
||||
<view class="botcontent_left" v-for="(item,index) in waterlist" :key="index" @click="tosjdetail(item,index)">
|
||||
|
|
@ -260,6 +260,7 @@
|
|||
},
|
||||
onLoad(options) {
|
||||
this.item = JSON.parse(decodeURIComponent(options.item));
|
||||
console.log("...........",this.item)
|
||||
uni.getSystemInfo({
|
||||
success: res => {
|
||||
var pxToRpxScale = 750 / res.windowWidth
|
||||
|
|
@ -291,6 +292,7 @@
|
|||
this.orientlist = res.data.data.orientSurvData
|
||||
this.livelist = res.data.data.liveSurvData
|
||||
this.stinklist = res.data.data.stinkSurvData
|
||||
this.survCamera = res.data.data.survCamera
|
||||
}
|
||||
uni.hideLoading();
|
||||
})
|
||||
|
|
|
|||
|
|
@ -14,17 +14,17 @@
|
|||
Welcome to login
|
||||
</view> -->
|
||||
<view class="pages">
|
||||
<view class="cu-form-group margin-top" :class="[shape=='round'?'round':'']">
|
||||
<view class="cu-form-group margin-top" style="margin-top:60rpx;" :class="[shape=='round'?'round':'']">
|
||||
<text class="cuIcon-people margin-right-xs" style="color: #3e8eff;"></text>
|
||||
<input @input="TypeInput($event)" placeholder="请输入账号名称" name="input"
|
||||
v-model="userInfoLoginDTO.userName"></input>
|
||||
</view>
|
||||
<view class="cu-form-group margin-top" :class="[shape=='round'?'round':'']">
|
||||
<view class="cu-form-group margin-top" style="margin-top:60rpx;" :class="[shape=='round'?'round':'']">
|
||||
<text class="cuIcon-lock margin-right-xs" style="color: #3e8eff;"></text>
|
||||
<input class="uni-input" placeholder="请输入登陆密码" :password="!showPassword"
|
||||
v-model="userInfoLoginDTO.password"/>
|
||||
</view>
|
||||
<view class="padding text-center margin-top">
|
||||
<view class=" text-center margin-top" style="margin-top:60rpx;" >
|
||||
<button class="cu-btn bg-blue" :loading="loading" :class="[shape=='round'?'round':'']"
|
||||
@click="tologins()">
|
||||
<text space="emsp">{{ loading ? "登录中..." : " 登录 " }}</text>
|
||||
|
|
@ -35,6 +35,7 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<text class="botmTetx">Copyright <text style="font-size: 30rpx;padding:0rpx 7rpx;"> © </text> 汾西县农业农村局</text>
|
||||
<!-- <view class="loginpage">
|
||||
<image class="bigimg" src="../../static/dls.jpg" mode=""></image>
|
||||
<view class="padding text-center margin-top">
|
||||
|
|
@ -199,6 +200,14 @@ export default {
|
|||
</script>
|
||||
|
||||
<style>
|
||||
.botmTetx{
|
||||
position: absolute;
|
||||
bottom: 60rpx;
|
||||
left: 50%;
|
||||
transform: translate(-50%);
|
||||
color: #999;
|
||||
width: 52%;
|
||||
}
|
||||
.login-paddingtop {
|
||||
padding-top: 100upx;
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 58 KiB |
|
|
@ -111,7 +111,7 @@
|
|||
bottom: 60rpx;
|
||||
left: 50%;
|
||||
transform: translate(-50%);
|
||||
color: #000;
|
||||
color: #999;
|
||||
width: 52%;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<view class="container">
|
||||
<uni-nav-bar :fixed="true" background-color="transparent" status-bar title="汾西小流域面源污染监测" />
|
||||
<uni-nav-bar :fixed="true" leftWidth="00rpx" rightWidth="0rpx" background-color="transparent" status-bar title="汾西县黄河流域农业面源污染在线监测平台" />
|
||||
<image src="../../static/home_top_bg.png" mode="" class="bgimg"></image>
|
||||
<scroll-view class="content" scroll-y="true" :style="{height:contentheight + 'rpx'}">
|
||||
<view class="top_address">
|
||||
|
|
@ -512,7 +512,7 @@
|
|||
"trend": null,
|
||||
"survItem": null,
|
||||
"dataDateTime": "2025-05-23 19:33:23",
|
||||
"stationName": "农田1号站",
|
||||
"stationName": "对竹河典型小流域监测站1#站",
|
||||
"stationCode": "S_1",
|
||||
"stationType": null,
|
||||
"dataCounts": 1045510
|
||||
|
|
@ -524,7 +524,7 @@
|
|||
"trend": null,
|
||||
"survItem": null,
|
||||
"dataDateTime": "2025-05-23 19:33:23",
|
||||
"stationName": "农田1号站",
|
||||
"stationName": "对竹河典型小流域监测站1#站",
|
||||
"stationCode": "S_1",
|
||||
"stationType": null,
|
||||
"dataCounts": 1045510
|
||||
|
|
@ -536,7 +536,7 @@
|
|||
"trend": null,
|
||||
"survItem": null,
|
||||
"dataDateTime": "2025-05-23 19:33:23",
|
||||
"stationName": "农田1号站",
|
||||
"stationName": "对竹河典型小流域监测站1#站",
|
||||
"stationCode": "S_1",
|
||||
"stationType": null,
|
||||
"dataCounts": 1045510
|
||||
|
|
@ -548,7 +548,7 @@
|
|||
"trend": null,
|
||||
"survItem": null,
|
||||
"dataDateTime": "2025-05-23 19:33:50",
|
||||
"stationName": "农田2号站",
|
||||
"stationName": "对竹河典型小流域监测站1#站",
|
||||
"stationCode": "S_2",
|
||||
"stationType": null,
|
||||
"dataCounts": 1045510
|
||||
|
|
@ -560,7 +560,7 @@
|
|||
"trend": null,
|
||||
"survItem": null,
|
||||
"dataDateTime": "2025-05-23 19:33:50",
|
||||
"stationName": "农田2号站",
|
||||
"stationName": "对竹河典型小流域监测站1#站",
|
||||
"stationCode": "S_2",
|
||||
"stationType": null,
|
||||
"dataCounts": 1045510
|
||||
|
|
@ -572,7 +572,7 @@
|
|||
"trend": null,
|
||||
"survItem": null,
|
||||
"dataDateTime": "2025-05-23 19:33:50",
|
||||
"stationName": "农田2号站",
|
||||
"stationName": "对竹河典型小流域监测站1#站",
|
||||
"stationCode": "S_2",
|
||||
"stationType": null,
|
||||
"dataCounts": 1045510
|
||||
|
|
@ -954,7 +954,7 @@
|
|||
"trend": null,
|
||||
"survItem": null,
|
||||
"dataDateTime": "2025-05-23 19:33:23",
|
||||
"stationName": "农田1号站",
|
||||
"stationName": "对竹河典型小流域监测站1#站",
|
||||
"stationCode": "S_1",
|
||||
"stationType": null,
|
||||
"dataCounts": 1045510
|
||||
|
|
@ -966,7 +966,7 @@
|
|||
"trend": null,
|
||||
"survItem": null,
|
||||
"dataDateTime": "2025-05-23 19:33:23",
|
||||
"stationName": "农田1号站",
|
||||
"stationName": "对竹河典型小流域监测站1#站",
|
||||
"stationCode": "S_1",
|
||||
"stationType": null,
|
||||
"dataCounts": 1045510
|
||||
|
|
@ -978,7 +978,7 @@
|
|||
"trend": null,
|
||||
"survItem": null,
|
||||
"dataDateTime": "2025-05-23 19:33:23",
|
||||
"stationName": "农田1号站",
|
||||
"stationName": "对竹河典型小流域监测站1#站",
|
||||
"stationCode": "S_1",
|
||||
"stationType": null,
|
||||
"dataCounts": 1045510
|
||||
|
|
@ -990,7 +990,7 @@
|
|||
"trend": null,
|
||||
"survItem": null,
|
||||
"dataDateTime": "2025-05-23 19:33:50",
|
||||
"stationName": "农田2号站",
|
||||
"stationName": "对竹河典型小流域监测站1#站",
|
||||
"stationCode": "S_2",
|
||||
"stationType": null,
|
||||
"dataCounts": 1045510
|
||||
|
|
@ -1002,7 +1002,7 @@
|
|||
"trend": null,
|
||||
"survItem": null,
|
||||
"dataDateTime": "2025-05-23 19:33:50",
|
||||
"stationName": "农田2号站",
|
||||
"stationName": "对竹河典型小流域监测站1#站",
|
||||
"stationCode": "S_2",
|
||||
"stationType": null,
|
||||
"dataCounts": 1045510
|
||||
|
|
@ -1014,7 +1014,7 @@
|
|||
"trend": null,
|
||||
"survItem": null,
|
||||
"dataDateTime": "2025-05-23 19:33:50",
|
||||
"stationName": "农田2号站",
|
||||
"stationName": "对竹河典型小流域监测站1#站",
|
||||
"stationCode": "S_2",
|
||||
"stationType": null,
|
||||
"dataCounts": 1045510
|
||||
|
|
|
|||
Loading…
Reference in New Issue