书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 2826 个相关结果.
  • 使用 MobX

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

    Slides 输入 输出事件 Slides Slides是基于Swiper.js实现的。 @Page ({ template : ` <ion-slides pager (change)="onSlideChanged($event)" (move)="onSlideMove($event)"> <ion-...
  • 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...
  • 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...
  • 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...
  • 快速上手

    创建uniCloud项目 创建和绑定服务空间 创建云函数 编写云函数 运行和调试云函数 手机端调用云函数 手机端看日志 小程序中使用uniCloud H5中使用uniCloud 使用db_init.json初始化项目数据库 创建uniCloud项目 在 HBuilderX 2.5.8+ 新建项目,选择uni-app项目,并勾选启...