Browse Source

Merge branch 'temp-register'

lex 1 year ago
parent
commit
96918bd0d9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/adapay/payment/index.tsx

+ 2 - 2
src/views/adapay/payment/index.tsx

@@ -113,7 +113,7 @@ export default defineComponent({
                   </div>
                 )
               }}></Cell>
-            {/* <Cell
+            <Cell
               title="支付宝支付"
               border={true}
               center
@@ -123,7 +123,7 @@ export default defineComponent({
               v-slots={{
                 icon: () => <Icon name="alipay" color="#009fe9" size={22} />,
                 'right-icon': () => <Radio name="zfb" />
-              }}></Cell> */}
+              }}></Cell>
           </CellGroup>
         </RadioGroup>