更新记录
1.0.0(2024-01-11) 下载此版本
支持设定商品中奖概率
平台兼容性
uni-app
| Vue2 | Vue3 | Chrome | Safari | app-vue | app-nvue | Android | iOS | 鸿蒙 |
|---|---|---|---|---|---|---|---|---|
| √ | - | - | - | √ | - | - | - | - |
| 微信小程序 | 支付宝小程序 | 抖音小程序 | 百度小程序 | 快手小程序 | 京东小程序 | 鸿蒙元服务 | QQ小程序 | 飞书小程序 | 快应用-华为 | 快应用-联盟 |
|---|---|---|---|---|---|---|---|---|---|---|
| √ | - | - | - | - | - | - | - | - | - | - |
引入组件
import xlPrize from '@/components/xl-prize/xl-prize.vue'
注册组件
components: { xlPrize },
使用组件
<xl-prize :award="award" @changePrize="@changePrize"> </xl-prize>
参数说明
award:抽奖数据(数组,最多8条) @changePrize:中奖回调 award数组对象里的chance属性,对应商品中奖概率,范围0-100,整数,数值越大中奖率越高
数据格式
award: [ { img: 'https://cdnapp.jixianzhilu.cn/circle_image/2021_06_8_14_34_47_2.png', name: '谢谢参与', chance: 10, }, { img: 'https://cdnapp.jixianzhilu.cn/circle_image/2021_06_8_14_35_36_10.png', name: '洗衣机', chance: 20, }, { img: 'https://cdnapp.jixianzhilu.cn/circle_image/2021_06_8_14_35_36_10.png', name: '谢谢参与', chance: 30, }, { img: 'https://cdnapp.jixianzhilu.cn/circle_image/2021_06_8_14_34_47_2.png', name: '笔记本', chance: 20, }, { img: 'https://cdnapp.jixianzhilu.cn/circle_image/2021_06_8_14_35_36_10.png', name: '谢谢参与', chance: 50, }, { img: 'https://cdnapp.jixianzhilu.cn/circle_image/2021_06_8_14_34_47_2.png', name: '电脑', chance: 10, }, { img: 'https://cdnapp.jixianzhilu.cn/circle_image/2021_06_8_14_35_36_10.png', name: '谢谢参与', chance: 60, }, { img: 'https://cdnapp.jixianzhilu.cn/circle_image/2021_06_8_14_35_36_10.png', name: '冰箱', chance: 30, } ] ``

收藏人数:
下载插件并导入HBuilderX
赞赏(0)
下载 827
赞赏 4
下载 11014228
赞赏 1800
赞赏
京公网安备:11010802035340号