happyboy il y a 3 ans
Parent
révision
d5c9dc5754
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +1
    -0
      pages/center/prohibited/details.vue
  2. +1
    -1
      pages/center/prohibited/index.vue

+ 1
- 0
pages/center/prohibited/details.vue Voir le fichier

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


+ 1
- 1
pages/center/prohibited/index.vue Voir le fichier

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


Chargement…
Annuler
Enregistrer