Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
2016-06-02 19:39:44 +0800
Commit
f6eb17025f400465a3634ae6f38749348308ac90
1 parent
5cf1d642
gulp ge
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
2 deletions
static/dist/myohobuy/1.3.27/index-debug.js
static/dist/myohobuy/1.3.27/index.css
static/dist/myohobuy/1.3.27/index.js
static/dist/myohobuy/1.3.27/index-debug.js
View file @
f6eb170
...
...
@@ -570,11 +570,10 @@ changeBackground();
* 增加单条记录
*/
function
addHistory
(
brandName
)
{
$
.
ajax
({
type
:
'POST'
,
url
:
'/brands/addBrandSearch'
,
data
:
'brandName='
+
brandName
,
data
:
'brandName='
+
encodeURIComponent
(
brandName
)
,
success
:
function
(
data
)
{
},
error
:
function
()
{
...
...
static/dist/myohobuy/1.3.27/index.css
View file @
f6eb170
This diff could not be displayed because it is too large.
static/dist/myohobuy/1.3.27/index.js
View file @
f6eb170
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment