appid
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name" : "立讯手持",
|
"name" : "诺力四期手持",
|
||||||
"appid" : "__UNI__A3EEF18",
|
"appid" : "__UNI__C608BEE",
|
||||||
"description" : "立讯手持系统",
|
"description" : "诺力四期手持系统",
|
||||||
"versionName" : "1.0.0",
|
"versionName" : "1.0.0",
|
||||||
"versionCode" : 101,
|
"versionCode" : 101,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<view class="userInfo-wrap">
|
<view class="userInfo-wrap">
|
||||||
<view class="userInfo">
|
<view class="userInfo">
|
||||||
<text class="p1">{{$store.getters.userInfo !== '' ? JSON.parse($store.getters.userInfo).user_name : ''}}</text>
|
<text class="p1">{{$store.getters.userInfo !== '' ? JSON.parse($store.getters.userInfo).user_name : ''}}</text>
|
||||||
<text class="p2">欢迎进入立讯手持系统!</text>
|
<text class="p2">欢迎进入诺力四期手持系统!</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="exit" @tap="Quit">
|
<view class="exit" @tap="Quit">
|
||||||
<view class="icon-exit"></view>
|
<view class="icon-exit"></view>
|
||||||
|
|||||||
@@ -1,23 +1,14 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="zd_content bg">
|
<view class="zd_content bg">
|
||||||
<view class="p1">欢迎来到</view>
|
<view class="p1">欢迎来到</view>
|
||||||
<view class="p2">立讯手持系统!</view>
|
<view class="p2">诺力四期系统!</view>
|
||||||
<view class="input-box">
|
<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>
|
</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"></span>
|
|
||||||
</div>
|
|
||||||
<view class="radio-box">
|
<view class="radio-box">
|
||||||
<view class="radio-wrap">
|
|
||||||
<span class="iconfont icon_unchecked" :class="{'icon_checked': saveUser}" @tap="toSaveUser"></span>
|
|
||||||
<text class="radio-label">记住用户名</text>
|
|
||||||
</view>
|
|
||||||
<text class="setup-text" @tap="setup">设置</text>
|
|
||||||
<text class="setup-text" @tap="isUpdate">升级版本</text>
|
<text class="setup-text" @tap="isUpdate">升级版本</text>
|
||||||
</view>
|
</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>
|
<view v-if="version !== ''" class="version-name">v{{version}}</view>
|
||||||
<Up-grade v-if="grade === true" @closeUpdate="closeUpdate" :androidUrl="androidUrl"></up-grade>
|
<Up-grade v-if="grade === true" @closeUpdate="closeUpdate" :androidUrl="androidUrl"></up-grade>
|
||||||
</view>
|
</view>
|
||||||
@@ -144,7 +135,7 @@
|
|||||||
_font(32rpx,74rpx,#999)
|
_font(32rpx,74rpx,#999)
|
||||||
padding-left 10rpx
|
padding-left 10rpx
|
||||||
.radio-box
|
.radio-box
|
||||||
_fj()
|
_fj(flex-end)
|
||||||
margin: 25rpx 0 70rpx 0
|
margin: 25rpx 0 70rpx 0
|
||||||
height: 34rpx
|
height: 34rpx
|
||||||
.radio-wrap
|
.radio-wrap
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<view class="content-header"></view>
|
<view class="content-header"></view>
|
||||||
<view class="content-body">
|
<view class="content-body">
|
||||||
<view class="title">
|
<view class="title">
|
||||||
<text>立讯又有新版本了,升级到最新版本,享受更丰富、稳定、快速的功能和体验!</text>
|
<text>诺力四期又有新版本了,升级到最新版本,享受更丰富、稳定、快速的功能和体验!</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="footer flex-center">
|
<view class="footer flex-center">
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Reference in New Issue
Block a user