0.0.17 • Published 1 year ago

game-bglist v0.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

game-bglist

游戏

安装
npm install game-bglist
使用
  • json
{
    "usingComponents": {
        "bglist": "game-bglist/bglist"
    }
}
  • mini.project.json
{
  "node_modules_es6_whitelist": [
    "game-bglist"
  ]
}
  • js
Page({
  data: {
    className: "",
    style: "",
    listData: [
      { "imageUrl": "https://img.alicdn.com/imgextra/i4/1080040467/O1CN01t4CMya1FJvenwRo2L_!!1080040467.jpg", "width": "750", "height": "384" },
      { "imageUrl": "https://img.alicdn.com/imgextra/i4/1080040467/O1CN01OXBYho1FJvevJNbmO_!!1080040467.jpg", "width": "750", "height": "384" },
      { "imageUrl": "https://img.alicdn.com/imgextra/i2/1080040467/O1CN01QYcOeO1FJveuHMcVR_!!1080040467.jpg", "width": "750", "height": "360" },
      { "imageUrl": "https://img.alicdn.com/imgextra/i3/1080040467/O1CN01ueRRuc1FJvenwPG30_!!1080040467.jpg", "width": "750", "height": "410" },
    ]
  },
});
  • xaml
  <game-bglist className="{{className}}" style="{{style}}" a:if="{{listData}}" component-data="{{listData}}" />
0.0.17

1 year ago

0.0.16

2 years ago

0.0.15

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.3

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago