From 6ce3a64ea3b902e62d8ca3c8e7de0d9ab96c72bc Mon Sep 17 00:00:00 2001 From: max Date: Tue, 2 Apr 2024 11:30:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E8=B4=B5=E6=97=8F?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E9=83=A8=E5=88=86=E7=BF=BB=E8=AF=91=E5=92=8C?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E5=B1=80=E4=B8=AD=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/com/chwl/app/vip/VipMainActivity.kt | 1 - app/src/main/res/values/strings.xml | 4 ++-- app/src/module_labour_union/res/layout/item_vip_auth.xml | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/com/chwl/app/vip/VipMainActivity.kt b/app/src/main/java/com/chwl/app/vip/VipMainActivity.kt index 571a300a2..501804e32 100644 --- a/app/src/main/java/com/chwl/app/vip/VipMainActivity.kt +++ b/app/src/main/java/com/chwl/app/vip/VipMainActivity.kt @@ -39,7 +39,6 @@ import com.chwl.app.vip.adapter.VipMagicIndicatorAdapter import com.chwl.app.vip.adapter.VipRebateAdapter import com.chwl.app.vip.dialog.SelectPayTypeDialog import com.chwl.app.vip.dialog.VipRemainTimeDialog -import com.chwl.core.auth.AuthModel import com.chwl.core.pay.PayModel import com.chwl.core.pay.bean.ChargeBean import com.chwl.core.pay.bean.PayRecordId diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0fef1f064..3fc237d6d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -5247,8 +5247,8 @@ All - Vip privilege - Rebate privilege + Privilege + Rebate Users who directly purchase the %s level will not only directly enjoy all the privileges corresponding to the level, but also receive additional diamond rebates. The specific rebate dates and the number of rebate diamonds are as follows: Level name diff --git a/app/src/module_labour_union/res/layout/item_vip_auth.xml b/app/src/module_labour_union/res/layout/item_vip_auth.xml index 4f892528c..b112eda14 100644 --- a/app/src/module_labour_union/res/layout/item_vip_auth.xml +++ b/app/src/module_labour_union/res/layout/item_vip_auth.xml @@ -20,6 +20,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="7dp" + android:gravity="center" android:textColor="#ff9f8052" android:textSize="14dp" tools:text="@string/layout_item_vip_auth_01" />