Commit 75d3cb10 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 699ded00
<template>
<view style="background: white;">
<scroll-view scroll-y="true"
:style="'height: 100rpx;margin-top:'+(titleBarHeight +statusBarHeight)+'px;'">
<scroll-view scroll-y="true"
:style="'height: '+(windowHeight -170)+'px;margin-top:'+(titleBarHeight +statusBarHeight)+'px;'">
<view class="flex space" style="display:flex; flex-wrap:wrap;">
<block v-for="(value,key) in dataList" :key="key">
<view class="mt-10"
......
......@@ -8,7 +8,14 @@
}
},
"pages": [
// {
// "path": "pages/loading",
// "style": {
// "navigationStyle": "default",
// "navigationBarBackgroundColor": "#F2F1FF",
// "navigationBarTextStyle": "#000000"
// }
// },
{
"path": "pages/home",
"style": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment