|
@@ -15,6 +15,7 @@ import 'package:bbyyy/paegs/chat_page/chat_page.dart';
|
|
|
import 'package:bbyyy/paegs/mine_page/my_goods_page/my_goods_page.dart';
|
|
import 'package:bbyyy/paegs/mine_page/my_goods_page/my_goods_page.dart';
|
|
|
import 'package:bbyyy/paegs/mine_page/my_information_page/my_information_page.dart';
|
|
import 'package:bbyyy/paegs/mine_page/my_information_page/my_information_page.dart';
|
|
|
import 'package:bbyyy/paegs/mine_page/order_page/order_page.dart';
|
|
import 'package:bbyyy/paegs/mine_page/order_page/order_page.dart';
|
|
|
|
|
+import 'package:bbyyy/paegs/mine_page/promotion_download_page/promotion_download_page.dart';
|
|
|
import 'package:bbyyy/paegs/mine_page/punish_page/punish_page.dart';
|
|
import 'package:bbyyy/paegs/mine_page/punish_page/punish_page.dart';
|
|
|
import 'package:bbyyy/paegs/mine_page/set_page/set_page.dart';
|
|
import 'package:bbyyy/paegs/mine_page/set_page/set_page.dart';
|
|
|
import 'package:bbyyy/paegs/mine_page/wallet_page/wallet_page.dart';
|
|
import 'package:bbyyy/paegs/mine_page/wallet_page/wallet_page.dart';
|
|
@@ -304,13 +305,6 @@ class _MinePageState extends State<MinePage> {
|
|
|
functionItem('images/svg/广告.svg', '广告', () {
|
|
functionItem('images/svg/广告.svg', '广告', () {
|
|
|
MyTools().toPage(context, AdvertisingPage(), (then) {});
|
|
MyTools().toPage(context, AdvertisingPage(), (then) {});
|
|
|
}),
|
|
}),
|
|
|
-
|
|
|
|
|
- // functionItem('images/svg/隐私.svg', '隐私', () {
|
|
|
|
|
- // MyTools().toPage(context, PrivacyProtectionPropsPage(), (then){});
|
|
|
|
|
- // }),
|
|
|
|
|
- // functionItem('images/svg/赔付.svg', '赔付', () {
|
|
|
|
|
- // MyTools().toPage(context, CompensatePage(), (then){});
|
|
|
|
|
- // }),
|
|
|
|
|
functionItem('images/svg/处罚.svg', '投诉', () {
|
|
functionItem('images/svg/处罚.svg', '投诉', () {
|
|
|
MyTools().toPage(context, PunishPage(), (then) {
|
|
MyTools().toPage(context, PunishPage(), (then) {
|
|
|
queryPersonalInformation();
|
|
queryPersonalInformation();
|
|
@@ -325,6 +319,9 @@ class _MinePageState extends State<MinePage> {
|
|
|
queryPersonalInformation();
|
|
queryPersonalInformation();
|
|
|
});
|
|
});
|
|
|
}),
|
|
}),
|
|
|
|
|
+ functionItem('images/svg/推广下载.svg', '推广下载', () {
|
|
|
|
|
+ MyTools().toPage(context, PromotionDownloadPage(), (then) {});
|
|
|
|
|
+ }),
|
|
|
GestureDetector(
|
|
GestureDetector(
|
|
|
onTap: () {
|
|
onTap: () {
|
|
|
checkForUpdates(context,showT: true);
|
|
checkForUpdates(context,showT: true);
|