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
2591cc8c
authored
Mar 12, 2019
by
林翔
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
lx
parent
22fc8d14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
h5/js/index.js
h5/product.html
h5/js/index.js
View file @
2591cc8c
...
@@ -64,7 +64,7 @@ var xinhot = {
...
@@ -64,7 +64,7 @@ var xinhot = {
$
(
".product-mask-company"
).
text
(
brandData
[
brandId
].
company
);
$
(
".product-mask-company"
).
text
(
brandData
[
brandId
].
company
);
$
(
".product-mask-address"
).
text
(
brandData
[
brandId
].
address
);
$
(
".product-mask-address"
).
text
(
brandData
[
brandId
].
address
);
$
(
".product-mask-time"
).
text
(
brandData
[
brandId
].
time
);
$
(
".product-mask-time"
).
text
(
brandData
[
brandId
].
time
);
$
(
".product-mask-name"
).
text
(
brandData
[
brandId
].
name
);
//
$(".product-mask-name").text(brandData[brandId].name);
$
(
".product-mask-img .product-img_1"
).
find
(
"img"
).
attr
(
"src"
,
brandData
[
brandId
].
img
[
0
]);
$
(
".product-mask-img .product-img_1"
).
find
(
"img"
).
attr
(
"src"
,
brandData
[
brandId
].
img
[
0
]);
$
(
".product-mask-img .product-img_2"
).
find
(
"img"
).
attr
(
"src"
,
brandData
[
brandId
].
img
[
1
]);
$
(
".product-mask-img .product-img_2"
).
find
(
"img"
).
attr
(
"src"
,
brandData
[
brandId
].
img
[
1
]);
$
(
".product-mask-img .product-img_3"
).
find
(
"img"
).
attr
(
"src"
,
brandData
[
brandId
].
img
[
2
]);
$
(
".product-mask-img .product-img_3"
).
find
(
"img"
).
attr
(
"src"
,
brandData
[
brandId
].
img
[
2
]);
...
...
h5/product.html
View file @
2591cc8c
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
<p
class=
"product-mask-company product-mask-text"
></p>
<p
class=
"product-mask-company product-mask-text"
></p>
<p
class=
"product-mask-address product-mask-text"
></p>
<p
class=
"product-mask-address product-mask-text"
></p>
<p
class=
"product-mask-time product-mask-text"
></p>
<p
class=
"product-mask-time product-mask-text"
></p>
<
p
class=
"product-mask-name product-mask-text"
></p
>
<
!-- <p class="product-mask-name product-mask-text"></p> --
>
<ul
class=
"product-mask-img"
>
<ul
class=
"product-mask-img"
>
<li
class=
"product-img_1"
><img
src=
""
alt=
""
></li>
<li
class=
"product-img_1"
><img
src=
""
alt=
""
></li>
<li
class=
"product-img_2"
><img
src=
""
alt=
""
></li>
<li
class=
"product-img_2"
><img
src=
""
alt=
""
></li>
...
...
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