Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
member
member
Commits
2c44414c
Commit
2c44414c
authored
Jun 18, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 储值余额
parent
878e8c66
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
customerDetail.less
src/components/allCustomers/customerDetail.less
+3
-0
customerDetail.vue
src/components/allCustomers/customerDetail.vue
+2
-2
storedValue.vue
src/components/wechatmembers/storedValue.vue
+6
-0
No files found.
src/components/allCustomers/customerDetail.less
View file @
2c44414c
...
...
@@ -347,6 +347,9 @@
}
}
.balance-item {
&.has-balance {
cursor: pointer;
}
.balance-icon {
color: #5C89FF;
background: #ECF8FE;
...
...
src/components/allCustomers/customerDetail.vue
View file @
2c44414c
...
...
@@ -408,13 +408,13 @@
</icon-label-value>
<i
class=
"el-icon-arrow-right"
></i>
</div>
<div
class=
"balance-item
"
>
<div
:class=
"['balance-item',
{ 'has-balance': memberInfo.storedValueFlag }]" @click="goStoreValue
">
<icon-label-value
label=
"储值余额"
:value=
"memberInfo.storedValue ? memberInfo.storedValue : 0"
>
<div
class=
"balance-icon"
slot=
"icon"
>
<i
class=
"iconfont icon-chuzhizhanghu"
></i>
</div>
</icon-label-value>
<
!--
<i
class=
"el-icon-arrow-right"
></i>
--
>
<
i
v-if=
"memberInfo.storedValueFlag"
class=
"el-icon-arrow-right"
></i
>
</div>
</div>
</div>
...
...
src/components/wechatmembers/storedValue.vue
View file @
2c44414c
...
...
@@ -250,3 +250,9 @@ export default ({
}
})
</
script
>
<
style
lang=
"scss"
scoped
>
.wechat-point-details
{
padding
:
20px
;
}
</
style
>
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