no message

This commit is contained in:
kuaifan 2022-05-15 18:13:30 +08:00
parent 5ff1f57017
commit 6610a948c5
3 changed files with 5 additions and 6 deletions

View File

@ -97,10 +97,8 @@ export default {
},
appAndroidEvents() {
if (window && window.navigator
&& /eeui/i.test(window.navigator.userAgent)
&& /android/i.test(window.navigator.userAgent)) {
let eeui = requireModuleJs("eeui");
if (this.$isEEUiApp && $A.isAndroid()) {
const eeui = requireModuleJs("eeui");
eeui.setPageBackPressed({
pageName: 'firstPage',
}, _ => {

View File

@ -647,7 +647,7 @@ export default {
},
watch: {
'$route' (route) {
'$route' () {
this.chackPass();
},

View File

@ -34,9 +34,10 @@
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
.ql-editor {
padding: 4px 7px;
font-size: 14px;
max-height: 200px;
padding: 0;
margin: 4px 7px;
img {
max-width: 150px;