Commit 3301c61b authored by Davve's avatar Davve

修改推送错误

parent 6b0827dc
...@@ -110,8 +110,8 @@ const defaultForm = { ...@@ -110,8 +110,8 @@ const defaultForm = {
const URLOptions = [ const URLOptions = [
{'key': 'alpha://topic_detial?topic_id=', 'display_name': '推送帖子'}, {'key': 'alpha://topic_detail?topic_id=', 'display_name': '推送帖子'},
{'key': 'alpha://group_detial?group_id=', 'display_name': '推送小组'}, {'key': 'alpha://group_detail?group_id=', 'display_name': '推送小组'},
] ]
const urlTypeKeyValue = URLOptions.reduce((acc, cur) => { const urlTypeKeyValue = URLOptions.reduce((acc, cur) => {
...@@ -185,6 +185,7 @@ export default { ...@@ -185,6 +185,7 @@ export default {
fetchData(id) { fetchData(id) {
fetchPushDetail(id).then(response => { fetchPushDetail(id).then(response => {
this.postForm = response.data.data.data this.postForm = response.data.data.data
console.log(response.data.data.data.url_prefix, '-----', urlTypeKeyValue[response.data.data.data.url_prefix])
this.postForm.url = urlTypeKeyValue[response.data.data.data.url_prefix] this.postForm.url = urlTypeKeyValue[response.data.data.data.url_prefix]
this.is_effect = Boolean(response.data.data.data.is_effect) this.is_effect = Boolean(response.data.data.data.is_effect)
}).catch(err => { }).catch(err => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment