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