Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop

This commit is contained in:
田岩
2025-09-26 17:31:31 +08:00
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??'')
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??'')
},
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 {