Browse Source

2024-4-24

cmy 6 months ago
parent
commit
c8272d4e64
2 changed files with 3 additions and 3 deletions
  1. 2 2
      pages/public/login.vue
  2. 1 1
      pages/public/register.vue

+ 2 - 2
pages/public/login.vue

@@ -24,7 +24,7 @@
 			</view>
 			<view><button type="green" class="uni-button uni-button-green uni-button-green-plain" plain="true"
 					hover-class="none" @click="register">{{$t('login.a7')}}</button></view>
-			<navigator url="./forget">
+			<navigator url="/pages/user/set/password">
 				<view class="forget">{{$t('login.b2')}}</view>
 			</navigator>
 		</view>
@@ -267,7 +267,7 @@
 			//跳转注册页
 			register() {
 				uni.navigateTo({
-					url: `/pages/user/set/password.vue`
+					url: `/pages/public/register`
 				});
 			},
 			// 后退

+ 1 - 1
pages/public/register.vue

@@ -253,7 +253,7 @@
 
 <style lang="scss">
 	page {
-		
+		height: 100%;
 	}
 
 	.container {