mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-04 21:09:43 +08:00
debug
This commit is contained in:
parent
2a0ec23b7d
commit
5a91082a96
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user