处理警告问题
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* @Author: zhangdongxue zhangdongxue@uz.cn
|
||||
* @Date: 2022-05-26 13:16:03
|
||||
* @LastEditors: zhangdongxue zhangdongxue@uz.cn
|
||||
* @LastEditTime: 2022-05-26 14:25:36
|
||||
* @FilePath: /gl_dao/lib/pages/store/store.dart
|
||||
* @Description: 商城首页
|
||||
*/
|
||||
import 'package:flutter/material.dart';
|
||||
import '../auth/auth.dart';
|
||||
|
||||
@@ -13,7 +21,7 @@ class StorePages extends StatefulWidget {
|
||||
class _StorePagesState extends State<StorePages> {
|
||||
@override
|
||||
void initState() {
|
||||
HttpApi().ApiPost(
|
||||
HttpApi().apiPost(
|
||||
'user/auth/sms',
|
||||
body: {
|
||||
'mobileNo': '18245180131',
|
||||
@@ -27,7 +35,7 @@ class _StorePagesState extends State<StorePages> {
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: const Text('DTX商城'),
|
||||
title: const Text('DTX商城1'),
|
||||
shadowColor: Colors.transparent,
|
||||
),
|
||||
body: Center(
|
||||
|
||||
Reference in New Issue
Block a user