fix: bug
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
navigationBarTitleText: '注册',
|
||||
navigationStyle: 'custom',
|
||||
},
|
||||
notNeedLogin: false,
|
||||
notNeedLogin: true,
|
||||
}
|
||||
</route>
|
||||
|
||||
@@ -84,7 +84,7 @@ onLoad(async (options) => {
|
||||
|
||||
<template>
|
||||
<view class="login-container relative">
|
||||
<NavBar />
|
||||
<NavBar title-color="#333" />
|
||||
<view class="pt-45">
|
||||
<view class="mx-15 px-15 shadow-[0_0_10px_rgba(10,68,245,0.1)] rounded-10">
|
||||
<view class="flex items-center py-15">
|
||||
|
||||
Reference in New Issue
Block a user