From 18822014f0982e05d81f05644c5b481214e2e470 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Sat, 30 Nov 2024 19:18:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E9=81=BFandroid=E5=B9=B3=E5=8F=B0toas?= =?UTF-8?q?t=E6=8F=90=E7=A4=BA=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/get-univerify-manager/univerify-custom-page.uvue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/API/get-univerify-manager/univerify-custom-page.uvue b/pages/API/get-univerify-manager/univerify-custom-page.uvue index a26cade2..496b05c4 100644 --- a/pages/API/get-univerify-manager/univerify-custom-page.uvue +++ b/pages/API/get-univerify-manager/univerify-custom-page.uvue @@ -125,7 +125,8 @@ otherLogin() { //此处可实现其他登录方式 uni.showToast({ - title: "使用其他方式登录" + title: "使用其他方式登录", + position: "bottom" }) } } -- GitLab