This commit is contained in:
devil_gong 2018-10-31 10:20:35 +08:00
parent 2a0ec23b7d
commit 5a91082a96

View File

@ -13,7 +13,7 @@
<div class="am-form-group">
<label>{{:L('alipay_life_message_msg_type_text')}}</label>
<select name="msg_type" class="am-radius c-p chosen-select" data-placeholder="{{:L('common_select_can_choose')}}" data-validation-message="{{:L('alipay_life_message_msg_type_format')}}" required>
<select name="msg_type" class="am-radius c-p chosen-select" data-placeholder="{{:L('common_select_can_choose')}}" data-validation-message="{{:L('alipay_life_message_msg_type_format')}}" <if condition="isset($data['status']) and $data['status'] neq 0">disabled</if> required>
<option value="">{{:L('common_select_can_choose')}}</option>
<foreach name="alipay_life_message_msg_type_list" item="v">
<option value="{{$v.value}}" <if condition="isset($data['msg_type']) and $v['value'] eq $data['msg_type']">selected</if>>{{$v.name}}</option>