# fu-waterflow 为你推荐
# 平台差异
App | H5 | 微信小程序 | 支付宝小程序 | 百度小程序 | 头条小程序 |
---|---|---|---|---|---|
√ | √ | √ | √ | √ | √ |
# 基本使用
<template>
<view>
<fu-waterflow
ref="guess"
titleNone='猜你喜欢'
type="index"
></fu-waterflow>
</view>
</template>
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
# API
# Props
参数 | 说明 | 类型 | 默认值 | 可选值 | 平台差异 |
---|---|---|---|---|---|
titleNone | 头部显示文字 | String | 为你推荐 | - | |
type | 类型(用到此组件的位置) | String | index | index(首页推荐),cart(购物车推荐),goodsDetail(商品详情推荐),orderDetail(订单详情推荐) | - |