随笔分类 - 微信小程序
摘要:onLoad: /** * 生命周期函数--监听页面加载 */ // 打开当前页面就执行,并且只执行一次,从其他页面跳过来时不会执行 // 常用作列表页跳转详情页,options接受参数 onLoad: function (options) { wx.showToast({ title: '成功',
阅读全文
摘要:跳转页面方法1:wxml文件中跳转 <navigator url="/pages/index2/index2" hover-class="navigator-hover">跳转到新页面</navigator> 跳转页面方法2:js文件中跳转 // 跳转页面 nav:function(){ wx.na
阅读全文
摘要:轮播图功能 //wxml文件 <swiper class="swiper" indicator-dots="true" autoplay="false" circular="false" interval="3000" duration="1000"> <block wx:for="{{banner
阅读全文

浙公网安备 33010602011771号