增加广告组件,个人中心
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import '../auth/auth.dart';
|
||||
|
||||
import '../../https/auth_api.dart';
|
||||
|
||||
class StorePages extends StatefulWidget {
|
||||
const StorePages({Key? key}) : super(key: key);
|
||||
|
||||
@@ -13,13 +11,14 @@ class StorePages extends StatefulWidget {
|
||||
class _StorePagesState extends State<StorePages> {
|
||||
@override
|
||||
void initState() {
|
||||
HttpApi().ApiPost(
|
||||
'user/auth/sms',
|
||||
body: {
|
||||
'mobileNo': '18245180131',
|
||||
'code': '0000',
|
||||
},
|
||||
);
|
||||
// print('初始化');
|
||||
// HttpApi().ApiPost(
|
||||
// 'user/auth/sms',
|
||||
// body: {
|
||||
// 'mobileNo': '18245180131',
|
||||
// 'code': '0000',
|
||||
// },
|
||||
// );
|
||||
super.initState();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user