修改国际版本
This commit is contained in:
@@ -205,7 +205,8 @@
|
||||
import HomeMainH5 from '../../components/home/HomeMainH5.vue'
|
||||
import LocationListSheet from '../../components/LocationListSheet.vue'
|
||||
import {
|
||||
useI18n
|
||||
useI18n,
|
||||
showModalI18n
|
||||
} from '../../utils/i18n.js'
|
||||
|
||||
// 开启右上角分享菜单(仅 mp-weixin 有效)
|
||||
@@ -1417,7 +1418,7 @@
|
||||
|
||||
const expected = expectedUserPhone.value
|
||||
if (expected && normalizePhone(aliPhone) !== normalizePhone(expected)) {
|
||||
uni.showModal({
|
||||
showModalI18n({
|
||||
title: t('common.tips'),
|
||||
content: '当前支付宝授权手机号与账号绑定手机号不一致,无法扫码租借,请更换账号或联系管理员。',
|
||||
showCancel: false
|
||||
|
||||
Reference in New Issue
Block a user