Commit 98afbb2a authored by 朱璇's avatar 朱璇

商议低价接口调试“

parent 027cbb65
......@@ -2,7 +2,7 @@
* @Author: zx
* @Date: 2020-07-03 13:53:16
* @Last Modified by: zx
* @Last Modified time: 2020-07-04 11:31:00
* @Last Modified time: 2020-07-04 11:35:29
*/
import 'package:flutter/material.dart';
import 'package:flutter_common/commonModel/picker/base/BaseCenterPicker.dart';
......@@ -149,7 +149,7 @@ class _PopView implements ICenterPicker {
),
child: GestureDetector(
onTap: () {
// FlutterBoost.singleton.closeByContext(context);
// TODO 一键授权
},
child: Container(
margin: EdgeInsets.only(bottom: 14),
......@@ -168,7 +168,9 @@ class _PopView implements ICenterPicker {
}
@override
void dispose() {}
void dispose() {
_model.dispose();
}
@override
void initState(VoidCallback dismissCall, BuildContext context) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment