绿满眶商城微信小程序-uniapp
peng
2025-06-25 28167c45044ddb9ceff22b44e48a7ab496b8839a
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);
        })