Browse Source

更新逻辑

lex 2 years ago
parent
commit
358857f2ac

+ 1 - 0
src/student/music-group/pre-apply/index.module.less

@@ -115,6 +115,7 @@
   margin-bottom: 12px;
   margin-bottom: 12px;
   font-size: 14px;
   font-size: 14px;
   color: #777;
   color: #777;
+  font-size: 400;
   line-height: 20px;
   line-height: 20px;
   text-align: justify;
   text-align: justify;
 }
 }

+ 2 - 2
src/student/music-group/pre-apply/order-detail.tsx

@@ -176,9 +176,9 @@ export default defineComponent({
           )
           )
           // console.log(data)
           // console.log(data)
           if (data.status !== 'WAIT_PAY' && data.status !== 'PAYING') {
           if (data.status !== 'WAIT_PAY' && data.status !== 'PAYING') {
-            clearInterval(orderTimer)
             // 默认关闭支付二维码弹窗
             // 默认关闭支付二维码弹窗
             state.showQrcode = false
             state.showQrcode = false
+            clearInterval(orderTimer)
             window.location.replace(
             window.location.replace(
               window.location.origin +
               window.location.origin +
                 '/orchestra-student/#/payment-result?orderNo=' +
                 '/orchestra-student/#/payment-result?orderNo=' +
@@ -364,7 +364,7 @@ export default defineComponent({
               state.goodsInfos.map((goods: any) => (
               state.goodsInfos.map((goods: any) => (
                 <Cell
                 <Cell
                   class={styles.cellItem}
                   class={styles.cellItem}
-                  center
+                  // center
                   onClick={() => {
                   onClick={() => {
                     if (goods.goodsType === 'INSTRUMENTS' || goods.goodsType === 'TEXTBOOK') {
                     if (goods.goodsType === 'INSTRUMENTS' || goods.goodsType === 'TEXTBOOK') {
                       console.log(goods)
                       console.log(goods)

+ 1 - 1
src/views/adapay/payment/index.module.less

@@ -70,7 +70,7 @@
   }
   }
 
 
   .payBtn {
   .payBtn {
-    width: 230px !important;
+    width: 80% !important;
     margin: 0 auto;
     margin: 0 auto;
     font-size: 16px;
     font-size: 16px;
     font-weight: 600;
     font-weight: 600;

+ 1 - 1
src/views/unit-test/unit-create/unit-Lesson.tsx

@@ -93,7 +93,7 @@ export default defineComponent({
             })}
             })}
           </Grid>
           </Grid>
         ) : (
         ) : (
-          <OEmpty btnStatus={false} tips="暂无内容"></OEmpty>
+          <OEmpty btnStatus={false} tips="暂无教材"></OEmpty>
         )}
         )}
 
 
         {/* <Button onClick={() => {
         {/* <Button onClick={() => {