function appendFooter(){ let html = ``; $('body').append(html); $('.footer_btn_item').on('click',function(){ wx.miniProgram.navigateTo({url: '/pages/guanyuan/exhibition/exhibition?type=1'}) }); }