Commit 4e117883 by crushh

update: 会员详情

parent 9dc8d5c6
......@@ -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.damoOrderShow" :true-label="1" :false-label="0">展示积分商城订单</el-checkbox>
<el-checkbox class="w-195" v-model="myCustomData.integralOrderShow" :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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment