foix: bug

This commit is contained in:
杨航
2025-09-26 16:42:39 +08:00
parent 5940c89087
commit 92bf458c13
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -175,7 +175,7 @@
const watermarkRef = ref();
const userInfo = ref(getUserInfo());
const luimgAddr = computed(()=> unref(userInfo)?.mascotInfo?.imgAddr || '')
const userParams = '/' + (unref(userInfo)?.userName??'') + '/' + (unref(userInfo)?.loginName??'');
const userParams = '/' + (unref(userInfo)?.loginName??'') + '/' + (unref(userInfo)?.loginName??'');
const questionList = ref([
// '对公小程序开户流程?',
// '厅堂服务经理2025年管理办法?',
+1 -1
View File
@@ -37,7 +37,7 @@ export default {
onLoad(params) {
this.fileId = params.fileId || ''
const userInfo = getUserInfo();
this.userParams = '/' + (userInfo?.userName??'') + '/' + (userInfo?.loginName??'');
this.userParams = '/' + (userInfo?.loginName??'') + '/' + (userInfo?.loginName??'');
},
onShow() {
if (getPhoneEnvBool('AND')) {
+2
View File
@@ -13,6 +13,8 @@
overflow: auto;
-webkit-overflow-scrolling: touch;
transition: all .3s;
box-sizing: border-box;
padding-bottom: 40px;
}
.pdfjs .pdfViewer {