Răsfoiți Sursa

细节修改

0210071 2 luni în urmă
părinte
comite
5af34e6cb2

+ 1 - 1
src/app/contact/contact.page.ts

@@ -13,7 +13,7 @@ export class ContactPage implements OnInit {
   }
 
   profile = {
-    name: '张三',
+    name: '小江',
     birthday: new Date(),
     relationship: '朋友',
     gender: 'male',

+ 6 - 4
src/app/register/register.page.ts

@@ -9,16 +9,18 @@ import * as Parse from "parse"
 })
 export class RegisterPage implements OnInit {
 
-  username:string | undefined
-  email:string | undefined
-  password:string | undefined
+  
 
   constructor(private router: Router) { }
 
   ngOnInit() {
   }
-
+  
+  username:string | undefined
+  email:string | undefined
+  password:string | undefined
   currentUser:any
+
   async saveRegister(){
     // this.currentUser = Parse.User.current()
     if(!this.username){

+ 2 - 0
src/app/tab1/tab1.page.scss

@@ -137,6 +137,8 @@ ul {
 	}
 }
 
+
+
 .item {
 	width: 414px;
 	height: 400px;