悬浮按钮 wxml代码 1234 <image bindtap='floatBtnTap' style='position:fixed;width:80rpx;height:80rpx;position:fixed;bottom:60rpx;right:40rpx;' src="../../path/to.png"/> JS代码 123456789 //悬浮按钮点击事件floatBtnTap: function(e) { wx.navigateTo({ url: '/path/to', success: function(res) {}, fail: function(res) {}, complete: function(res) {}, });}, 赞微海报分享
近期评论