Revert "fix: 修改登录页面"
This reverts commit 0e91f622ec33a28b47a46204996462a2b7643fe1.
| | |
| | | "pages": [ |
| | | "workDesktop/index/index", |
| | | "repair/assessTable/index", |
| | | "overview/list/index", |
| | | |
| | | |
| | | "test/reportTable/index", |
| | | "station/list/index", |
| | | "repair/addReport/index", |
| | |
| | | "product/detail/general/index", |
| | | "product/detail/newPumpDetail/index", |
| | | "product/listInStation/index", |
| | | "monitor/station/index", |
| | | "monitor/station/index", |
| | | "monitor/meter/index", |
| | | "reportForm/index/index", |
| | | "reportForm/Detail/index", |
| | |
| | | ], |
| | | "window": { |
| | | "backgroundTextStyle": "light", |
| | | "navigationBarBackgroundColor": "#2567E8", |
| | | "navigationBarBackgroundColor": "#16b5cb", |
| | | "navigationBarTitleText": "å·¡æ£", |
| | | "navigationBarTextStyle": "white", |
| | | "navigationBarTextStyle": "black", |
| | | "pageOrientation": "auto" |
| | | }, |
| | | "sitemapLocation": "sitemap.json", |
| | |
| | | "location" |
| | | ], |
| | | "tabBar": { |
| | | "custom": true, |
| | | "color": "#7D838C", |
| | | "selectedColor": "#0D0D1B", |
| | | "color": "#8E9397", |
| | | "selectedColor": "#16b5cb", |
| | | "backgroundColor": "#ffffff", |
| | | "list": [ |
| | | { |
| | | "pagePath": "overview/list/index", |
| | | "text": "æ»è§", |
| | | "iconPath": "images/tabbar/minitorUnActive.png", |
| | | "selectedIconPath": "images/tabbar/minitorActive.png" |
| | | }, |
| | | { |
| | | "pagePath": "station/list/index", |
| | | "text": "æ³µç«", |
| | | "text": "å表", |
| | | "iconPath": "images/tabbar/minitorUnActive.png", |
| | | "selectedIconPath": "images/tabbar/minitorActive.png" |
| | | }, |
| | | { |
| | | "pagePath": "map/index", |
| | | "text": "å°å¾", |
| | | "bulge":true, |
| | | "iconPath": "images/tabbar/mapUnActive.png", |
| | | "selectedIconPath": "images/tabbar/mapActive.png" |
| | | }, |
| | | { |
| | | "pagePath": "workDesktop/index/index", |
| | |
| | | "iconPath": "images/tabbar/workDesktopUnActive.png", |
| | | "selectedIconPath": "images/tabbar/workDesktopActive.png" |
| | | }, |
| | | |
| | | { |
| | | "pagePath": "map/index", |
| | | "text": "å°å¾", |
| | | "iconPath": "images/tabbar/mapUnActive.png", |
| | | "selectedIconPath": "images/tabbar/mapActive.png" |
| | | }, |
| | | { |
| | | "pagePath": "mine/index/index", |
| | | "text": "æç", |
| | |
| | | password: '', |
| | | checked: false, |
| | | imageWidth: 100, |
| | | imageHeight:500, |
| | | imageHeight: 100, |
| | | inputViewWidth: 100, |
| | | inputViewHeight: 100, |
| | | inputWidth: 100, |
| | |
| | | <!--index.wxml--> |
| | | <view class="container"> |
| | | <view style="width: {{imageWidth}}px; height: 337px;" class="login-log"> |
| | | <view style="width: {{imageWidth}}px; height: {{imageHeight}}px;" class="login-log"> |
| | | <!-- <image style="width: {{imageWidth}}px; height: {{imageHeight}}px;" src="http://www.beng35.com/assets/miniProgram/loginLog.png"></image> --> |
| | | <view style="width: {{imageWidth}}px; height: {{imageHeight}}px;background:url({{BackgroupImageUrl}})" class="loginBac"> |
| | | <view> |
| | | <image src="{{LogoUrl}}" class="imgStyle"></image> |
| | | </view> |
| | | <view class="textStyle" style="color: #ffffff;text-align: center;font-size: x-large;font-weight: 900;margin-top: 50rpx;"> |
| | | <text>æºæ³µç®¡å®¶å¹³å°</text> |
| | | <text>éåºæºæ
§æ°´å¡å¹³å°</text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="inputBg"> |
| | | |
| | | <view class="set-content-bg"> |
| | | <view style="width: 100%; min-height: 90px;" class="inputBg"> |
| | | <view class="cu-form-group"> |
| | | <view class="title" style="width: 28%;"><i class="cuIcon-profile margin-right-sm"></i>è´¦å·</view> |
| | | <view class="title" style="width: 25%;"><i class="cuIcon-profile margin-right-sm"></i>è´¦å·</view> |
| | | <input placeholder="请è¾å
¥è´¦å·" name="input" bindinput="phoneInput" value='{{phone}}'></input> |
| | | <icon wx:if="{{phone.length>0}}" class="cuIcon-roundclose" bindtap="clearnAccount" style="font-size: 30rpx;line-height: 2;"></icon> |
| | | </view> |
| | | <view class="cu-form-group"> |
| | | <view class="title" style="width: 28%;"><i class="cuIcon-lock margin-right-sm"></i>å¯ç </view> |
| | | <view class="title" style="width: 25%;"><i class="cuIcon-lock margin-right-sm"></i>å¯ç </view> |
| | | <input placeholder="请è¾å
¥å¯ç " name="input" password="{{!isShowPwd}}" bindinput="passwordInput" value='{{password}}'></input> |
| | | <icon wx:if="{{!isShowPwd}}" class="cuIcon-attention" bindtap="changePwdView" style="font-size: 30rpx;line-height: 2;"></icon> |
| | | <icon wx:else class="cuIcon-attentionforbid" bindtap="changePwdView" style="font-size: 30rpx;line-height: 2;"></icon> |
| | |
| | | <view class="psdBox"> |
| | | <checkbox-group bindchange="rememberPwd"> |
| | | <checkbox value="1" checked="{{checked}}" /> |
| | | <label for="check" style="margin-left: 24rpx;">è®°ä½å¯ç </label> |
| | | <label for="check">è®°ä½å¯ç </label> |
| | | </checkbox-group> |
| | | </view> |
| | | <view class="loginBtnView"> |
| | | <button class="loginBtnReal" type="primary" bindtap="tapBindUserReal" style="background-color: rgb(29, 97, 231)">ç»å½</button> |
| | | </view> |
| | | <view class="loginBtnView"> |
| | | <button class="loginBtnReal" type="primary" bindtap="tapBindUserReal" style="background-color: #39b5de;">ç»å½</button> |
| | | <!-- <button class="loginBtnDemo" type="primary" bindtap="tapBindUserDemo" |
| | | style="background-color: #B9D3EE;">æ¼ç¤º</button> --> |
| | | </view> |
| | | |
| | | </view> |
| | | |
| | | <view class="explain call_style" style="display: flex; justify-content: center; align-items: center; flex-direction: column;"> |
| | | <label bindtap="call">å½åçæ¬: |
| | | <text class="call" bindtap="call">{{m_SoftWareVersion}}</text> |
| | | </label> |
| | | <label bindtap="call">ææ¯æ¯æ: |
| | | <text class="call" bindtap="call">ä¹ç»´ç§ææéå
¬å¸</text> |
| | | <text class="call" bindtap="call">èå·å¸å´ä¸åºéåºèªæ¥æ°´å</text> |
| | | </label> |
| | | </view> |
| | | </view> |
| | |
| | | justify-content: space-between; |
| | | padding: 0; |
| | | box-sizing: border-box; |
| | | background-color: #F6F8FA; |
| | | background-color: #f2f2f2; |
| | | } |
| | | .login-log{ |
| | | background-color:#2567E8 ; |
| | | } |
| | | |
| | | .inputBg { |
| | | margin-top: 0px; |
| | | width: 100%; |
| | | height: 390px; |
| | | position: absolute; |
| | | top: 34%; |
| | | padding: 48rpx; |
| | | } |
| | | .set-content-bg{ |
| | | width: 654rpx; |
| | | height: 100%; |
| | | background-color: #fff; |
| | | padding: 30rpx; |
| | | border-radius: 20rpx; |
| | | } |
| | | |
| | | .inputView { |
| | | float: left; |
| | | display: flex; |
| | |
| | | .loginBtnView { |
| | | width: 100%; |
| | | height: auto; |
| | | background: rgb(29, 97, 231); |
| | | background-color: #efeff4; |
| | | margin-top: 0px; |
| | | border-radius: 10rpx; |
| | | margin-bottom: 0px; |
| | | padding-bottom: 0px; |
| | | } |
| | |
| | | .loginBtnReal { |
| | | width: 80%; |
| | | margin-top: 25px; |
| | | color: rgb(29, 97, 231); |
| | | background-color: #39b5de; |
| | | color: #39b5de; |
| | | border-radius: 0px; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .textStyle { |
| | | /* background-image: -webkit-linear-gradient(bottom, #1ae8c8, #4a8aff); |
| | | background: linear-gradient(bottom, #1ae8c8, #4a8aff); */ |
| | | background: #fff; |
| | | background-image: -webkit-linear-gradient(bottom, #1ae8c8, #4a8aff); |
| | | background: linear-gradient(bottom, #1ae8c8, #4a8aff); |
| | | -webkit-background-clip: text; |
| | | background-clip: text; |
| | | -webkit-text-fill-color: transparent; |
| | |
| | | margin-bottom: 20px; |
| | | } |
| | | .psdBox { |
| | | margin: 24rpx 20rpx 28rpx 20rpx; |
| | | min-height:60rpx; |
| | | margin: 14rpx 20rpx 28rpx 20rpx |
| | | } |
| | | checkbox .wx-checkbox-input { |
| | | width: 28rpx; |
| | |
| | | "ignore": [], |
| | | "include": [] |
| | | }, |
| | | "appid": "wxd057c30bdb9eeb54" |
| | | "appid": "wxf9004037673ecd0b" |
| | | } |
| | |
| | | { |
| | | "projectname": "IStation.V1.0", |
| | | "projectname": "Wechart.V1.0", |
| | | "setting": { |
| | | "compileHotReLoad": true, |
| | | "urlCheck": false |
| | | "compileHotReLoad": false, |
| | | "urlCheck": true |
| | | }, |
| | | "description": "项ç®ç§æé
ç½®æä»¶ãæ¤æä»¶ä¸çå
容å°è¦ç project.config.json ä¸çç¸ååæ®µã项ç®çæ¹å¨ä¼å
忥尿¤æä»¶ä¸ãè¯¦è§ææ¡£ï¼https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", |
| | | "libVersion": "3.4.9", |
| | |
| | | padding: 1rpx 30rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | min-height: 120rpx; |
| | | min-height: 100rpx; |
| | | justify-content: space-between; |
| | | } |
| | | |
| | | .cu-form-group { |
| | | border-bottom: 1rpx solid #eee; |
| | | .cu-form-group+.cu-form-group { |
| | | border-top: 1rpx solid #eee; |
| | | } |
| | | |
| | | .cu-form-group .title { |
| | |
| | | var TencenteMapKey = "GFDBZ-D3NKX-LNL4Z-TSWGU-RYCE3-4HB3I"; |
| | | var IMAGE_ROOT_URL = "https://www.xpump.net/ProductLibraryFile/"; |
| | | |
| | | var SOFTWARE_VERSION = "1.22.0704B"; |
| | | var UPDATE_TIME = "1.24.0704A"; |
| | | var SOFTWARE_VERSION = "1.24.0514A"; |
| | | var UPDATE_TIME = "1.24.0514A"; |
| | | // å°æ¹æ³ãåéæ´é²åºå» |
| | | module.exports = { |
| | | BASE_SERVER_URL: BASE_SERVER_URL, |