@@ -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">
@@ -73,7 +73,7 @@
<div class="info-box">
<label>机构</label>
- <span>中国日报社</span>
+ <span>中报二十一世纪(北京)传媒科技有限公司</span>
<label>学段</label>
@@ -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;
h4 {
margin: 24px 0 8px 0;
@@ -764,10 +764,12 @@ export default {
width: 100%;
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 {
align-items: center;
- justify-content: space-between;
.aduioLine-box {
width: 516px;
@@ -917,10 +917,12 @@ export default {
@@ -1062,7 +1064,7 @@ export default {
@@ -582,10 +582,12 @@ export default {
@@ -746,7 +748,7 @@ export default {
@@ -503,10 +503,12 @@ export default {
.table-box {
// background: #f7f7f7;
@@ -550,7 +552,7 @@ export default {
.explain-video {
background: #ffb224;
border-color: #ffb224;
@@ -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");
@@ -703,10 +703,12 @@ export default {
@@ -836,7 +838,7 @@ export default {
@@ -1171,10 +1171,12 @@ export default {
@@ -1419,7 +1421,7 @@ export default {