提交 5a91082a 编写于 作者: D devil_gong

debug

上级 2a0ec23b
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册