1.0.1 • Published 3 years ago

@mas.io/ab-answer v1.0.1

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

安装

tnpm install --save @alipay/ab-answer

组件介绍

行业小程序投票组件。特点为:支持三种投票样式。

参数说明

属性必填参数类型参数说明默认值示例
queryUrlString题目查询接口'''https://anymock.alipay.com/direct-mock/http/128500551/api/question'
submitUrlString题目提交接口'''https://anymock.alipay.com/direct-mock/http/128500551/api/handler/answer'
authScopeString用户授权模式'auth_base'--
themeColorString按钮主题颜色''--
outStringString扩展数据,接口请求时的额外参数''--

在小程序中使用

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

在 page.axml 中引用组件

<!-- 页面使用方式 -->
<ab-answer
  queryUrl="https://anymock.alipay.com/direct-mock/http/128500551/api/question"
  submitUrl="https://anymock.alipay.com/direct-mock/http/128500551/api/handler/answer"
  authScope="auth_base"
  outString=""
  themeColor="">
</ab-answer>

Badges

TNPM version TNPM downloads