Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
4e117883
Commit
4e117883
authored
Aug 25, 2021
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 会员详情
parent
9dc8d5c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
memberDetailSet.vue
src/views/apps/customerApp/memberDetailSet.vue
+5
-3
No files found.
src/views/apps/customerApp/memberDetailSet.vue
View file @
4e117883
...
...
@@ -19,7 +19,7 @@
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,顾客详情 - 消费记录中将展示达摩商城交易成功的订单
</div>
</div>
<div
class=
"m-b-20"
>
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.
damo
OrderShow"
:true-label=
"1"
:false-label=
"0"
>
展示积分商城订单
</el-checkbox>
<el-checkbox
class=
"w-195"
v-model=
"myCustomData.
integral
OrderShow"
:true-label=
"1"
:false-label=
"0"
>
展示积分商城订单
</el-checkbox>
<div
class=
"font-14 color-909399 set-tip-item"
>
注:保存勾选项后,顾客详情 - 消费记录中将展示GIC积分商城交易成功的订单
</div>
</div>
<div
class=
"m-t-46 m-l-25"
>
...
...
@@ -63,7 +63,8 @@ export default {
wxEnterpriseRelatedId
:
JSON
.
parse
(
localStorage
.
getItem
(
'userInfos'
)).
wxEnterpriseId
,
myCustomData
:
{
wmOrderShow
:
0
,
damoOrderShow
:
0
damoOrderShow
:
0
,
integralOrderShow
:
0
},
loading
:
false
};
...
...
@@ -87,7 +88,8 @@ export default {
enterpriseId
:
that
.
brandId
,
wxEnterpriseRelatedId
:
that
.
wxEnterpriseRelatedId
,
wmOrderShow
:
that
.
myCustomData
.
wmOrderShow
,
damoOrderShow
:
that
.
myCustomData
.
damoOrderShow
damoOrderShow
:
that
.
myCustomData
.
damoOrderShow
,
integralOrderShow
:
this
.
myCustomData
.
integralOrderShow
};
const
url
=
'/haoban-app-customer-web/customer/save-consume-setting'
;
postRequest
(
url
,
para
)
...
...
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