1.0.1 • Published 3 years ago

@mas.io/ab-wheel v1.0.1

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

安装

tnpm install --save @alipay/ab-wheel

组件介绍

营销抽奖转盘组件。特点为:支持4/6/8/10个产品抽奖。

参数说明

属性必填参数类型参数说明默认值示例
queryUrlString投票信息查询接口地址'''https://anymock.alipay.com/direct-mock/http/128500684/queryUrl'
submitUrlString提交投票结果接口地址'''https://anymock.alipay.com/direct-mock/http/128500684/submitUrl'
authScopeString用户授权模式'auth_base'--
themeColorString按钮主题颜色''--
outStringString扩展数据,接口请求时的额外参数''--

在小程序中使用

{
  "usingComponents": {
    "ab-wheel": "@alipay/ab-wheel/es/index"
  }
}

在 page.axml 中引用组件

<!-- 页面使用方式 -->
<ab-wheel 
    queryUrl="https://anymock.alipay.com/direct-mock/http/128500684/queryUrl"
    submitUrl="https://anymock.alipay.com/direct-mock/http/128500684/submitUrl"
    authScope="auth_user"
    outString="99"
    themeColor="rgb(94,147,246)"
    drawRecordPath="/path"
    awardQueryPath="/path"
  />

Badges

TNPM version TNPM downloads