From fbd20431d9947d6989f6508ae47ccaad96576d68 Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期一, 05 二月 2024 09:02:16 +0800
Subject: [PATCH] 解决审批历史页面报错问题
---
App.vue | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diff --git a/App.vue b/App.vue
index 5111643..92298ca 100644
--- a/App.vue
+++ b/App.vue
@@ -1,7 +1,20 @@
<script>
+
export default {
onLaunch: function() {
- console.log('App Launch')
+ // console.log('App Launch')
+ // let token = uni.getStorageSync('access_token') || ''
+ // console.log(token,'token=====')
+ // if(token){
+ // //鏇存柊鐧婚檰鐘舵��
+ // uni.getStorage({
+ // key: 'access_token',
+ // success: (res) => {
+ // console.log(res,'res=====');
+ // }
+ // });
+ //
+ // }
},
onShow: function() {
console.log('App Show')
@@ -16,4 +29,13 @@
/*姣忎釜椤甸潰鍏叡css */
@import '@/uni_modules/uview-ui/index.scss';
@import "@/static/iconfont/iconfont.css";
+ .u-empty{
+ image{
+ width: vww(200)!important;
+ height: vww(200)!important;
+ }
+ text{
+ font-size: vww(14)!important;
+ }
+ }
</style>
--
Gitblit v1.9.1