| pages/video/video-edit.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/video/video-edit.vue
@@ -674,10 +674,10 @@ this.tagInput = ''; this.recommendedTags = []; // TODO 先跳首页,后面跳我的视频页面 // 跳我的视频页面 setTimeout(() => { uni.switchTab({ url: '/pages/tabbar/index/home' uni.navigateBack({ delta: 1 }); }, 1500); })