Parcourir la source

去掉支付宝支付

lex il y a 1 an
Parent
commit
e1fe969ba7
1 fichiers modifiés avec 2 ajouts et 5 suppressions
  1. 2 5
      src/views/adapay/payment/index.tsx

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

@@ -100,7 +100,6 @@ export default defineComponent({
               border={true}
               center
               onClick={() => {
-                // wx_lite
                 state.payType = 'wx';
               }}
               v-slots={{
@@ -114,19 +113,17 @@ export default defineComponent({
                   </div>
                 )
               }}></Cell>
-            <Cell
+            {/* <Cell
               title="支付宝支付"
               border={true}
-              // class="van-hairline--bottom"
               center
               onClick={() => {
-                // alipay
                 state.payType = 'zfb';
               }}
               v-slots={{
                 icon: () => <Icon name="alipay" color="#009fe9" size={22} />,
                 'right-icon': () => <Radio name="zfb" />
-              }}></Cell>
+              }}></Cell> */}
           </CellGroup>
         </RadioGroup>