|
@@ -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>
|
|
|
|