手机号

This commit is contained in:
2020-09-05 10:54:53 +08:00
parent d0e58b876a
commit e1a74972f2
4 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
</u-radio-group>
</view>
<view class="invoice-list" v-if="currentList.length">
<u-radio-group v-model="invoice" @change="selectInvoice" active-color="#FF780F" icon-size="12" size="30" :wrap="true">
<u-radio-group v-model="invoice" @change="selectInvoice" active-color="#FF780F" icon-size="22" size="30" :wrap="true">
<u-radio
v-for="(item, index) in currentList" :key="index"
:name="item.invoice_id"