0.0.15 • Published 2 years ago

game-button v0.0.15

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

game-button

游戏

安装
npm install game-button
使用
  • json
{
    "usingComponents": {
        "game-button": "game-button/button"
    }
}
  • mini.project.json
{
  "node_modules_es6_whitelist": [
    "game-button"
  ]
}
  • js
Page({
  data: {
    buttonData: {
      name: "活动规则",
      "imageUrl": "https://img.alicdn.com/imgextra/i4/1080040467/O1CN01t4CMya1FJvenwRo2L_!!1080040467.jpg", "width": "750", "height": "384",
      // imageUrl: "",
      // width: 60,
      // height: 90,
      // left: 652,
      left: 0,
      top: 162 - 162,
      className: "",
      tapName: "",//自定义事件,如果没有默认handleTap
      typeName: "tipDialog",
      spmdName: "rule"
    },
  },
  handleTap(e) {
    console.log("handleTap:", e);
  },
  onClickFun(e) {
    console.log(e)
  }
})
  • xaml
  <game-button component-data="{{buttonData}}" onClickFun="onClickFun" />
0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago