Procházet zdrojové kódy

添加下载按钮

lex-wxl před 3 měsíci
rodič
revize
b75423c14d
1 změnil soubory, kde provedl 3 přidání a 4 odebrání
  1. 3 4
      src/views/payment-result/index.tsx

+ 3 - 4
src/views/payment-result/index.tsx

@@ -151,7 +151,7 @@ export default defineComponent({
           )}
           )}
         </div>
         </div>
 
 
-        {/* {state.orders.orderType === 'SCHOOL_REGISTER' ? (
+        {state.orders.orderType === 'SCHOOL_REGISTER' ? (
           <CellGroup inset class={[styles.cellGroup, styles.mTop]}>
           <CellGroup inset class={[styles.cellGroup, styles.mTop]}>
             <div class={styles.tips}>
             <div class={styles.tips}>
               <img src={iconTips} class={styles.iconTips} />
               <img src={iconTips} class={styles.iconTips} />
@@ -170,14 +170,13 @@ export default defineComponent({
           </CellGroup>
           </CellGroup>
         ) : (
         ) : (
           ''
           ''
-        )} */}
+        )}
 
 
         <CellGroup
         <CellGroup
           inset
           inset
           class={[
           class={[
             styles.cellGroup,
             styles.cellGroup,
-            styles.mTop
-            // state.orders.orderType !== 'SCHOOL_REGISTER' ? styles.mTop : ''
+            state.orders.orderType !== 'SCHOOL_REGISTER' ? styles.mTop : ''
           ]}>
           ]}>
           <Cell>
           <Cell>
             {{
             {{