Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tracing
source-trace-manage-go
Commits
a79bc21f
Commit
a79bc21f
authored
Nov 19, 2020
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新iconfont
parent
c318e830
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
6 deletions
+20
-6
index.html
public/cs/index.html
+1
-1
index.html
public/sy/index.html
+1
-1
choosePackage.vue
src/views/userCenter/choosePackage.vue
+18
-4
No files found.
public/cs/index.html
View file @
a79bc21f
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<link
rel=
"icon"
href=
"./cs/favicon.ico"
>
<link
rel=
"icon"
href=
"./cs/favicon.ico"
>
<title>
区块链慈善登记
</title>
<title>
区块链慈善登记
</title>
<!-- 新iconfont -->
<!-- 新iconfont -->
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_1321935_
lf9pob1tn0n
.css"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_1321935_
cdom05madx
.css"
>
<script
src=
"https://cdn.bootcss.com/tinymce/4.7.4/tinymce.min.js"
></script>
<script
src=
"https://cdn.bootcss.com/tinymce/4.7.4/tinymce.min.js"
></script>
</head>
</head>
...
...
public/sy/index.html
View file @
a79bc21f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"./sy/favicon.ico"
>
<link
rel=
"icon"
href=
"./sy/favicon.ico"
>
<title>
商品溯源
</title>
<title>
商品溯源
</title>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_1321935_
lf9pob1tn0n
.css"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_1321935_
cdom05madx
.css"
>
<script
src=
"https://cdn.bootcss.com/tinymce/4.7.4/tinymce.min.js"
></script>
<script
src=
"https://cdn.bootcss.com/tinymce/4.7.4/tinymce.min.js"
></script>
</head>
</head>
...
...
src/views/userCenter/choosePackage.vue
View file @
a79bc21f
...
@@ -91,7 +91,9 @@
...
@@ -91,7 +91,9 @@
<div
class=
"order-box"
>
<div
class=
"order-box"
>
<div
class=
"order-box-top"
>
<div
class=
"order-box-top"
>
<div
class=
"order-box-left"
>
<div
class=
"order-box-left"
>
<i
class=
"iconfont icondingdan"
></i>
<div
class=
"icondingdanshijian2x-box"
>
<i
class=
"iconfont icondingdanshijian2x"
></i>
</div>
</div>
</div>
<div
class=
"order-box-right"
>
<div
class=
"order-box-right"
>
<p
class=
"prompt-order"
>
<p
class=
"prompt-order"
>
...
@@ -276,6 +278,7 @@ export default {
...
@@ -276,6 +278,7 @@ export default {
choose
(
item
,
index
)
{
choose
(
item
,
index
)
{
this
.
activeIndex
=
index
;
this
.
activeIndex
=
index
;
},
},
// 查询订单状态
async
getOrder
()
{
async
getOrder
()
{
const
res
=
await
orderType
(
this
.
orderId
);
const
res
=
await
orderType
(
this
.
orderId
);
if
(
res
)
{
if
(
res
)
{
...
@@ -383,7 +386,10 @@ export default {
...
@@ -383,7 +386,10 @@ export default {
type
:
"error"
,
type
:
"error"
,
});
});
},
},
// 返回上个操作,删除所有定时器
back
()
{
back
()
{
clearInterval
(
this
.
intervalHandle
);
clearInterval
(
this
.
timeID
);
this
.
$router
.
push
({
path
:
"/userCenter"
});
this
.
$router
.
push
({
path
:
"/userCenter"
});
},
},
async
getlist
()
{
async
getlist
()
{
...
@@ -801,10 +807,18 @@ export default {
...
@@ -801,10 +807,18 @@ export default {
.order-box-left {
.order-box-left {
width: 44px;
width: 44px;
height: 100%;
height: 100%;
line-height: 116px;
.icondingdanshijian2x-box {
width: 44px;
height: 44px;
margin-top: 38px;
background: #3F79FE;
border-radius: 50%;
line-height: 44px;
text-align: center;
}
i {
i {
color:
#3F79FE
;
color:
white
;
font-size:
44
px;
font-size:
26
px;
}
}
}
}
.prompt-order {
.prompt-order {
...
...
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