Browse Source

去掉志愿者banner管理排序数字限制

feature/syp_points
liuchuang 5 years ago
parent
commit
04f61a7757
  1. 2
      src/views/modules/news/allnotice-add-or-update.vue
  2. 2
      src/views/modules/news/notice-add-or-update.vue

2
src/views/modules/news/allnotice-add-or-update.vue

@ -207,7 +207,7 @@ export default {
}).catch(() => { })
},
removeHTMLTag (str) {
str = str.replace(/<.*?>/g, '')
str = str.replace('<p><br></p >', '')
return str
},
//

2
src/views/modules/news/notice-add-or-update.vue

@ -252,7 +252,7 @@ export default {
}).catch(() => { })
},
removeHTMLTag (str) {
str = str.replace(/<.*?>/g, '')
str = str.replace('<p><br></p >', '')
return str
},
//

Loading…
Cancel
Save