fix: bug

This commit is contained in:
杨航
2025-09-26 16:48:29 +08:00
parent 0ba0249369
commit 89cc278179
2 changed files with 2 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)?.loginName??'') + '/' + (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?.loginName??'') + '/' + (userInfo?.loginName??'');
this.userParams = '/' + (userInfo?.loginName??'')
},
onShow() {
if (getPhoneEnvBool('AND')) {