摘要: wx.switchTab({ url: '/pages/cart/index', success:function () { var page = getCurrentPages().pop(); if (page == undefined || page == null) return; page.onLoad(); //重新刷新... 阅读全文
posted @ 2019-04-23 15:15 Shimily 阅读(2360) 评论(1) 推荐(0)