Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tospur
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
felix
tospur
Commits
f70c78cc
Commit
f70c78cc
authored
Aug 21, 2015
by
felix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
每日一更
parent
4f7b6324
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
wp-content/plugins/tospur/Dao/SearchDao.php
+1
-1
wp-content/plugins/tospur/index.php
+2
-2
wp-content/themes/tospur/views/forget.html
+1
-1
wp-content/themes/tospur/views/score.html
+1
-1
No files found.
wp-content/plugins/tospur/Dao/SearchDao.php
View file @
f70c78cc
...
@@ -5,7 +5,7 @@ require_once(PLUGIN_DIR . 'Tools/Image.php');
...
@@ -5,7 +5,7 @@ require_once(PLUGIN_DIR . 'Tools/Image.php');
class
SearchDao
class
SearchDao
{
{
public
static
function
ajax_se
ra
chCity
()
public
static
function
ajax_se
ar
chCity
()
{
{
wp_send_json
(
SearchDao
::
searchCity
(
$_GET
[
"cityId"
],
$_GET
[
'districtId'
]));
wp_send_json
(
SearchDao
::
searchCity
(
$_GET
[
"cityId"
],
$_GET
[
'districtId'
]));
}
}
...
...
wp-content/plugins/tospur/index.php
View file @
f70c78cc
...
@@ -73,8 +73,8 @@ function tospur_register_script_style(){
...
@@ -73,8 +73,8 @@ function tospur_register_script_style(){
function
tospur_ajax_set
()
function
tospur_ajax_set
()
{
{
add_action
(
'wp_ajax_serachCity'
,
'SearchDao::ajax_se
ra
chCity'
);
add_action
(
'wp_ajax_serachCity'
,
'SearchDao::ajax_se
ar
chCity'
);
add_action
(
'wp_ajax_nopriv_serachCity'
,
'SearchDao::ajax_se
ra
chCity'
);
add_action
(
'wp_ajax_nopriv_serachCity'
,
'SearchDao::ajax_se
ar
chCity'
);
add_action
(
'wp_ajax_searchArea'
,
'SearchDao::ajax_searchArea'
);
add_action
(
'wp_ajax_searchArea'
,
'SearchDao::ajax_searchArea'
);
add_action
(
'wp_ajax_nopriv_searchArea'
,
'SearchDao::ajax_searchArea'
);
add_action
(
'wp_ajax_nopriv_searchArea'
,
'SearchDao::ajax_searchArea'
);
add_action
(
'wp_ajax_searchBuildProperty'
,
'SearchDao::ajax_searchBuildProperty'
);
add_action
(
'wp_ajax_searchBuildProperty'
,
'SearchDao::ajax_searchBuildProperty'
);
...
...
wp-content/themes/tospur/views/forget.html
View file @
f70c78cc
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<html>
<html>
<head
lang=
"en"
>
<head
lang=
"en"
>
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=
device-width, initial-scale=1.0, maximum-scale=1.
0, user-scalable=0"
/>
<meta
name=
"viewport"
content=
"width=
36
0, user-scalable=0"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
/>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
/>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
/>
<title>
忘记密码
</title>
<title>
忘记密码
</title>
...
...
wp-content/themes/tospur/views/score.html
View file @
f70c78cc
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<html>
<html>
<head
lang=
"en"
>
<head
lang=
"en"
>
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=
device-width, initial-scale=1.0, maximum-scale=1.
0, user-scalable=0"
/>
<meta
name=
"viewport"
content=
"width=
36
0, user-scalable=0"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
/>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
/>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
/>
<title></title>
<title></title>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment