首页 常用功能图标太大,改为一行4个
编辑完常用功能,提交后直接返回业务中心, 并设定首页需要刷新
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
|
||||
<script setup>
|
||||
import { ref,onMounted } from 'vue';
|
||||
import { onLoad } from '@dcloudio/uni-app';
|
||||
import { onLoad,onShow } from '@dcloudio/uni-app';
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import customSteps from '@/components/customSteps.vue'
|
||||
@@ -185,6 +185,9 @@ onLoad(async(opt) => {
|
||||
uni.setStorageSync('page_cache',true);
|
||||
// initLoad();
|
||||
})
|
||||
onShow(()=>{
|
||||
initLoad();
|
||||
})
|
||||
|
||||
// 初始化调用方法
|
||||
const initLoad =()=>{
|
||||
@@ -517,7 +520,7 @@ const formatDateStr =(times)=>{
|
||||
margin-top:10rpx;
|
||||
}
|
||||
|
||||
.white-bg .logo-list{
|
||||
/* .white-bg .logo-list{
|
||||
margin-left:-25rpx;
|
||||
margin-right:-25rpx;
|
||||
padding:0 20rpx;
|
||||
@@ -535,5 +538,5 @@ const formatDateStr =(times)=>{
|
||||
.white-bg .logo-list .l-l-item img{
|
||||
width:110rpx;
|
||||
height:110rpx;
|
||||
}
|
||||
} */
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user