This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
Metavatar_DCIM_Wapp
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
upload
master
HolyKnightIX
1 year ago
parent
fb1e636394
commit
97df9c7f5a
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
miniprogram/pages/index/index.less
+1
-0
miniprogram/pages/index/index.wxml
+ 5
- 0
miniprogram/pages/index/index.less
View File
@@ -111,6 +111,11 @@ page {
border-radius: 10%;
}
}
}
.placeHolder {
height: 200rpx;
}
}
+ 1
- 0
miniprogram/pages/index/index.wxml
View File
@@ -29,6 +29,7 @@
<image wx:for="{{ item.photoList }}" wx:for-index="childIndex" wx:for-item="chileItem" wx:key="childIndex" src="{{ chileItem.image }}" mode="widthFix" />
</view>
</view>
<view class="placeHolder"></view>
</scroll-view>
</block>
Write
Preview
Loading…
Cancel
Save