fish 1 week ago
parent
commit
69cb324cbf
1 changed files with 4 additions and 3 deletions
  1. 4 3
      lib/pages/home_page.dart

+ 4 - 3
lib/pages/home_page.dart

@@ -1,5 +1,8 @@
 import 'package:flutter/material.dart';
 import 'package:flutter/material.dart';
 
 
+/// Description: home page
+/// Time       : 12/20/2024 Friday
+/// Author     : liuyuqi.gov@msn.cn
 class HomePage extends StatefulWidget {
 class HomePage extends StatefulWidget {
   const HomePage({super.key});
   const HomePage({super.key});
 
 
@@ -15,9 +18,7 @@ class _HomePageState extends State<HomePage> {
         actions: [],
         actions: [],
         title: Text("主页"),
         title: Text("主页"),
       ),
       ),
-      body:
-          // 布局:1、标题 支付演示 2、商品名称,数量,单价,总价,3、按钮组:微信支付,支付宝支付,Google支付,strip支付
-          Column(
+      body: Column(
         children: [
         children: [
           Text("支付演示"),
           Text("支付演示"),
           Text("商品名称: 橘子"),
           Text("商品名称: 橘子"),