This website works better with JavaScript.
首頁
探索
說明
註冊
登入
suimang
/
Metavatar_DCIM_Wapp
關註
2
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
upload
master
HolyKnightIX
1 年之前
父節點
fb1e636394
當前提交
97df9c7f5a
共有
2 個文件被更改
,包括
6 次插入
和
0 次删除
分割檢視
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
查看文件
@@ -111,6 +111,11 @@ page {
border-radius: 10%;
}
}
}
.placeHolder {
height: 200rpx;
}
}
+ 1
- 0
miniprogram/pages/index/index.wxml
查看文件
@@ -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…
取消
儲存