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
146b75e8
authored
Mar 11, 2019
by
林翔
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'lx_xinhot_h5_20190307'
parents
3583241b
dccfe04d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
19 deletions
h5/js/index.js
h5/product.html
h5/js/index.js
View file @
146b75e8
...
...
@@ -58,17 +58,18 @@ var xinhot = {
async
:
false
,
datatype
:
'jsonp'
,
success
:
function
(
data
){
// console.log(data);
$
(
".product-mask-brand"
).
find
(
"img"
).
attr
(
"src"
,
data
[
brandId
].
brandImg
);
$
(
".product-mask-company"
).
text
(
data
[
brandId
].
company
);
$
(
".product-mask-address"
).
text
(
data
[
brandId
].
company
);
$
(
".product-mask-time"
).
text
(
data
[
brandId
].
company
);
$
(
".product-mask-name"
).
text
(
data
[
brandId
].
company
);
$
(
".product-mask-img .product-img_1"
).
find
(
"img"
).
attr
(
"src"
,
data
[
brandId
].
img
[
0
]);
$
(
".product-mask-img .product-img_2"
).
find
(
"img"
).
attr
(
"src"
,
data
[
brandId
].
img
[
1
]);
$
(
".product-mask-img .product-img_3"
).
find
(
"img"
).
attr
(
"src"
,
data
[
brandId
].
img
[
2
]);
$
(
".introduce-1"
).
text
(
data
[
brandId
].
introduce
[
0
]);
$
(
".introduce-2"
).
text
(
data
[
brandId
].
introduce
[
1
]);
var
brandData
=
data
.
data
;
console
.
log
(
brandData
);
$
(
".product-mask-brand"
).
find
(
"img"
).
attr
(
"src"
,
brandData
[
brandId
].
brandImg
);
$
(
".product-mask-company"
).
text
(
brandData
[
brandId
].
company
);
$
(
".product-mask-address"
).
text
(
brandData
[
brandId
].
company
);
$
(
".product-mask-time"
).
text
(
brandData
[
brandId
].
company
);
$
(
".product-mask-name"
).
text
(
brandData
[
brandId
].
company
);
$
(
".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_3"
).
find
(
"img"
).
attr
(
"src"
,
brandData
[
brandId
].
img
[
2
]);
$
(
".introduce-1"
).
text
(
brandData
[
brandId
].
introduce
[
0
]);
$
(
".introduce-2"
).
text
(
brandData
[
brandId
].
introduce
[
1
]);
}
})
});
...
...
@@ -87,10 +88,11 @@ var xinhot = {
async
:
false
,
datatype
:
'jsonp'
,
success
:
function
(
data
){
// console.log(data);
$
(
".fw-b"
).
text
(
data
[
jobId
].
jobName
);
$
(
".job_position"
).
text
(
data
[
jobId
].
jobPosition
);
$
(
".job_requirement"
).
text
(
data
[
jobId
].
jobRequirement
);
var
jobData
=
data
.
data
;
console
.
log
(
jobData
);
$
(
".fw-b"
).
text
(
jobData
[
jobId
].
jobName
);
$
(
".job_position"
).
text
(
jobData
[
jobId
].
jobPosition
);
$
(
".job_requirement"
).
text
(
jobData
[
jobId
].
jobRequirement
);
}
})
});
...
...
h5/product.html
View file @
146b75e8
...
...
@@ -129,15 +129,15 @@
<div
class=
"product-mask mask"
style=
"display: none;"
>
<div
class=
"product-mask-content"
>
<div
class=
"mask-close"
><img
src=
"./images/close.png"
alt=
""
></div>
<div
class=
"product-mask-brand"
><img
src=
"./images/product/group_1/1.
pn
g"
alt=
""
></div>
<div
class=
"product-mask-brand"
><img
src=
"./images/product/group_1/1.
jp
g"
alt=
""
></div>
<p
class=
"product-mask-company product-mask-text"
>
华新科技有限公司
</p>
<p
class=
"product-mask-address product-mask-text"
>
总部地址:台湾桃园县杨梅高狮路566-1号
</p>
<p
class=
"product-mask-time product-mask-text"
>
成立时间:1992
</p>
<p
class=
"product-mask-name product-mask-text"
>
商标名称:WALSIN
</p>
<ul
class=
"product-mask-img"
>
<li
class=
"product-img_1"
><img
src=
"./images/product/group_1/2.
pn
g"
alt=
""
></li>
<li
class=
"product-img_2"
><img
src=
"./images/product/group_1/3.
pn
g"
alt=
""
></li>
<li
class=
"product-img_3"
><img
src=
"./images/product/group_1/4.
pn
g"
alt=
""
></li>
<li
class=
"product-img_1"
><img
src=
"./images/product/group_1/2.
jp
g"
alt=
""
></li>
<li
class=
"product-img_2"
><img
src=
"./images/product/group_1/3.
jp
g"
alt=
""
></li>
<li
class=
"product-img_3"
><img
src=
"./images/product/group_1/4.
jp
g"
alt=
""
></li>
</ul>
<p
class=
"product-mask-introduce introduce-1"
>
深刻了解技术能力的重要性,华新科技自2001年以来持续以维普营收3%投资于技术研发与创新,并持续关注电子产品应用趋势,以确保产品规格符合客户所需,致力于微型化、成本效益、绿色环保、保护元件及各式特殊产品开发。善用产业价值链的合纵连横,华新科技积极整合粉末供应商信昌陶瓷(PDC)、超微小电阻专家釜屋电机(Kamaya),并与ARROW等区域性大分销合作,共同提升产品规格与服务。8座主要生产基地布局于亚太地区,供货与仓储网络遍布全球。顺应3C产品轻、薄、微型化、多功整合的趋势,华新的元件产品补广泛应用于各式电子产品中,从电脑资讯,通讯设备、消费性电子商品以至于车用及工业应用,早已深入广大消费者的生活于无形,彻底实践「华新,常在您身边」的品牌承诺!
</p>
<p
class=
"product-mask-introduce introduce-2"
>
台湾证交所上市(2492.TT或WTC),列名于全球前五大及中国大陆第一大MLCC的制造商,华新科技产品线包括积层陶瓷电容器(MLCC)、芯片电阻(Chip Resistors)、感应及控制组件、高频设备及模组等产品。自1992年成立以来,华科持续以年营收3-5%百分比投资于技术研发方面,其产品对数字家电及通讯产业均扮演着不可或缺的重要角色。
</p>
...
...
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