名称
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name" : "海亮LMS手持",
|
"name" : "海亮LMS手持",
|
||||||
"appid" : "__UNI__1FC8022",
|
"appid" : "__UNI__1FC8022",
|
||||||
"description" : "诸暨海亮智能一线扩产项目lms系统",
|
"description" : "海亮智能一线LMS手持系统",
|
||||||
"versionName" : "1.0.0",
|
"versionName" : "1.0.0",
|
||||||
"versionCode" : 100,
|
"versionCode" : 100,
|
||||||
"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">{{userName}}</text>
|
<text class="p1">{{userName}}</text>
|
||||||
<text class="p2">欢迎进入海亮智能一线扩产LMS系统!</text>
|
<text class="p2">欢迎进入海亮智能一线LMS手持系统!</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="exit" @tap="Quit">
|
<view class="exit" @tap="Quit">
|
||||||
<view class="icon-exit"></view>
|
<view class="icon-exit"></view>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="zd_content bg">
|
<view class="zd_content bg">
|
||||||
<view class="p1">欢迎来到</view>
|
<view class="p1">欢迎来到</view>
|
||||||
<view class="p2">海亮智能一线扩产LMS系统!</view>
|
<view class="p2">海亮智能一线LMS手持系统!</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="user">
|
||||||
</view>
|
</view>
|
||||||
@@ -84,9 +84,6 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
async toLogin() {
|
async toLogin() {
|
||||||
uni.redirectTo({
|
|
||||||
url: '/pages/home/home'
|
|
||||||
})
|
|
||||||
this.disabled = true
|
this.disabled = true
|
||||||
if (this.user === '') {
|
if (this.user === '') {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
|||||||
@@ -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>海亮智能一线LMS手持系统又有新版本了,升级到最新版本,享受更丰富、稳定、快速的功能和体验!</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="footer flex-center">
|
<view class="footer flex-center">
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Reference in New Issue
Block a user