最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

微信小程序 loading 組件實(shí)例詳解

 更新時(shí)間:2016年09月28日 09:15:06   作者:順子_RTFSC  
這篇文章主要介紹了微信小程序 loading 組件實(shí)例詳解的相關(guān)資料,需要的朋友可以參考下

loading通常使用在請(qǐng)求網(wǎng)絡(luò)數(shù)據(jù)時(shí)的一種方式,通過(guò)hidden屬性設(shè)置顯示與否

主要屬性:

wxml

<!---->
<button type="primary" bindtap="listenerButton">顯示loading</button>
<!--默認(rèn)隱藏-->
<loading hidden="{{hiddenLoading}}">正在加載</loading>

js

Page({
 data:{
 // text:"這是一個(gè)頁(yè)面"
 hiddenLoading: true
 },

 /**
 * 監(jiān)聽button點(diǎn)擊事件
 */
 listenerButton:function(){
 this.setData({
  hiddenLoading: !this.data.hiddenLoading
 })
 },
 onLoad:function(options){
 // 頁(yè)面初始化 options為頁(yè)面跳轉(zhuǎn)所帶來(lái)的參數(shù)
 },
 onReady:function(){
 // 頁(yè)面渲染完成
 },
 onShow:function(){
 // 頁(yè)面顯示
 },
 onHide:function(){
 // 頁(yè)面隱藏
 },
 onUnload:function(){
 // 頁(yè)面關(guān)閉
 }
})



相關(guān)文章:

hello WeApp                      icon組件
Window 
                            text組件                                switch組件
tabBar底部導(dǎo)航                 progress組件                        action-sheet
應(yīng)用生命周期                    button組件                            modal組件
頁(yè)面生命周期
                    checkbox組件                       toast組件
模塊化詳                           form組件詳                            loading 組件
數(shù)據(jù)綁定
                           input 組件                             navigator 組件
View組件                          picker組件                             audio 組件
scroll-view組件                 radio組件                              video組件
swiper組件                        slider組件                              Image組件

相關(guān)文章

最新評(píng)論

舒城县| 嘉鱼县| 曲阜市| 湘西| 平潭县| 沙坪坝区| 修武县| 瓦房店市| 长垣县| 南溪县| 彝良县| 三江| 舒兰市| 肇州县| 湖南省| 澎湖县| 武定县| 北宁市| 呈贡县| 昌图县| 安岳县| 无棣县| 长顺县| 中牟县| 淳安县| 淳化县| 葫芦岛市| 油尖旺区| 江孜县| 德阳市| 印江| 通河县| 麟游县| 白河县| 南部县| 康平县| 饶河县| 浦江县| 伊宁县| 辰溪县| 河曲县|