Explorar el Código

upload

master
HolyKnightIX hace 1 año
padre
commit
97df9c7f5a
Se han modificado 2 ficheros con 6 adiciones y 0 borrados
  1. +5
    -0
      miniprogram/pages/index/index.less
  2. +1
    -0
      miniprogram/pages/index/index.wxml

+ 5
- 0
miniprogram/pages/index/index.less Ver fichero

@@ -111,6 +111,11 @@ page {
border-radius: 10%;
}
}

}

.placeHolder {
height: 200rpx;
}
}



+ 1
- 0
miniprogram/pages/index/index.wxml Ver fichero

@@ -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>



Cargando…
Cancelar
Guardar