happyboy 2 years ago
parent
commit
d5c9dc5754
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      pages/center/prohibited/details.vue
  2. +1
    -1
      pages/center/prohibited/index.vue

+ 1
- 0
pages/center/prohibited/details.vue View File

@@ -350,6 +350,7 @@
this.roleindex = 0;
this.initAudioFnc()
this.gituserlist()
this.findTabooWords()
} else {
uni.showToast({
icon: "none",


+ 1
- 1
pages/center/prohibited/index.vue View File

@@ -78,7 +78,7 @@
return {
orderBylist: [{
label: '全部',
value: 55
value: null
},{
label: '待处理',
value: 0


Loading…
Cancel
Save