Fix:5844 【商城小程序】【礼品集采中心入驻】商户入驻申请被驳回后页面未显示驳回原因
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
labelWidth="216rpx"
|
||||
>
|
||||
<view
|
||||
v-if="stateTitle && isDraft!==1"
|
||||
v-if="stateTitle"
|
||||
class="box-state"
|
||||
>
|
||||
<u-alert
|
||||
@@ -413,24 +413,24 @@ export default {
|
||||
if(data.isDraft === null || data.isDraft === 1) {
|
||||
this.show = true
|
||||
}
|
||||
if (data.isDraft !== 1) {
|
||||
switch (data.reviewStatus) {
|
||||
case 0:
|
||||
this.stateTitle = '审核中'
|
||||
this.stateType = 'primary'
|
||||
this.reviewing = true
|
||||
break;
|
||||
case 1:
|
||||
this.stateTitle = '审核通过'
|
||||
this.stateType = 'success'
|
||||
this.reviewing = false
|
||||
break;
|
||||
case 2:
|
||||
this.stateTitle = '审核驳回:' + data.reviewMsg
|
||||
this.stateType = 'error'
|
||||
this.reviewing = false
|
||||
break;
|
||||
}
|
||||
console.log(data.reviewStatus);
|
||||
|
||||
switch (data.reviewStatus) {
|
||||
case 0:
|
||||
this.stateTitle = '审核中'
|
||||
this.stateType = 'primary'
|
||||
this.reviewing = true
|
||||
break;
|
||||
case 1:
|
||||
this.stateTitle = '审核通过'
|
||||
this.stateType = 'success'
|
||||
this.reviewing = false
|
||||
break;
|
||||
case 2:
|
||||
this.stateTitle = '审核驳回:' + data.reviewMsg
|
||||
this.stateType = 'error'
|
||||
this.reviewing = false
|
||||
break;
|
||||
}
|
||||
if (data.wholesalerInfo) {
|
||||
this.form = data.wholesalerInfo
|
||||
@@ -576,7 +576,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less">
|
||||
<style lang="less" scoped>
|
||||
@import "@/assets/css/pkg_join.less";
|
||||
|
||||
/deep/ .cityselect-nav {
|
||||
@@ -623,4 +623,7 @@ export default {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
.btn-submit{
|
||||
position: sticky !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user