Browse Source

upload

master
HolyKnightIX 1 year ago
parent
commit
97df9c7f5a
2 changed files with 6 additions and 0 deletions
  1. +5
    -0
      miniprogram/pages/index/index.less
  2. +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>



Loading…
Cancel
Save