Browse Source

打开支付宝

lex 2 years ago
parent
commit
e9bcc62b3a
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

@@ -105,7 +105,7 @@ export default defineComponent({
                 )
               }}
             ></Cell>
-            {/* <Cell
+            <Cell
               title="支付宝支付"
               border={true}
               // class="van-hairline--bottom"
@@ -118,7 +118,7 @@ export default defineComponent({
                 icon: () => <Icon name="alipay" color="#009fe9" size={22} />,
                 'right-icon': () => <Radio name="zfb" />
               }}
-            ></Cell> */}
+            ></Cell>
           </CellGroup>
         </RadioGroup>