This commit is contained in:
2023-10-12 09:47:20 +08:00
parent d8d44637b0
commit a31180c57e
4 changed files with 9 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
{
"name" : "立讯手持",
"appid" : "__UNI__A3EEF18",
"description" : "立讯手持系统",
"name" : "诺力四期手持",
"appid" : "__UNI__C608BEE",
"description" : "诺力四期手持系统",
"versionName" : "1.0.0",
"versionCode" : 101,
"transformPx" : false,

View File

@@ -4,7 +4,7 @@
<view class="userInfo-wrap">
<view class="userInfo">
<text class="p1">{{$store.getters.userInfo !== '' ? JSON.parse($store.getters.userInfo).user_name : ''}}</text>
<text class="p2">欢迎进入立讯手持系统</text>
<text class="p2">欢迎进入诺力四期手持系统</text>
</view>
<view class="exit" @tap="Quit">
<view class="icon-exit"></view>

View File

@@ -1,23 +1,14 @@
<template>
<view class="zd_content bg">
<view class="p1">欢迎来到</view>
<view class="p2">立讯手持系统</view>
<view class="p2">诺力四期系统</view>
<view class="input-box">
<input class="large-input" type="text" placeholder="请输入用户名" v-model="user">
<input class="large-input" type="text" placeholder="请输入服务器地址" v-model="addrip">
</view>
<div class="input-box">
<input class="large-input" :password="!showPassword" placeholder="请输入密码" v-model="password">
<span class="iconfont icon_eye_close" :class="[showPassword ? 'icon_eye_active' : '']" @tap="changePassword">&#xe6a0;</span>
</div>
<view class="radio-box">
<view class="radio-wrap">
<span class="iconfont icon_unchecked" :class="{'icon_checked': saveUser}" @tap="toSaveUser">&#xe66b;</span>
<text class="radio-label">记住用户名</text>
</view>
<text class="setup-text" @tap="setup">设置</text>
<text class="setup-text" @tap="isUpdate">升级版本</text>
</view>
<button class="login-btn" :disabled="disabled" @tap="toLogin">确认登录</button>
<button class="login-btn" @tap="toLogin">确认</button>
<view v-if="version !== ''" class="version-name">v{{version}}</view>
<Up-grade v-if="grade === true" @closeUpdate="closeUpdate" :androidUrl="androidUrl"></up-grade>
</view>
@@ -144,7 +135,7 @@
_font(32rpx,74rpx,#999)
padding-left 10rpx
.radio-box
_fj()
_fj(flex-end)
margin: 25rpx 0 70rpx 0
height: 34rpx
.radio-wrap

View File

@@ -9,7 +9,7 @@
<view class="content-header"></view>
<view class="content-body">
<view class="title">
<text>立讯又有新版本了升级到最新版本享受更丰富稳定快速的功能和体验</text>
<text>诺力四期又有新版本了升级到最新版本享受更丰富稳定快速的功能和体验</text>
</view>
<view class="footer flex-center">
<template>