|
|
@@ -46,14 +46,14 @@
|
|
|
<view class="type-selector flex">
|
|
|
<view
|
|
|
class="type-option flex-center br-8 fs-28 py-12 px-24 mr-20"
|
|
|
- :class="{ active: form.invoiceType === 'INDIVIDUAL' }"
|
|
|
- @click="form.invoiceType = 'INDIVIDUAL'"
|
|
|
- >个人</view>
|
|
|
- <view
|
|
|
- class="type-option flex-center br-8 fs-28 py-12 px-24"
|
|
|
:class="{ active: form.invoiceType === 'ORGANIZATION' }"
|
|
|
@click="form.invoiceType = 'ORGANIZATION'"
|
|
|
>企业</view>
|
|
|
+ <view
|
|
|
+ class="type-option flex-center br-8 fs-28 py-12 px-24"
|
|
|
+ :class="{ active: form.invoiceType === 'INDIVIDUAL' }"
|
|
|
+ @click="form.invoiceType = 'INDIVIDUAL'"
|
|
|
+ >个人</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|