提交 17054904 authored 作者: 刘旭's avatar 刘旭

优化

上级 80ed031f
......@@ -17,7 +17,6 @@
</template>
<script setup lang="ts">
import { ref } from 'vue';
let props = defineProps({
inputData: Object
......
{
"name" : "msjf",
"name" : "msjf-h5",
"appid" : "__UNI__3025CA1",
"description" : "",
"versionName" : "1.0.0",
......
......@@ -93,7 +93,6 @@ let color = ref('#a27443');
// 订单数据
let orderData = ref();
let detailData = ref();
let num = 1
// let add = () => {
// num.value++;
......
......@@ -16,12 +16,12 @@
</template>
<script setup lang="ts">
import { ref, reactive } from 'vue';
import { reactive } from 'vue';
import { login } from '@/services/api';
import inputLogin from '@/components/inputLogin.vue';
let inputData = reactive({
inputValue: 15616168157,
inputValue: '' as any,
iconfont: 'icon-a-ziyuan16',
placeholder: '手机号码',
type: 'text',
......@@ -31,13 +31,13 @@ let inputData = reactive({
});
let inputData1 = reactive({
inputValue: 'user123',
inputValue: '' as any,
iconfont: 'icon-mima',
placeholder: '密码',
type: 'password',
checkType: 'passWord',
check: false,
checkContent: '请输入验证码'
checkContent: '请输入码'
});
let hangleInput = (Value: any, type: string) => {
......@@ -84,7 +84,8 @@ let initLogin = async (mobile: number, password: string) => {
} else {
uni.showToast({
title: '手机号或密码错误',
icon: 'none'
icon: 'none',
duration: 2000
});
}
};
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论