绿满眶商城微信小程序-uniapp
xiangpei
2025-06-24 e351838f98b82952c940c21e0ba62f176dfb9f9b
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);
        })