微信小程序 開(kāi)發(fā)文檔,相關(guān)文章:
微信小程序 action-sheet
微信小程序 modal
微信小程序 toast
微信小程序 loading
微信小程序 loading
| 屬性名 | 類(lèi)型 | 默認(rèn)值 | 說(shuō)明 |
|---|---|---|---|
| hidden | Boolean | false | 是否隱藏 |
示例代碼:
<view class="body-view"> <loading hidden="{{hidden}}"> 加載中... </loading> <button type="default" bindtap="loadingTap">點(diǎn)擊彈出loading</button></view>Page({ data: { hidden: true }, loadingTap: function(){ this.setData({ hidden: false }); var that = this; setTimeout(function(){ that.setData({ hidden: true }); that.update(); }, 3000); }})感謝閱讀,希望能幫助到大家,謝謝大家對(duì)本站的支持!
新聞熱點(diǎn)
疑難解答
圖片精選