This commit is contained in:
2022-10-15 10:37:51 +08:00
3 changed files with 4 additions and 3 deletions

View File

@@ -123,7 +123,7 @@
return
}
try {
let res = await outConfirm(this.checkArr)
let res = await outConfirm(this.val1, this.checkArr)
uni.showToast({
title: res.desc,
icon: 'none'

View File

@@ -1,7 +1,7 @@
<template>
<view class="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">
</view>