Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
3c93e760
Commit
3c93e760
authored
Dec 04, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
5730f7fd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
8 deletions
+13
-8
igirl-channel-jdweb/app/front/entry/index.ejs
+5
-3
igirl-channel-jdweb/app/front/vues/pages/jdicbc/jdicbc.html
+1
-1
igirl-channel-jdweb/app/front/vues/pages/jdicbc/jdicbc.js
+7
-4
No files found.
igirl-channel-jdweb/app/front/entry/index.ejs
View file @
3c93e760
...
@@ -50,8 +50,10 @@
...
@@ -50,8 +50,10 @@
</head>
</head>
<body>
<body>
<div
class=
"jc_hd"
>
</div>
<div
id=
"app"
v-loading
.
fullscreen
.
lock=
"loading"
element-loading-background=
"rgba(0, 0, 0, 0.8)"
class=
"app-main"
style=
"visibility:hidden"
>
<div
id=
"app"
v-loading
.
fullscreen
.
lock=
"loading"
element-loading-background=
"rgba(0, 0, 0, 0.8)"
class=
"app-main"
style=
"visibility:hidden"
>
<div
class=
"jc_hd"
></div>
<div
id=
"admin-warpper"
v-if=
"0"
>
<div
id=
"admin-warpper"
v-if=
"0"
>
<div></div>
<div></div>
<div
class=
"admin-menu"
>
<div
class=
"admin-menu"
>
...
@@ -92,9 +94,9 @@
...
@@ -92,9 +94,9 @@
<transition
name=
"slide-fade"
v-else
>
<transition
name=
"slide-fade"
v-else
>
<router-view></router-view>
<router-view></router-view>
</transition>
</transition>
<div
class=
"jdc-footer"
></div>
</div>
</div>
<div
class=
"jdc-footer"
></div>
<script
src=
"/js/vue/jquery.min.js"
></script>
<script
src=
"/js/vue/jquery.min.js"
></script>
<script
src=
"/js/cropper/index.js"
></script>
<script
src=
"/js/cropper/index.js"
></script>
<script
src=
"/js/vue/base64.js"
></script>
<script
src=
"/js/vue/base64.js"
></script>
...
...
igirl-channel-jdweb/app/front/vues/pages/jdicbc/jdicbc.html
View file @
3c93e760
<div
class=
"jdtrademark"
>
<div
class=
"jdtrademark"
>
<div
class=
"jdicbc-banner"
>
<div
class=
"jdicbc-banner"
>
</div>
</div>
<div
class=
"jdtrademark-warpper"
>
<div
class=
"jdtrademark-warpper"
>
...
@@ -20,7 +21,6 @@
...
@@ -20,7 +21,6 @@
</el-tab-pane>
</el-tab-pane>
</el-tabs>
</el-tabs>
</p>
</p>
<input
type=
"text"
v-model=
"companyName"
placeholder=
"请输入公司名"
>
<input
type=
"text"
v-model=
"companyName"
placeholder=
"请输入公司名"
>
<div
@
click=
"industryShow = !industryShow"
>
{{industry}}
<i
class=
"el-icon-arrow-down"
></i></div>
<div
@
click=
"industryShow = !industryShow"
>
{{industry}}
<i
class=
"el-icon-arrow-down"
></i></div>
<div
class=
"jdicbc-industry"
v-show=
"industryShow"
>
<div
class=
"jdicbc-industry"
v-show=
"industryShow"
>
...
...
igirl-channel-jdweb/app/front/vues/pages/jdicbc/jdicbc.js
View file @
3c93e760
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
return
{
return
{
dataList
:
[
dataList
:
[
{
{
title
:
"123"
,
"title"
:
"123"
,
img
:
"/imgs/jdcloud/jdtrademark/t1.png"
,
"img"
:
"/imgs/jdcloud/jdtrademark/t1.png"
,
describe
:
[{
"describe"
:
[{
pic
:
"imgs/jdcloud/jdtrademark/dbx.png"
,
pic
:
"imgs/jdcloud/jdtrademark/dbx.png"
,
info
:
"xxxxxxxxxxxx"
info
:
"xxxxxxxxxxxx"
},
{
},
{
...
@@ -277,7 +277,10 @@
...
@@ -277,7 +277,10 @@
}
}
},
},
mounted
:
function
()
{
mounted
:
function
()
{
var
obj
=
this
.
$root
.
copyParams
({
channelUserId
:
""
,
itemCode
:
"sbzc"
},
"getProductListByTypeOneCode"
,
"/action/tmOrder/springBoard"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
d
)
=>
{
console
.
log
(
d
,
"cccccccccccccccccc"
);
});
var
swiper
=
new
Swiper
(
'.swiper-container'
,
{
var
swiper
=
new
Swiper
(
'.swiper-container'
,
{
slidesPerView
:
3
,
slidesPerView
:
3
,
spaceBetween
:
0
,
spaceBetween
:
0
,
...
...
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