问答详情传参错误修复

master
gongfuxiang 2024-11-11 00:13:50 +08:00
parent f928a668d8
commit b0abe67d7a
1 changed files with 1 additions and 3 deletions

View File

@ -172,9 +172,7 @@
uni.request({
url: app.globalData.get_request_url('detail', 'index', 'ask'),
method: 'POST',
data: {
id: this.params,
},
data: this.params,
dataType: 'json',
success: (res) => {
uni.stopPullDownRefresh();