1.增加信用卡支付信息展示

This commit is contained in:
2026-06-24 16:00:39 +08:00
parent cf9d9e8224
commit 27b9a6c885
16 changed files with 302 additions and 104 deletions

View File

@@ -38,7 +38,6 @@ import androidx.annotation.StringDef
MMKVKey.MapType,
MMKVKey.ShowFence,
MMKVKey.ShowDashedLine,
MMKVKey.PaymentMethodID,
MMKVKey.ShowAllPet,
MMKVKey.isCrash,
MMKVKey.AvailableOrder,
@@ -60,7 +59,6 @@ annotation class MMKVKey {
const val Phone = "phone"
const val ActivityGoal = "activityGoal"
const val Location = "location"
const val PaymentMethodID = "paymentMethodID"
const val Gender = "gender"
const val BirthdayDate = "birthdayDate"
const val CountryCode = "countryCode"