feat(survey): 添加取消投放功能
- 在 survey/index.js 中新增 modify 函数,用于修改投放状态 - 在 Survey/Index.vue 中添加取消投放逻辑 - 优化 Publish/Index.vue 的样式
This commit is contained in:
@@ -39,7 +39,7 @@ export default {
|
||||
prompt_right: '',
|
||||
score_interval: 1,
|
||||
score_type: 0,
|
||||
score_way: 0,
|
||||
score_way: 1, //打分类型
|
||||
prompt_score: 2
|
||||
},
|
||||
associate: [],
|
||||
|
||||
Reference in New Issue
Block a user