|
|
@@ -109,8 +109,8 @@ const checkImagesPermission = () => {
|
|
|
showDialog({
|
|
|
message: i18n.global.t('common.loadtips'),
|
|
|
showCancelButton: true,
|
|
|
- cancelButtonText: '否',
|
|
|
- confirmButtonText: '是'
|
|
|
+ cancelButtonText: i18n.global.t('common.no'),
|
|
|
+ confirmButtonText: i18n.global.t('common.yes')
|
|
|
}).then(() => {
|
|
|
const main = plus.android.runtimeMainActivity()
|
|
|
const Intent = plus.android.importClass('android.content.Intent')
|