Handy_Cao 4 månader sedan
förälder
incheckning
b2c5434cb5
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/packages/mobile/components/base/gallery/index.vue

+ 2 - 2
src/packages/mobile/components/base/gallery/index.vue

@@ -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')