Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
chenchao
2016-12-11 13:44:16 +0800
Commit
23f1bdb54034240267a1148dee123ceab9e6c2fe
1 parent
15271abb
set default tab num
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/static/js.jquery/module/customService/promotion/Edit.js
code/static/js.jquery/module/customService/promotion/Edit.js
View file @
23f1bdb
...
...
@@ -43,7 +43,7 @@ var ENUM = {
//tab 页组件
var
t
=
new
common
.
tab2
({
el
:
"#basicTab"
,
active
:
6
,
active
:
0
,
click
:
function
()
{
var
columnname
=
t
.
options
.
columns
[
t
.
options
.
active
].
name
;
var
default_html
=
"<a href='#'>bad error</a>"
;
...
...
Please
register
or
login
to post a comment