diff --git a/admin-web-master/src/views/customer/rUser/index.vue b/admin-web-master/src/views/customer/rUser/index.vue index 860894b..46ea0e5 100644 --- a/admin-web-master/src/views/customer/rUser/index.vue +++ b/admin-web-master/src/views/customer/rUser/index.vue @@ -326,10 +326,30 @@ import merchantInformation from '../../../components/merchantInformation/index.v }, this.getAll() }, - async sethei(ids, num) { - // console.log(ids, num) - await cerePlatformMerchantedit({id:ids,isBlackList:num}) - this.getAll() + sethei(ids, num) { + const h = this.$createElement; + this.$msgbox({ + title: '消息', + message: h('p', null, [ + h('span', null, '是否处理'), + ]), + showCancelButton: true, + showClose:false, + confirmButtonText: '确定', + cancelButtonText: '取消', + customClass:'oe-dialog-btn', + beforeClose: (action, instance, done) => { + if (action === 'confirm') { + cerePlatformMerchantedit({id:ids,isBlackList:num}).then(res=>{ + this.getAll() + done(); + }) + } else { + done(); + } + } + }) + } } } diff --git a/admin-web-master/src/views/customer/yixiang/index.vue b/admin-web-master/src/views/customer/yixiang/index.vue index e56042a..5db57b7 100644 --- a/admin-web-master/src/views/customer/yixiang/index.vue +++ b/admin-web-master/src/views/customer/yixiang/index.vue @@ -33,6 +33,14 @@ + + + + + +