example.wxml 325 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <view class="page-example"> <button bindtap="navHandler">页面跳转</button> <button bindtap="reqHandler">数据请求</button> <button bindtap="storeHandler">储存数据到本地</button> <button bindtap="showNotify">有赞提示</button> <demo-item></demo-item> </view> <!-- <van-notify id="van-notify" /> -->