|
- 在module文件夹→sell文件夹→show.inc.php文件中注释掉:
- 大约在55行
- 在发布信息中增加代码:
- <tr>
- <td class="tl"><span class="f_red">*</span>地区:</td>
- <td class="tr">{ajax_area_select('post[areaid]', '请选择', $areaid)} <span id="dareaid" class="f_red"></span></td>
- </tr>
复制代码
- 在module文件夹→sell文件夹→ssell.class.php文件中找到代码:
- if($member) $update .= update_user($member, $item);
复制代码
上面大约207行增加以下代码:
- if($member) $member['areaid'] = $item['areaid'];//读出
复制代码
|
|