李志伟 před 3 roky
rodič
revize
412fbd6d1b

binární
images/main/Feedback.png Zobrazit soubor


binární
images/main/aboutUs.png Zobrazit soubor


binární
images/main/account.png Zobrazit soubor


binární
images/main/bankCard.png Zobrazit soubor


binární
images/main/cancel.png Zobrazit soubor


binární
images/main/defaultAvatar.png Zobrazit soubor


binární
images/main/edit.png Zobrazit soubor


binární
images/main/goto.png Zobrazit soubor


binární
images/main/machinery.png Zobrazit soubor


binární
images/main/update.png Zobrazit soubor


binární
images/main/userBgi.png Zobrazit soubor


binární
images/main/wallet.png Zobrazit soubor


+ 7
- 1
lib/pages/main/index.dart Zobrazit soubor

@@ -10,6 +10,12 @@ class Main extends BasicPage {
10 10
 
11 11
   @override
12 12
   Widget builder(BuildContext context) {
13
-    return Text('我是个人中心页面');
13
+    return Column(
14
+      children: [
15
+        Container(
16
+
17
+        )
18
+      ],
19
+    );
14 20
   }
15 21
 }