WXL
6 天以前 1e95cb98b204ec397c93681df17b8c3008d45d28
pages/login/Login.vue
@@ -198,6 +198,8 @@
 * 普通登录
 */
const handleLogin = async () => {
  console.log(98);
  try {
    if (!username.value || !password.value) {
      uni.showToast({ title: "请输入账号密码", icon: "none" });