Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
xinhot
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
22fc8d14
authored
Mar 12, 2019
by
林翔
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
lx
parent
2028fdb9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
h5/images/about/5.png
h5/js/index.js
h5/images/about/5.png
View file @
22fc8d14
4.82 KB
|
W:
|
H:
4.82 KB
|
W:
|
H:
2-up
Swipe
Onion skin
h5/js/index.js
View file @
22fc8d14
...
...
@@ -61,7 +61,7 @@ var xinhot = {
var
brandData
=
data
.
data
;
// console.log(brandData);
$
(
".product-mask-brand"
).
find
(
"img"
).
attr
(
"src"
,
brandData
[
brandId
].
brandImg
);
$
(
".product-mask-company"
).
text
(
brandData
[
brandId
].
jobName
);
$
(
".product-mask-company"
).
text
(
brandData
[
brandId
].
company
);
$
(
".product-mask-address"
).
text
(
brandData
[
brandId
].
address
);
$
(
".product-mask-time"
).
text
(
brandData
[
brandId
].
time
);
$
(
".product-mask-name"
).
text
(
brandData
[
brandId
].
name
);
...
...
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