Commit 620c2585 authored by Tang Xinwei's avatar Tang Xinwei

Update feedback.service.ts

parent 2860e847
Pipeline #20023 passed with stages
in 12 minutes and 32 seconds
...@@ -99,7 +99,7 @@ export class FeedbackService extends CrudService(Feedback) { ...@@ -99,7 +99,7 @@ export class FeedbackService extends CrudService(Feedback) {
await session.send('请选择一个正确的选项(数字1~4)'); await session.send('请选择一个正确的选项(数字1~4)');
} }
if (choice == 1) { if (choice == 1) {
return this.template.render('feedback-menu'); return this.template.render('feedback-bug');
} }
const category = ['游戏功能/改善', '游戏体验问题', '其他'][choice - 2]; const category = ['游戏功能/改善', '游戏体验问题', '其他'][choice - 2];
await session.send(this.template.render('feedback-prompt')); await session.send(this.template.render('feedback-prompt'));
......
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