书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 2821 个相关结果.
  • Slides

    Slides 输入 输出事件 Slides Slides是基于Swiper.js实现的。 @Page ({ template : ` <ion-slides pager (change)="onSlideChanged($event)" (move)="onSlideMove($event)"> <ion-...
  • ThemeTypography

    ThemeTypography interface body property bodySmall property fontFamily property fontFamilyMonospace property fontSize property fontWeightBold property fontWeightLight property...
  • ThemeTypography

    ThemeTypography interface body property bodySmall property fontFamily property fontFamilyMonospace property fontSize property fontWeightBold property fontWeightLight property...
  • 使用 MobX

    自 1.2.0-beta.1 开始支持 MobX 为复杂项目中状态管理提供了一种简单高效的机制;Taro 提供了 @tarojs/mobx 来让开发人员在使用 MobX 的过程中获得更加良好的开发体验。 下文中示例代码均在 taro-mobx-sample 首先请安装 mobx@4.8.0 、 @tarojs/mobx 、 @ta...
  • Carousel

    How it works Example Slides only With controls With indicators With captions Crossfade Individual .carousel-item interval Disable touch swiping Dark variant Custom trans...
  • 支付订单

    支付订单 请求参数 请求示例 返回说明 返回结果 返回示例 支付订单 接口说明: 支付订单 接口地址: /api/trade/pay/order/{order_sn} 请求方式: POST 请求参数 参数名称 类型 是否必须 描述 order_sn string 是 订单号 payment_type int 是 支付方式:10...
  • setNavigationBarColor

    Taro.setNavigationBarColor(param) 参数 object param 示例代码 API支持度 Taro.setNavigationBarColor(param) 设置页面导航条颜色。 使用方式同 wx.setNavigationBarColor ,支持 Promise 化使用。 参数 object...
  • getImageInfo

    Taro.getImageInfo(OBJECT) 参数 返回值 Promise <object res> 示例代码 API支持度 Taro.getImageInfo(OBJECT) 获取图片信息。网络图片需先配置download域名才能生效。 使用方式同 wx.getImageInfo ,支持 Promise 化使用。 参数 ...
  • 模板解析器类

    模板解析器类 $this->parser->parse_string() 变量对 模板解析器类 模板解析器类可以解析你的视图文件中的伪变量。它可以解析简单的变量或者以变量作为标签的结构。如果你以前没有用过模板引擎,那么伪变量如下所示: <html> <head> <title> {blog_title} </title> </h...
  • Picker选择器

    Picker 选择器 使用指南 示例 普通选择器 多列选择器 时间选择器 日期选择器 Picker 选择器 从底部弹起的滚动选择器,这里用的是微信小程序自带的 Picker 原生组件,taro-ui 引用的是 taro 封装的基础组件。 现支持四种选择器,通过 mode 来区分(默认是普通选择器),分别是: 普通选择器 多列...