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
6d048e97
Commit
6d048e97
authored
Jun 08, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
9a092c48
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
10 deletions
+18
-10
customerDetail.less
src/components/allCustomers/customerDetail.less
+10
-3
customerDetail.vue
src/components/allCustomers/customerDetail.vue
+7
-6
modifyintegral.vue
src/components/wechatmembers/modifyintegral.vue
+1
-1
No files found.
src/components/allCustomers/customerDetail.less
View file @
6d048e97
...
...
@@ -460,13 +460,16 @@
}
}
}
.slipt-line{
border-bottom: 1px dashed #E4E7ED;
padding-bottom: 15px;
margin-bottom:15px ;
}
.available-point {
width: 108px;
height: 110px;
background: #F6F8FC;
border-radius: 4px;
padding:
16px 0 0
12px;
padding:
4px 14px 5px
12px;
box-sizing: border-box;
position: relative;
margin-top: 15px;
...
...
@@ -494,6 +497,10 @@
margin-left: 9px;
}
}
.available-point-h{
height: 110px;
padding: 16px 14px 5px 12px;
}
}
}
...
...
src/components/allCustomers/customerDetail.vue
View file @
6d048e97
...
...
@@ -356,7 +356,7 @@
<div
class=
"flex-moudle-item"
>
<template
v-for=
"item in section.childrenList.point"
>
<div
:class=
"['flex-item line-item assets-item','hover',
{'other-assets-item': !showClique}]"
:class=
"['flex-item line-item assets-item','hover',
{'other-assets-item': !showClique}
,item.iconTheme==='integral_clique'
&&
showClique?'slipt-line':''
]"
v-if="item.iconTheme!=='integral_clique'||(item.iconTheme==='integral_clique'
&&
showClique)"
:key="item"
@click="goLink(item.path)">
...
...
@@ -373,21 +373,22 @@
</div>
<div
class=
"el-icon-arrow-right"
v-if=
"item.path"
/>
</div>
<!--
<div
class=
"slipt-line"
v-show=
"item.iconTheme==='integral_clique'&&showClique"
></div>
-->
<div
class=
"flex-item"
:key=
"item"
v-if=
"item.iconTheme!=='integral_clique'"
>
<div
class=
"available-point
"
>
<div
:class=
"['available-point',!showClique?'available-point-h':'']
"
>
<div
class=
"label"
>
可用积分
</div>
<div
class=
"num"
>
{{
memberInfo
.
accumulatPoints
?
memberInfo
.
accumulatPoints
:
0
}}
</div>
<i
class=
"iconfont icon-wodejifen bg-icon"
></i>
<i
class=
"iconfont icon-wodejifen bg-icon"
v-show=
"!showClique"
></i>
</div>
<div
class=
"available-point
"
>
<div
:class=
"['available-point',!showClique?'available-point-h':'']
"
>
<div
class=
"label"
>
不可用积分
<el-tooltip
content=
"不可用原因:积分为冻结/预扣状态,详情可查看客户日志"
placement=
"top"
>
<i
class=
"iconfont icon-QuestionCircleOutlined"
style=
"color: #909399"
/>
<i
class=
"iconfont icon-QuestionCircleOutlined"
style=
"color: #909399"
/>
</el-tooltip>
</div>
<div
class=
"num"
>
{{
memberInfo
.
invalidIntegral
?
memberInfo
.
invalidIntegral
:
0
}}
</div>
<i
class=
"iconfont icon-wodejifen bg-icon"
></i>
<i
class=
"iconfont icon-wodejifen bg-icon"
v-show=
"!showClique"
></i>
</div>
</div>
</
template
>
...
...
src/components/wechatmembers/modifyintegral.vue
View file @
6d048e97
...
...
@@ -402,7 +402,7 @@ export default {
);
// 如果调整额度不相等
if
(
this
.
IntegralForm
.
accumulatPoints
!==
totalPoint
)
{
this
.
$alert
(
`
调整额度为增加
${
this
.
IntegralForm
.
accumulatPoints
}
积分,与
明细中所增加的积分不相等`
,
"操作失败"
,
{
this
.
$alert
(
`
此页面上方您所填写的“调整额度”为“
${
this
.
IntegralForm
.
accumulatPoints
}
”,与您在此处
明细中所增加的积分不相等`
,
"操作失败"
,
{
confirmButtonText
:
"确定"
,
});
return
;
...
...
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