0.0.10 • Published 4 years ago

@mas.io/mas-fund-summary v0.0.10

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

安装

tnpm install --save @alipay/mas-fund-summary

组件介绍

行业小程序公积金头部汇总组件。

参数说明

属性是否必填参数类型参数说明默认值示例
amountString数字金额---
titleString标题---
isEyeOpenBoolean眼睛是否展开false--
descString描述文案---
statusTextString状态文案---
statusBgColorString状态文案颜色---
backgroundImageString背景图默认有值--
onEyeChangeFunction眼睛点击回调 (eyeOpen: Boolean)---
onSwitchFunction切换icon点击回调---

在小程序中使用

{
  "usingComponents": {
    "mas-fund-summary": "@alipay/mas-fund-summary/es/index"
  }
}

在 page.axml 中引用组件

<!-- 页面使用方式 -->
 <mas-fund-summary
    desc="{{desc}}"
    statusText="{{statusText}}"
    amount="{{amount}}"
    statusBgColor="#FF6010"
    onEyeChange="onEyeChange"
    onSwitch="onSwitch"
  />

Badges

TNPM version TNPM downloads install size


0.0.10

4 years ago

0.0.7

4 years ago

0.0.8

4 years ago

0.0.6

4 years ago