# service **Repository Path**: tpcwre/service ## Basic Information - **Project Name**: service - **Description**: 便民服务平台 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-08-03 - **Last Updated**: 2021-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README alter table service_info_ drop info_id; insert into service_info_ select * from service_info_; alter table service_info_ add info_id int primary key auto_increment first; update service_info_ set info_=(+floor(rand()*)); update service_info_ set info_cond_type=' ' where info_cond_type_id= ; alter table service_info_lose drop info_id; insert into service_info_lose select * from service_info_lose; alter table service_info_lose add info_id int primary key auto_increment first; update service_info_lose set info_cond_price_id=(201+floor(rand()*8)); update service_info_car set info_cond_price=ceil(6000+rand()*4000) where info_cond_price_id=201; update service_info_car set info_cond_price=ceil(10000+rand()*10000) where info_cond_price_id=202; update service_info_car set info_cond_price=ceil(20000+rand()*30000) where info_cond_price_id=203; update service_info_car set info_cond_price=ceil(50000+rand()*50000) where info_cond_price_id=204; update service_info_car set info_cond_price=ceil(100000+rand()*100000) where info_cond_price_id=205; update service_info_car set info_cond_price=ceil(200000+rand()*300000) where info_cond_price_id=206; update service_info_car set info_cond_price=ceil(500000+rand()*500000) where info_cond_price_id=207; update service_info_car set info_cond_price=ceil(1000000+rand()*1000000) where info_cond_price_id=208; bug 发布信息时,上传图片没限制,可上传视频 求职 -》薪资选项时 有多余的 ‘元’ 前台入口 http://www.service.top/service_index.html 后台入口 http://www.service.top/admin.php/Admin/Login/login.html service_index.html 页面 //-- 缓存变量说明 sessionStorage.city1 = 7; sessionStorage.city2 = 91; sessionStorage.city3 = 912; //页面初始化时设置城市码 sessionStorage.service_index_search_input; //搜索框文本的缓存 sessionStorage.service_index_search_select; //搜索条件下拉列表选中项的缓存 sessionStorage.service_index_infors_pnow; //当前页页码 sessionStorage.service_index_conditionArea_serviceId; //当前选中的服务类型id sessionStorage.service_index_conditionArea_sub_condtype; //当前选中的一级筛选项 "类别id" sessionStorage.service_index_conditionArea_sub_condprice; //当前选中的一级筛选项 "价格id" sessionStorage.service_index_conditionArea_sub_condedu; //当前选中的一级筛选项 "学历 id" sessionStorage.service_index_conditionArea_sub_condexperience; //当前选中的一级筛选项 "经验 id" sessionStorage.service_index_conditionArea_sub_condindustry; //当前选中的一级筛选项 "行业 id" sessionStorage.service_index_conditionArea_sub_condshape; //当前选中的一级筛选项 "户型 id" sessionStorage.service_index_conditionArea_sub_condarea; //当前选中的一级筛选项 "面积 id" sessionStorage.service_index_conditionArea_sub_condanimal; //当前选中的一级筛选项 "宠物分类 id" sessionStorage.service_index_conditionArea_sub_condgoods; //当前选中的一级筛选项 "二手物品 id" sessionStorage.service_index_conditionArea_sub_condbrand; //当前选中的一级筛选项 "汽车品牌 id" sessionStorage.service_index_conditionArea_sub_condcar_type; //当前选中的一级筛选项 "车型 id" sessionStorage.service_index_conditionArea_sub_conduse_year; //当前选中的一级筛选项 "购买年份 id" //-- service_issue.html 页面 //-- 后台数据 S('service_type'); //缓存着服务列表