Commit 75d3cb10 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 699ded00
<template> <template>
<view style="background: white;"> <view style="background: white;">
<scroll-view scroll-y="true" <scroll-view scroll-y="true"
:style="'height: 100rpx;margin-top:'+(titleBarHeight +statusBarHeight)+'px;'"> :style="'height: '+(windowHeight -170)+'px;margin-top:'+(titleBarHeight +statusBarHeight)+'px;'">
<view class="flex space" style="display:flex; flex-wrap:wrap;"> <view class="flex space" style="display:flex; flex-wrap:wrap;">
<block v-for="(value,key) in dataList" :key="key"> <block v-for="(value,key) in dataList" :key="key">
<view class="mt-10" <view class="mt-10"
......
...@@ -8,7 +8,14 @@ ...@@ -8,7 +8,14 @@
} }
}, },
"pages": [ "pages": [
// {
// "path": "pages/loading",
// "style": {
// "navigationStyle": "default",
// "navigationBarBackgroundColor": "#F2F1FF",
// "navigationBarTextStyle": "#000000"
// }
// },
{ {
"path": "pages/home", "path": "pages/home",
"style": { "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