Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
h5
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
d3014bb1
authored
May 21, 2019
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
x
parent
d3987db0
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
83 additions
and
11 deletions
src/views/common/GoodsOne.vue
src/views/lxshop/lxshop.vue
src/views/xianhuo/xianhuo.vue
view/index.html
src/views/common/GoodsOne.vue
View file @
d3014bb1
...
...
@@ -2,11 +2,22 @@
<section>
<div
class=
"block oneDataGoods"
v-for=
"(itemchild,indexdata) in dataList"
>
<dl
class=
"mui-row img-box"
>
<a
:href=
"
'https://m.ichunt.com/goods_'+itemchild.goods_id+'.html?ptag=lxshop'
"
>
<a
:href=
"
isZy?('https://m.ichunt.com/item/'+itemchild.goods_id+'.html?ptag=selfshop'):('https://m.ichunt.com/goods_'+itemchild.goods_id+'.html?ptag=lxshop')
"
>
<dt
v-lazy-container=
"
{selector:'img'}">
<img
class=
"lazy img-lazy"
:alt=
"itemchild.goods_name_temp"
:data-src=
"itemchild.goods_img"
data-error=
"https://www.ichunt.com/v3/dist/res/m/images/materiel_img_3.png"
/>
<img
class=
"lazy img-lazy"
:alt=
"itemchild.goods_name_temp"
:data-src=
"i
sZy?itemchild.goods_images:i
temchild.goods_img"
data-error=
"https://www.ichunt.com/v3/dist/res/m/images/materiel_img_3.png"
/>
</dt>
<dd>
<template
v-if=
"isZy"
>
<h4>
{{
itemchild
.
sku_name
}}
</h4>
<p
v-if=
"itemchild.class_name2"
>
分类:
{{
itemchild
.
class_name2
}}
</p>
<p>
制造商:
{{
itemchild
.
brand_name
}}
</p>
<p
v-if=
"itemchild.encap"
>
封装:
{{
itemchild
.
encap
}}
</p>
<p>
库存:
<span
v-html=
"itemchild.stock"
></span>
(
<span
v-html=
"itemchild.purchase_info"
></span>
)
</p>
</
template
>
<
template
v-else
>
<h4>
{{
itemchild
.
goods_name_temp
}}
</h4>
<p>
制造商:
{{
itemchild
.
brand_name
||
'- -'
}}
</p>
<p>
...
...
@@ -16,11 +27,23 @@
起订:
<span
v-html=
"itemchild.moq||1"
></span>
</p>
<p>
MPQ:
<span
v-html=
"itemchild.mpq||1"
></span></p>
</
template
>
</dd>
</a>
</dl>
<div
class=
"mui-row block-but"
>
<div
class=
"morePrice"
>
<
template
v-if=
"isZy"
>
<div
class=
"mui-row list_data"
v-for=
"(itemPrice,index) in itemchild.ladder_price"
:class=
"
{'dataNo':(index>(limitLength-1))
&&
!itemchild.check}" >
<p
class=
"mui-col-sm-6 mui-col-xs-6"
v-html=
"itemPrice.purchases+'+'"
></p>
<p
class=
"mui-col-sm-6 mui-col-xs-6"
>
¥
{{
itemPrice
.
price_cn
}}
</p>
</div>
<div
class=
"mui-row list_data f-fff"
v-if=
"itemchild.ladder_price.length==0"
>
<p
class=
"mui-col-sm-6 mui-col-xs-6"
>
- -
</p>
<p
class=
"mui-col-sm-6 mui-col-xs-6"
>
- -
</p>
</div>
</
template
>
<
template
v-else
>
<div
class=
"mui-row list_data"
v-for=
"(itemPrice,index) in itemchild.ladder_price"
:class=
"
{'dataNo':(index>(limitLength-1))
&&
!itemchild.check}" >
<p
class=
"mui-col-sm-4 mui-col-xs-4"
v-html=
"itemPrice.purchases+'+'"
></p>
<p
class=
"mui-col-sm-4 mui-col-xs-4"
>
¥
{{
itemPrice
.
price_cn
}}
</p>
...
...
@@ -31,6 +54,7 @@
<p
class=
"mui-col-sm-4 mui-col-xs-4"
>
- -
</p>
<p
class=
"mui-col-sm-4 mui-col-xs-4"
>
- -
</p>
</div>
</
template
>
<div
class=
"more-height"
v-if=
"itemchild.ladder_price.length>limitLength"
@
click=
"priceRow(indexdata)"
v-html=
"itemchild.checkBtn||defaultBtn"
>
更多梯度价格
<i
class=
"icon-bot"
></i>
</div>
...
...
@@ -49,9 +73,13 @@
export
default
{
name
:
"GoodsOne"
,
props
:
{
dataList
:
{
dataList
:
{
//数组数据
type
:
Array
,
default
:
[]
},
isZy
:{
//是否自营
type
:
Boolean
,
default
:
false
}
},
data
()
{
...
...
@@ -117,8 +145,8 @@
p
{
font-size
:
12px
;
color
:
#666
;
line-height
:
19px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
}
.but-shop
{
width
:
25%
;
vertical-align
:
middle
;
display
:
table-cell
;}
.but
{
height
:
30px
;
float
:
right
;
line-height
:
30px
;
padding
:
0
20px
;
width
:
6
0px
;
font-size
:
14px
;
display
:
block
;
color
:
#fff
;
background
:
#1080d0
;
text-align
:
center
;
cursor
:
pointer
;
.but
{
height
:
30px
;
float
:
right
;
line-height
:
30px
;
padding
:
0
20px
;
width
:
10
0px
;
font-size
:
14px
;
display
:
block
;
color
:
#fff
;
background
:
#1080d0
;
text-align
:
center
;
cursor
:
pointer
;
box-sizing
:
border-box
;
border-radius
:
4px
;
}
}
...
...
src/views/lxshop/lxshop.vue
View file @
d3014bb1
...
...
@@ -33,7 +33,7 @@
<img
:src=
"item.supplier_logo||'https://www.ichunt.com/v3/dist/res/m/images/materiel_img_3.png'"
class=
"name-img"
alt=
"aipco"
>
<a
:href=
"item.supplier_ad.url"
class=
"ad"
>
{{
item
.
supplier_ad
.
ad
}}
</a>
</div>
<GoodsOne
:dataList=
"item.data"
></GoodsOne>
<GoodsOne
:dataList=
"item.data"
></GoodsOne>
<div
class=
"more-number"
v-if=
"item.fished"
>
为您找到
<span>
{{
item
.
total
}}
</span>
个商品,已全部显示
</div>
...
...
src/views/xianhuo/xianhuo.vue
View file @
d3014bb1
...
...
@@ -150,7 +150,7 @@
error-text=
"请求失败,点击重新加载"
:immediate-check=
"true"
>
<GoodsOne
:dataList=
"zyData"
></GoodsOne>
<GoodsOne
:dataList=
"zyData"
:isZy=
"isZy"
></GoodsOne>
</van-list>
</div>
</div>
...
...
@@ -185,6 +185,7 @@ export default {
},
data
()
{
return
{
isZy
:
true
,
zyFilterInit
:
-
1
,
zyRankInit
:
0
,
//0综合 1库存多到少 2//库存少到多 3//价格高到低 4//价格低到高
classFilter
:
""
,
...
...
view/index.html
View file @
d3014bb1
<!DOCTYPE HTML>
<html
lang=
zh-CN
><head><title></title><meta
name=
author
content=
www.ichunt.com
><meta
name=
viewport
content=
"width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,user-scalable=no,minimal-ui"
><meta
http-equiv=
Content-Type
content=
"text/html;charset=utf-8"
><meta
name=
apple-mobile-web-app-capable
content=
yes
><meta
name=
apple-mobile-web-app-status-bar-style
content=
black
><meta
name=
format-detection
content=
"telephone=no"
><meta
http-equiv=
Expires
content=
-1
><meta
http-equiv=
Cache-Control
content=
no-cache
><meta
http-equiv=
Pragma
content=
no-cache
><meta
name=
full-screen
content=
yes
><meta
name=
browsermode
content=
application
><meta
name=
x5-fullscreen
content=
true
><meta
name=
x5-page-mode
content=
app
><meta
name=
description
content=
猎芯网,快速成长的专业电子元器件商城,贸泽(MOUSER)全系产品、e络盟(element14)树莓派系列产品授权经销商,已获得多轮风险投资。为客户提供电子元器件现货,IC采购,进口报关,电子元器件寄售,供应链金融等一站式电子元器件采购服务。
><meta
name=
keywords
content=
猎芯网,电子元器件采购,电子元器件商城,电子元器件现货,IC采购网,电子元器件寄售,电子元件,元器件商城,元器件采购,电子商城,
><link
rel=
icon
href=
//h5static.ichunt.com/favicon.ico
><link
rel=
stylesheet
href=
/v3/dist/res/m/css/font/iconfont.css
><script
src=
/h5/view/get_time.php
></script><script>
var
fwtimes
=
window
.
fwtime
-
(
Math
.
floor
((
new
Date
().
getTime
())
/
1000
));
//获取服务器时间差
</script><script
src=
https://res.wx.qq.com/open/js/jweixin-1.3.2.js
charset=
utf-8
></script><script
src=
//h5static.ichunt.com/static/js/flexible.min.js
charset=
utf-8
></script><script
src=
//h5static.ichunt.com/static/js/shence.min.js
charset=
utf-8
></script><link
href=
//h5static.ichunt.com/css/chunk-0152a94c.92647ec0.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-0528a41a.b6a6f279.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-0ccaff37.9a3ef394.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-0d688f2e.92647ec0.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-111df22d.92647ec0.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-13b2a374.92647ec0.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-15480d0d.92647ec0.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-158c3ed4.fe46872f.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-178fc040.dcbf5852.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-19601764.39b0c29e.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-1c9625fe.746ec6f3.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-22e40ede.f7670042.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-23e7944a.c8649411.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-2d4f397c.2ba08771.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-2f5da85a.92647ec0.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-34076066.92647ec0.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-3479b5a0.80056bad.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-3765c3c6.92647ec0.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-41226dfb.92647ec0.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-4631de92.92647ec0.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-50997173.2a594d86.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-5474cc08.92647ec0.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-5cf16964.92647ec0.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-6be99e9a.92647ec0.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-73b3e1a8.e137fec1.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-7ca9fe78.46303413.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-86ed5d90.384460bb.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-8aab87ce.92647ec0.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-8ce0ddd0.22356d82.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-978da802.b12435d8.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-a99dec30.58a2ea9a.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/chunk-f9d0f84e.5dae5cb6.css
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-0152a94c.424b4dad.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-0528a41a.63b26c50.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-0ccaff37.f1a1243c.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-0d688f2e.2cf30008.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-111df22d.362d0434.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-13b2a374.6bf5cf12.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-15480d0d.663f4dc4.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-158c3ed4.e23f68f8.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-178fc040.31454c37.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-19601764.13723fe7.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-1c9625fe.f62130c0.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-22e40ede.9da1ca2d.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-23e7944a.2d323e2e.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-2d4f397c.c648404a.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-2f5da85a.5966be84.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-34076066.4fdb5495.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-3479b5a0.5876e3a4.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-3765c3c6.af00f17d.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-41226dfb.51dee55e.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-4631de92.a33e31ea.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-50997173.c05debec.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-5474cc08.2b947dd4.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-5cf16964.60a9c936.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-6be99e9a.4f1c9253.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-73b3e1a8.4ebace5c.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-7ca9fe78.491de515.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-86ed5d90.c343029a.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-8aab87ce.48bd60ce.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-8ce0ddd0.6edd0622.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-978da802.42957bde.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-a99dec30.890be1d3.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/js/chunk-f9d0f84e.a9225526.js
rel=
prefetch
><link
href=
//h5static.ichunt.com/css/app.d18d399e.css
rel=
preload
as=
style
><link
href=
//h5static.ichunt.com/css/chunk-vendors.4a9b0375.css
rel=
preload
as=
style
><link
href=
//h5static.ichunt.com/js/app.a6a7fe52.js
rel=
preload
as=
script
><link
href=
//h5static.ichunt.com/js/chunk-vendors.6f48e8b1.js
rel=
preload
as=
script
><link
href=
//h5static.ichunt.com/css/chunk-vendors.4a9b0375.css
rel=
stylesheet
><link
href=
//h5static.ichunt.com/css/app.d18d399e.css
rel=
stylesheet
></head><body
class=
boxsiz
><noscript><strong>
网站出现了一点小问题,正在紧急修复中.......
</strong></noscript><div
id=
app
></div><script>
function
SetCookie
(
name
,
value
,
time
,
domain
)
{
<!DOCTYPE HTML>
<html
lang=
"zh-CN"
>
<head>
<title></title>
<meta
name=
"author"
content=
"www.ichunt.com"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,user-scalable=no,minimal-ui"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html;charset=utf-8"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<meta
name=
"format-detection"
content=
"telephone=no"
>
<meta
http-equiv=
"Expires"
content=
"-1"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-cache"
>
<meta
http-equiv=
"Pragma"
content=
"no-cache"
>
<meta
name=
"full-screen"
content=
"yes"
>
<meta
name=
"browsermode"
content=
"application"
>
<meta
name=
"x5-fullscreen"
content=
"true"
>
<meta
name=
"x5-page-mode"
content=
"app"
>
<meta
name=
"description"
content=
"猎芯网,快速成长的专业电子元器件商城,贸泽(MOUSER)全系产品、e络盟(element14)树莓派系列产品授权经销商,已获得多轮风险投资。为客户提供电子元器件现货,IC采购,进口报关,电子元器件寄售,供应链金融等一站式电子元器件采购服务。"
>
<meta
name=
"keywords"
content=
"猎芯网,电子元器件采购,电子元器件商城,电子元器件现货,IC采购网,电子元器件寄售,电子元件,元器件商城,元器件采购,电子商城,"
>
<link
rel=
"icon"
href=
"//static.leixin.com/favicon.ico"
>
<link
rel=
"stylesheet"
href=
"/v3/dist/res/m/css/font/iconfont.css"
>
<script
type=
"text/javascript"
src=
"/h5/view/get_time.php"
></script>
<script
type=
"text/javascript"
>
var
fwtimes
=
window
.
fwtime
-
(
Math
.
floor
((
new
Date
().
getTime
())
/
1000
));
//获取服务器时间差
</script>
<script
src=
"https://res.wx.qq.com/open/js/jweixin-1.3.2.js"
type=
"text/javascript"
charset=
"utf-8"
></script>
<script
src=
"//static.leixin.com/static/js/flexible.min.js"
type=
"text/javascript"
charset=
"utf-8"
></script>
<script
src=
"//static.leixin.com/static/js/shence.min.js"
type=
"text/javascript"
charset=
"utf-8"
></script>
<link
href=
"//static.leixin.com/0.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/1.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/10.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/11.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/12.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/13.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/14.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/15.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/16.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/17.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/18.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/19.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/2.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/20.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/21.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/22.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/23.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/24.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/25.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/26.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/27.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/28.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/29.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/3.2011fdd582fa4ce38e8e.hot-update.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/3.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/30.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/31.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/32.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/33.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/34.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/4.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/5.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/6.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/7.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/8.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/9.js"
rel=
"prefetch"
><link
href=
"//static.leixin.com/app.js"
rel=
"preload"
as=
"script"
></head>
<body
class=
"boxsiz"
>
<noscript>
<strong>
网站出现了一点小问题,正在紧急修复中.......
</strong>
</noscript>
<div
id=
"app"
></div>
<script
type=
"text/javascript"
>
function
SetCookie
(
name
,
value
,
time
,
domain
)
{
domain
=
domain
?
";domain="
+
domain
:
""
;
var
Days
=
time
;
var
exp
=
new
Date
();
...
...
@@ -114,7 +150,12 @@
document
.
getElementsByTagName
(
'head'
)[
0
].
appendChild
(
mta
);
})();
}
}
</script><script>
//神策统计
}
</script>
<script
type=
"text/javascript"
>
//神策统计
var
host_v
=
window
.
location
.
host
;
var
__PUBLIC__
;
...
...
@@ -224,4 +265,7 @@
user_rank
:
'0'
});
sensors
.
quick
(
'autoTrack'
);
}
</script><script
src=
//h5static.ichunt.com/js/chunk-vendors.6f48e8b1.js
></script><script
src=
//h5static.ichunt.com/js/app.a6a7fe52.js
></script></body></html>
\ No newline at end of file
}
</script>
<script
type=
"text/javascript"
src=
"//static.leixin.com/app.js"
></script></body>
</html>
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