切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
anyv
6 years ago
提交
e2296abb81cfcde0f44213b5a6c28992196572fd
1 个父辈
fc02ef60
5
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
5 行增加
和
4 行删除
public/themes/simpleboot3/portal/school/add_school.html
simplewind/cmf/controller/WeChatBaseController.php
public/themes/simpleboot3/portal/school/add_school.html
查看文件 @
e2296ab
...
...
@@ -56,8 +56,8 @@
<div
class=
"log_four_input_one_left"
>
地区
</div>
<div
class=
"log_four_input_one_center"
>
<input
type=
"text"
placeholder=
"请选择"
id=
"city_text"
value=
""
/>
<div
class=
"log_four_input_one_center"
id=
"city_text"
style=
"color: #ccc;"
>
请选择
</div>
<div
class=
"log_four_input_one_right"
>
<img
src=
"__TMPL__/public/assets/images/29.png"
alt=
""
/>
...
...
@@ -79,7 +79,7 @@
类型
</div>
<div
class=
"log_four_input_one_center"
>
<input
type=
"text"
id=
"four_inp"
placeholder=
"
小学
"
value=
"小学"
/>
<input
type=
"text"
id=
"four_inp"
placeholder=
"
请选择学校类型
"
value=
"小学"
/>
</div>
<div
class=
"log_four_input_one_right log_four_input_select_type"
>
<img
src=
"__TMPL__/public/assets/images/29.png"
alt=
""
/>
...
...
@@ -562,6 +562,7 @@
function
my_present
(){
school
=
$
(
'#school'
).
val
();
type
=
$
(
'#four_inp'
).
val
();
console
.
log
(
arr
);
region
=
$
(
'#city_text'
).
val
();
str
=
''
;
for
(
var
i
=
0
;
i
<
arr
.
length
;
i
++
){
...
...
simplewind/cmf/controller/WeChatBaseController.php
查看文件 @
e2296ab
...
...
@@ -204,7 +204,7 @@ class WeChatBaseController extends BaseController
*/
public
function
checkWeChatUserLogin
()
{
/*$user = Db::name('user')->where('id',2
9
)->find();
/*$user = Db::name('user')->where('id',2
7
)->find();
cmf_update_current_user($user);*/
$userId
=
cmf_get_current_user_id
();
if
(
empty
(
$userId
))
{
...
...
请
注册
或
登录
后发表评论