From 0f9b3d3417d1b9f9d1db6e818cd02b4de2867987 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu <819527061@qq.com>
Date: 星期二, 25 十一月 2025 15:59:03 +0800
Subject: [PATCH] 批量通过和批量驳回bug修改
---
App.vue | 26 ++++++++++++++++++++++++--
1 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/App.vue b/App.vue
index 7d90a6b..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')
@@ -15,5 +28,14 @@
<style lang="scss">
/*姣忎釜椤甸潰鍏叡css */
@import '@/uni_modules/uview-ui/index.scss';
- @import "./static/iconfont/iconfont.css";
+ @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