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