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
4fdb5a60
Commit
4fdb5a60
authored
Jun 14, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugfix/会员积分数据' into test
parents
6caf9d82
639ac8c9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
+11
-9
index.html
index.html
+3
-4
customerDetail.less
src/components/allCustomers/customerDetail.less
+3
-3
customerDetail.vue
src/components/allCustomers/customerDetail.vue
+5
-2
No files found.
index.html
View file @
4fdb5a60
...
...
@@ -3,10 +3,9 @@
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"shortcut icon"
href=
"./favicon.ico"
/>
<style
href=
"//at.alicdn.com/t/font_2996579_ubjq74uy5wj.css"
></style>
<!-- <script src="//web-1251519181.file.myqcloud.com/lib/vue/2.5.2/vue.min.js"></script>
<script src="//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js"></script>
<script src="//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js"></script> -->
<style
href=
"//at.alicdn.com/t/font_2996579_ubjq74uy5wj.css"
></style>
<!--GIC3.0 客户 -->
<!-- <style href="//at.alicdn.com/t/font_688955_2dxzdzrb3a7.css"></style>GIC后台3.0 -->
<!-- <script src="//at.alicdn.com/t/font_688955_2dxzdzrb3a7.js"></script> -->
<script
src=
"//web-1251519181.file.myqcloud.com/lib/lodash.min.js"
></script>
<title></title>
<!-- <title>memberproject</title> -->
...
...
src/components/allCustomers/customerDetail.less
View file @
4fdb5a60
...
...
@@ -287,7 +287,7 @@
background: #ecf8fe;
.icon-01_kaquanguanli {
font-size:
26
px;
font-size:
40
px;
color: #26dad0;
}
}
...
...
@@ -296,7 +296,7 @@
background: #ecf8fe;
.icon-chuzhizhanghu {
font-size:
20
px;
font-size:
32
px;
color: #5c89ff;
}
}
...
...
@@ -365,7 +365,7 @@
background: #FFF7E3;
.icon-jifenduihuan {
font-size:
20
px;
font-size:
32
px;
color: #ffcb48;
}
}
...
...
src/components/allCustomers/customerDetail.vue
View file @
4fdb5a60
...
...
@@ -460,11 +460,14 @@
<div
class=
"label"
>
{{ item.label }}
</div>
<div
class=
"num"
>
</div>
<div
class=
"flex-item"
>
<div
class=
"num"
style=
"margin-right:10px"
>
{{ memberInfo[item.key]||0 }}
</div>
</div>
<div
class=
"el-icon-arrow-right"
/>
</div>
</div>
</div>
<!-- 交互记录 -->
...
...
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