From 12fb30d1ed86afed8a65810d8657e89217f2f3ab Mon Sep 17 00:00:00 2001 From: jiangtao <13832759+hustjiangtao@users.noreply.github.com> Date: Mon, 31 Oct 2022 16:30:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(wx.lin):=20=E4=BF=AE=E6=AD=A3=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正文档wx.lin中 `filp` 应改为 `flip` --- docs/start/wx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/start/wx.md b/docs/start/wx.md index a9156924a..b96f70295 100644 --- a/docs/start/wx.md +++ b/docs/start/wx.md @@ -36,7 +36,7 @@ wx.lin 已废弃,将在未来的某个版本移除,如果对应组件有[开 ```js onLoad(){ wx.lin.showLoading({ - type:"filp", + type:"flip", fullScreen: true }) setTimeout(()=>{ @@ -49,4 +49,4 @@ onLoad(){ 显示的API为`wx.lin.show${组件名称}`,隐藏的API为`wx.lin.hide${组件名称}`(某些组件不支持隐藏)。 ::: - \ No newline at end of file +