param(); function isValidChineseMobileNumber($number) { return preg_match('/^1\d{10}$/', $number) ? true : false; } if(!empty($param['p'])){ //验证手机号码 if(isValidChineseMobileNumber($param['p'])) { $is_cha = 1; }else{ $is_cha = 0; } }else{ $is_cha = 0; } $is_detail = 0; if(!empty($param['h'])){ $is_cha = 1; $is_detail = 1; $sql = "select * from ey_zc_form where code='".$param['h']."' and status=1 and is_del=0 limit 1"; } //缓存问题 增加时间参数即可 ?> {eyou:if condition='($is_detail === 1)'} {eyou:sql sql='$sql' cachetime='3600' empty=''} {eyou:php} $detail = $field; $extend_info = json_decode($field['extend'],true); {/eyou:php} {/eyou:sql} {eyou:if condition='($area_name == "")'} {eyou:sql sql='$sql2' cachetime='3600' empty=''} {eyou:php} $area_name = $field['name']; {/eyou:php} {/eyou:sql} {/eyou:if} {/eyou:if}
匹配结果展示:
姓名: {$detail.ch}
手机:
地区: {$extend_info.szsf}/{$extend_info.szcs}