natasha 10 月之前
父节点
当前提交
3a1c980cdb

+ 1 - 1
src/views/bookShelf/bookItem.vue

@@ -107,7 +107,7 @@
             <div class="info-item">
               <label>出版社</label>
               <span>{{
-                info.vendor_name ? info.vendor_name : "21世纪报社"
+                info.vendor_name ? info.vendor_name : "中国日报社"
               }}</span>
             </div>
             <!-- <div class="info-item">

+ 1 - 1
src/views/bookShelf/bookPeruseItem.vue

@@ -73,7 +73,7 @@
           <div class="info-box">
             <div class="info-item">
               <label>机构</label>
-              <span>中国日报社</span>
+              <span>中报二十一世纪(北京)传媒科技有限公司</span>
             </div>
             <div class="info-item">
               <label>学段</label>

+ 2 - 0
src/views/bookShelf/components/ArticleInfo.vue

@@ -544,6 +544,7 @@ export default {
     font-weight: 700;
     line-height: 56px;
     margin: 0;
+    text-align: center;
   }
   .nnpe-article-author {
     margin: 24px 0;
@@ -551,6 +552,7 @@ export default {
     font-size: 14px;
     font-weight: 400;
     line-height: 22px;
+    text-align: center;
   }
   h4 {
     margin: 24px 0 8px 0;

+ 3 - 1
src/views/bookShelf/components/InnerTextSearch.vue

@@ -764,10 +764,12 @@ export default {
   width: 100%;
   .nnpe-article-author {
     margin: 24px 0;
+    text-align: center;
   }
   h2 {
     display: flex;
     flex-flow: wrap;
+    justify-content: center;
     &.sentActive {
       background: rgba(24, 144, 255, 0.1);
     }
@@ -870,7 +872,7 @@ export default {
 .audio-box {
   display: flex;
   align-items: center;
-  justify-content: space-between;
+  justify-content: center;
 }
 .aduioLine-box {
   width: 516px;

+ 3 - 1
src/views/bookShelf/components/LexicalType.vue

@@ -917,10 +917,12 @@ export default {
   width: 100%;
   .nnpe-article-author {
     margin: 24px 0;
+    text-align: center;
   }
   h2 {
     display: flex;
     flex-flow: wrap;
+    justify-content: center;
     &.sentActive {
       background: rgba(24, 144, 255, 0.1);
     }
@@ -1062,7 +1064,7 @@ export default {
 .audio-box {
   display: flex;
   align-items: center;
-  justify-content: space-between;
+  justify-content: center;
 }
 .aduioLine-box {
   width: 516px;

+ 3 - 1
src/views/bookShelf/components/NormalModel.vue

@@ -582,10 +582,12 @@ export default {
   width: 100%;
   .nnpe-article-author {
     margin: 24px 0;
+    text-align: center;
   }
   h2 {
     display: flex;
     flex-flow: wrap;
+    justify-content: center;
     &.sentActive {
       background: rgba(24, 144, 255, 0.1);
     }
@@ -746,7 +748,7 @@ export default {
 .audio-box {
   display: flex;
   align-items: center;
-  justify-content: space-between;
+  justify-content: center;
 }
 .aduioLine-box {
   width: 516px;

+ 3 - 1
src/views/bookShelf/components/NotesModel.vue

@@ -503,10 +503,12 @@ export default {
   width: 100%;
   .nnpe-article-author {
     margin: 24px 0;
+    text-align: center;
   }
   h2 {
     display: flex;
     flex-flow: wrap;
+    justify-content: center;
   }
   .table-box {
     // background: #f7f7f7;
@@ -550,7 +552,7 @@ export default {
 .audio-box {
   display: flex;
   align-items: center;
-  justify-content: space-between;
+  justify-content: center;
   .explain-video {
     background: #ffb224;
     border-color: #ffb224;

+ 1 - 0
src/views/bookShelf/components/Payment.vue

@@ -233,6 +233,7 @@ export default {
       getLogin(MethodName, data).then((res) => {
         if (res.status === 1) {
           if (res.is_success === "true") {
+            this.$message("支付成功");
             clearInterval(this.timer);
             if (this.$emit("handleSuccess")) {
               this.$emit("handleSuccess");

+ 3 - 1
src/views/bookShelf/components/PhraseModel.vue

@@ -703,10 +703,12 @@ export default {
   width: 100%;
   .nnpe-article-author {
     margin: 24px 0;
+    text-align: center;
   }
   h2 {
     display: flex;
     flex-flow: wrap;
+    justify-content: center;
     &.sentActive {
       background: rgba(24, 144, 255, 0.1);
     }
@@ -836,7 +838,7 @@ export default {
 .audio-box {
   display: flex;
   align-items: center;
-  justify-content: space-between;
+  justify-content: center;
   .explain-video {
     background: #ffb224;
     border-color: #ffb224;

+ 3 - 1
src/views/bookShelf/components/PracticeModel.vue

@@ -1171,10 +1171,12 @@ export default {
   width: 100%;
   .nnpe-article-author {
     margin: 24px 0;
+    text-align: center;
   }
   h2 {
     display: flex;
     flex-flow: wrap;
+    justify-content: center;
     &.sentActive {
       background: rgba(24, 144, 255, 0.1);
     }
@@ -1419,7 +1421,7 @@ export default {
 .audio-box {
   display: flex;
   align-items: center;
-  justify-content: space-between;
+  justify-content: center;
 }
 .aduioLine-box {
   width: 516px;