Browse Source

feat: 移动端详情页nps位置调整

cuiyalong 1 year ago
parent
commit
4347c2e851
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/mobile/src/views/article/content.vue

+ 1 - 1
apps/mobile/src/views/article/content.vue

@@ -49,6 +49,7 @@
                 class="tab-module"
                 :beforeLeavePage="beforeLeavePage"
               />
+              <NpsCard class="nps-module" ref="npsCard" v-if="canRead" />
             </van-tab>
             <!-- 进度 -->
             <van-tab
@@ -95,7 +96,6 @@
               />
             </van-tab>
           </van-tabs>
-          <NpsCard class="nps-module" ref="npsCard" v-if="canRead" />
 
           <template v-if="!canRead">
             <FreeUserAdvancedMask