继续发布1.2 jscontinuePublish:function(){ var pages = getCurrentPages(); pages[pages.length - 2].resetData(); wx.navigateBack({}); }, // 清空数据(前_微信小程序跳转到tabbar">
赞
踩
<view class="btn" bindtap="continuePublish">继续发布</view>
- continuePublish:function(){
- var pages = getCurrentPages();
- pages[pages.length - 2].resetData();
- wx.navigateBack({});
- },
-
-
- // 清空数据(前一个页面)
- resetData: function () {
- this.setData({
- imageList: [],
- content: "",
- address: "",
- topicId: null,
- topicTitle: "选择合适的话题",
- });
- },
<navigator class="btn" url="/pages/index/index" open-type="switchTab">查看动态</navigator>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。