修改样式
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
>
|
||||
</van-field>
|
||||
<van-field
|
||||
value="{{detail.bank}}"
|
||||
value="{{detail.bank || '-'}}"
|
||||
label="开户行"
|
||||
wx:if="{{detail.headerType === 0}}"
|
||||
custom-style="padding-left: 0; padding-right: 0;"
|
||||
@@ -306,6 +306,7 @@
|
||||
border="{{ editType === 'detail' ? false : true }}"
|
||||
bind:change="onChangeText"
|
||||
data-name="email"
|
||||
placeholder="请输入电子邮箱"
|
||||
/>
|
||||
</view>
|
||||
</card>
|
||||
|
Reference in New Issue
Block a user