Browse Source

修改标题——趣恋恋

ios
ZHR007 4 months ago
parent
commit
949545d0b7
8 changed files with 8 additions and 7 deletions
  1. BIN
      assets/images/login_logo.png
  2. 3
      lib/controller/mine/mine_controller.dart
  3. 2
      lib/pages/home/user_information_page.dart
  4. 2
      lib/pages/mine/edit_info_page.dart
  5. 2
      lib/pages/mine/login_page.dart
  6. 2
      lib/pages/mine/rose_page.dart
  7. 2
      lib/pages/mine/vip_page.dart
  8. 2
      lib/widget/live/live_recharge_popup.dart

BIN
assets/images/login_logo.png

Before After
Width: 572  |  Height: 256  |  Size: 30 KiB Width: 303  |  Height: 117  |  Size: 17 KiB

3
lib/controller/mine/mine_controller.dart

@ -7,6 +7,7 @@ import 'package:dating_touchme_app/pages/mine/rose_page.dart';
import 'package:dating_touchme_app/pages/mine/user_help_center_page.dart';
import 'package:get/get.dart';
import '../../pages/setting/match_spread_page.dart';
import '../../pages/setting/setting_page.dart';
class MineController extends GetxController {
@ -24,7 +25,7 @@ class MineController extends GetxController {
{"icon": Assets.imagesWallet, "title": "我的钱包", "subTitle": "提现无门槛", "path": () => MyWalletPage()},
{"icon": Assets.imagesShop, "title": "商城中心", "subTitle": "不定期更新商品", "path": () => Null},
{"icon": Assets.imagesCert, "title": "认证中心", "subTitle": GlobalData().userData?.identityCard == null || GlobalData().userData?.profilePhoto == null ? "未认证" : "已认证", "path": () => AuthCenterPage()},
{"icon": Assets.imagesMatchmaker, "title": "红娘等级", "subTitle": "实习红娘", "path": () => MatchmakerUpdatePage()},
{"icon": Assets.imagesMatchmaker, "title": "红娘等级", "subTitle": "实习红娘", "path": () => MatchSpreadPage()},
].obs;
List<Map> settingList = [

2
lib/pages/home/user_information_page.dart

@ -233,7 +233,7 @@ class UserInformationPage extends StatelessWidget {
),
),
Text(
"动我ID:${userId}",
"趣恋恋ID:${userId}",
style: TextStyle(
fontSize: 12.w,
color: const Color.fromRGBO(144, 144, 144, 1)

2
lib/pages/mine/edit_info_page.dart

@ -1061,7 +1061,7 @@ class _EditInfoPageState extends State<EditInfoPage> {
),
),
Text(
"动我ID:${controller.userData.value?.id}",
"趣恋恋ID:${controller.userData.value?.id}",
style: TextStyle(
fontSize: 9.w,
color: const Color.fromRGBO(144, 144, 144, 1)

2
lib/pages/mine/login_page.dart

@ -179,7 +179,7 @@ class LoginPage extends StatelessWidget {
//
},
child: const Text(
'动我用户协议》',
'趣恋恋用户协议》',
style: TextStyle(
fontSize: 11,
color: Color.fromRGBO(74, 99, 235, 1),

2
lib/pages/mine/rose_page.dart

@ -178,7 +178,7 @@ class RosePage extends StatelessWidget {
)
),
TextSpan(
text: "动我充值协议》",
text: "趣恋恋充值协议》",
style: TextStyle(
color: Color.fromRGBO(71, 123, 255, 1)
)

2
lib/pages/mine/vip_page.dart

@ -145,7 +145,7 @@ class _VipPageState extends State<VipPage> {
),
SizedBox(height: 29.w,),
Text(
"开通 动我vip 畅享尊贵特权~",
"开通 趣恋恋vip 畅享尊贵特权~",
style: TextStyle(
fontSize: 11.w,
color: const Color.fromRGBO(144, 144, 144, 1 )

2
lib/widget/live/live_recharge_popup.dart

@ -277,7 +277,7 @@ class LiveRechargePopup extends StatelessWidget {
print('打开充值协议');
},
child: Text(
"动我充值协议》",
"趣恋恋充值协议》",
style: TextStyle(
fontSize: 11.w,
color: const Color.fromRGBO(71, 123, 255, 1),

Loading…
Cancel
Save