소스 검색

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

cuiyalong 1 년 전
부모
커밋
4347c2e851
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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