Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage
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
chenqikuai
source-trace-manage
Commits
115ae1b0
Commit
115ae1b0
authored
Aug 11, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
6f5216ea
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
9 deletions
+16
-9
index.vue
src/components/BlackModeMenu/index.vue
+4
-2
index.vue
...ngPersonManagement/components/FilingPersonTable/index.vue
+5
-0
index.vue
src/views/userCenter/choosePackage/index.vue
+2
-2
Assets.vue
src/views/userCenter/components/Assets.vue
+3
-3
index.vue
src/views/userCenter/components/OrderRecords/index.vue
+2
-2
No files found.
src/components/BlackModeMenu/index.vue
View file @
115ae1b0
...
@@ -25,10 +25,12 @@ const emit = defineEmits(["update:modelValue"]);
...
@@ -25,10 +25,12 @@ const emit = defineEmits(["update:modelValue"]);
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
.blackModeMenu___
{
.blackModeMenu___
{
div
.line.short
{
div
.line.short
,
div
.line
{
height
:
3px
;
height
:
3px
;
bottom
:
0
;
bottom
:
0
;
}
}
&
.el-menu
{
&
.el-menu
{
height
:
48px
;
height
:
48px
;
}
}
...
@@ -36,7 +38,7 @@ const emit = defineEmits(["update:modelValue"]);
...
@@ -36,7 +38,7 @@ const emit = defineEmits(["update:modelValue"]);
margin-left
:
30px
;
margin-left
:
30px
;
margin-right
:
30px
;
margin-right
:
30px
;
}
}
&
.syMenu
.el-menu-item
{
&
.syMenu
.el-menu-item
{
padding-left
:
34px
;
padding-left
:
34px
;
padding-right
:
34px
;
padding-right
:
34px
;
}
}
...
...
src/views/FilingPersonManagement/components/FilingPersonTable/index.vue
View file @
115ae1b0
...
@@ -55,6 +55,11 @@
...
@@ -55,6 +55,11 @@
:
"居民身份证"
:
"居民身份证"
}}
}}
<img
<img
v-if=
"
(slotProps.authentication_subject_nature === 2 &&
slotProps?.authentication_business_license?.url) ||
slotProps.authentication_subject_nature === 1
"
src=
"@/assets/img/link.png"
src=
"@/assets/img/link.png"
style=
"width: 14px"
style=
"width: 14px"
@
click=
"
@
click=
"
...
...
src/views/userCenter/choosePackage/index.vue
View file @
115ae1b0
...
@@ -57,14 +57,14 @@
...
@@ -57,14 +57,14 @@
</div>
</div>
<p
class=
"number number--A"
>
<p
class=
"number number--A"
>
{{
item
.
chain_times
}}
{{
item
.
chain_times
}}
<span>
次
</span>
<span>
积分
</span>
</p>
</p>
<p
class=
"price"
>
<p
class=
"price"
>
价格:
价格:
<span>
{{
item
.
price
}}
</span
<span>
{{
item
.
price
}}
</span
>
元人民币
>
元人民币
</p>
</p>
<p
class=
"average-price"
>
上链
均价:
{{
item
.
chain_price
}}
</p>
<p
class=
"average-price"
>
积分
均价:
{{
item
.
chain_price
}}
</p>
<div
class=
"buy flex justify-center"
>
<div
class=
"buy flex justify-center"
>
<syButton
<syButton
@
click=
"buyNow(item)"
@
click=
"buyNow(item)"
...
...
src/views/userCenter/components/Assets.vue
View file @
115ae1b0
...
@@ -13,12 +13,12 @@
...
@@ -13,12 +13,12 @@
></el-progress>
></el-progress>
</div>
</div>
<div
class=
"gas-info"
>
<div
class=
"gas-info"
>
<p>
剩余
上链次数
</p>
<p>
剩余
积分
</p>
<h2>
<h2>
<span
style=
"color: var(--sy-black); font-weight: 600"
>
{{
<span
style=
"color: var(--sy-black); font-weight: 600"
>
{{
balance
||
0
balance
||
0
}}
</span>
}}
</span>
次
积分
</h2>
</h2>
</div>
</div>
<div
class=
"text-center mt-6"
>
<div
class=
"text-center mt-6"
>
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
@
click=
"Recharge"
@
click=
"Recharge"
v-if=
"!hideRecharge"
v-if=
"!hideRecharge"
>
>
充值
燃料
充值
积分
</syButton>
</syButton>
</div>
</div>
</div>
</div>
...
...
src/views/userCenter/components/OrderRecords/index.vue
View file @
115ae1b0
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
:style=
"
{
:style=
"
{
color: (
color: (
slotProps.amount !== 0
slotProps.amount !== 0
? slotProps.amount
? slotProps.amount
> 0
: slotProps.chain_times > 0
: slotProps.chain_times > 0
)
)
? green.color
? green.color
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
}"
}"
>
>
{{
slotProps
.
amount
!==
0
?
slotProps
.
amount
+
"元"
:
""
}}
{{
slotProps
.
amount
!==
0
?
slotProps
.
amount
+
"元"
:
""
}}
{{
slotProps
.
amount
===
0
?
slotProps
.
chain_times
+
"
次
"
:
""
}}
{{
slotProps
.
amount
===
0
?
slotProps
.
chain_times
+
"
积分
"
:
""
}}
</div>
</div>
</
template
>
</
template
>
<
template
#
type=
"slotProps"
>
<
template
#
type=
"slotProps"
>
...
...
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