dever пре 3 година
родитељ
комит
d79ae43078
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/mshop/lib/Buy.php

+ 1 - 1
app/mshop/lib/Buy.php

@@ -1056,7 +1056,7 @@ class Buy
             $result['审核结果'] = array
             (
                 'type' => 'html',
-                'content' => 'test',
+                'content' => '<div class="layui-form-item  show_input"><div classs="layui-col-lg6"><div><label style="font-size:14px;font-weight:bold;" class="">审核状态<span style="font-size:12px;font-weight:normal;font-color:#bababa;margin-left:5px;">[需确认代理商信息无误则通过审核。审核通过后,需确认支付金额是否拆分。]</span></label></div><div><div class="am-btn-group"><input update_type="checked" class="checkbox-checkall-0_update_audit update_audit update_value validate[required]" type="radio" name="update_audit[]" value="1" checked="" show_id="audit" autocomplete="off" id="form-validation-field-1"> 审核通过 &nbsp;&nbsp;<input update_type="checked" class="autoload checkbox-checkall-0_update_audit update_audit update_value validate[required]" type="radio" name="update_audit[]" value="2" autocomplete="off" id="form-validation-field-0"> 拒绝 &nbsp;&nbsp;</div></div></div></div>',
             );
         }
     }