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() { appAndroidEvents() {
if (window && window.navigator if (this.$isEEUiApp && $A.isAndroid()) {
&& /eeui/i.test(window.navigator.userAgent) const eeui = requireModuleJs("eeui");
&& /android/i.test(window.navigator.userAgent)) {
let eeui = requireModuleJs("eeui");
eeui.setPageBackPressed({ eeui.setPageBackPressed({
pageName: 'firstPage', pageName: 'firstPage',
}, _ => { }, _ => {

View File

@ -647,7 +647,7 @@ export default {
}, },
watch: { watch: {
'$route' (route) { '$route' () {
this.chackPass(); 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"; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
.ql-editor { .ql-editor {
padding: 4px 7px;
font-size: 14px; font-size: 14px;
max-height: 200px; max-height: 200px;
padding: 0;
margin: 4px 7px;
img { img {
max-width: 150px; max-width: 150px;