u
This commit is contained in:
15
lib/views/user/setting/safe/mobile_page.dart
Normal file
15
lib/views/user/setting/safe/mobile_page.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class UserSettingSafeMobilePage extends StatelessWidget {
|
||||
const UserSettingSafeMobilePage({Key? key}) : super(key: key);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: const Text('绑定手机'),
|
||||
),
|
||||
body: Container(),
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user