You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder_weapp fc5d403db0
add service contact function
5 years ago
..
assets add service contact function 5 years ago
README.md add service contact function 5 years ago
add-tips.js add service contact function 5 years ago
add-tips.json add service contact function 5 years ago
add-tips.wxml add service contact function 5 years ago
add-tips.wxss add service contact function 5 years ago

README.md

add-tips

微信小程序UI插件 用于提示用户首次进入小程序时,点击右上角菜单进行【添加到我的小程序】操作

文档

首先,把这个仓库下载/克隆到你的小程序目录,比如/components/weplug-add-tips/
然后,在首页index.json配置文件中,引入该组件:

{
  "usingComponents": {
    "add-tips": "/components/weplug-add-tips/index"
  }
}

最后,在首页index.wxml文件中,调用该组件即可:

<add-tips />

参数

你可以传递两个参数进行自定义操作:

1. text提示的文字内容

<add-tips text="点击添加到小程序" />

2. duration提示关闭时间单位秒

<add-tips duration="10" />

截图

你也可以扫一扫小程序进行体验效果: