迅睿CMS框架是一款PHP8高性能·簡(jiǎn)單易用的CMS開源開發(fā)框架,基于MIT開源許可協(xié)議發(fā)布,免費(fèi)且不限制商業(yè)使用,是免費(fèi)開源的產(chǎn)品,以萬(wàn)端互聯(lián)為設(shè)計(jì)理念,支持的微信公眾號(hào)、小程序、APP客戶端、移動(dòng)端網(wǎng)站、PC網(wǎng)站等多終端式管理系統(tǒng)。
聯(lián)系官方銷售客服
1835022288
028-61286886
開始系統(tǒng),用戶登錄后,參加考試提交后,后臺(tái)想添加一個(gè)能看到用戶的手機(jī)號(hào)和開始考試時(shí)間
調(diào)用考試人賬號(hào)的所屬手機(jī)號(hào)就行了,不需要單獨(dú)加字段
參考文檔:《用戶信息 dr_member_info函數(shù)》
回復(fù)@官方插件技術(shù)-胡老師
son_show.html
<div class="form-group">
<label class="col-md-2 control-label">{dr_lang('考試人')}</label>
<div class="col-md-9" style="padding-top: 7px">
<code class="form-control-static">{dr_list_function('uid', $uid)}</code>
</div>
<label class="col-md-2 control-label">{dr_lang('考試人電話')}</label>
<code class="form-control-static">{dr_list_function('phone', $phone)}</code>
這樣寫,考試人電話總是顯示:2147483647
調(diào)用考試人賬號(hào)的所屬手機(jī)號(hào)就行了,不需要單獨(dú)加字段
參考文檔:《用戶信息 dr_member_info函數(shù)》
回復(fù)@官方插件技術(shù)-胡老師
son_show.html
<div class="form-group">
<label class="col-md-2 control-label">{dr_lang('考試人')}</label>
<div class="col-md-9" style="padding-top: 7px">
<code class="form-control-static">{dr_list_function('uid', $uid)}</code>
</div>
</div>
<div class="form-group">
<label class="col-md-2 control-label">{dr_lang('考試人電話')}</label>
<div class="col-md-9" style="padding-top: 7px">
<code class="form-control-static">{dr_list_function('phone', $phone)}</code>
</div>
</div>
這樣寫,考試人電話總是顯示:2147483647