修改国际版本
This commit is contained in:
+1
-4
@@ -290,10 +290,7 @@ export const fetchAndCacheCustomerPhone = async () => {
|
||||
try {
|
||||
// 获取当前语言
|
||||
const locale = uni.getLocale ? uni.getLocale() : uni.getSystemInfoSync().language
|
||||
const isEnglish = locale && (locale.toLowerCase().startsWith('en') || locale.toLowerCase().includes('en'))
|
||||
|
||||
// 根据语言设置品牌名称
|
||||
const brandName = isEnglish ? 'fdzpower' : '风电者'
|
||||
const brandName = 'Isidaya'
|
||||
|
||||
console.log('获取客服电话,当前语言:', locale, '品牌名称:', brandName)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user