绿满眶商城微信小程序-uniapp
xiangpei
2025-06-24 e351838f98b82952c940c21e0ba62f176dfb9f9b
视频编辑后回上一个页面
1个文件已修改
6 ■■■■ 已修改文件
pages/video/video-edit.vue 6 ●●●● 补丁 | 查看 | 原始文档 | 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);
          })