开始审核样式

This commit is contained in:
rain
2026-07-15 17:23:19 +08:00
parent 241a7af54c
commit 0dec90ffdd
46 changed files with 999 additions and 964 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
<template>
<view class="auth-page register-page">
<image class="paper-background" src="/static/assets/foundation/opaque/auth-page-paper.jpg" mode="aspectFill" />
<image class="scenery-background" src="/static/assets/foundation/transparent/auth-ink-scenery.png" mode="aspectFill" />
<image class="scenery-background" src="/static/assets/foundation/transparent/auth-design-scenery-v1.png" mode="scaleToFill" />
<view class="auth-content">
<view class="auth-header">
@@ -78,7 +78,7 @@ const goBack = () => {
uni.navigateBack()
}
const prepareLogin = () => uni.navigateTo({ url: '/pages/auth/a02-login' })
const prepareLogin = () => uni.navigateTo({ url: '/pages/auth/a01-entry' })
const prepareAgreement = () => {
uni.showToast({ title: '协议页面准备中', icon: 'none' })