问答详情传参错误修复
parent
f928a668d8
commit
b0abe67d7a
|
|
@ -172,9 +172,7 @@
|
||||||
uni.request({
|
uni.request({
|
||||||
url: app.globalData.get_request_url('detail', 'index', 'ask'),
|
url: app.globalData.get_request_url('detail', 'index', 'ask'),
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
data: {
|
data: this.params,
|
||||||
id: this.params,
|
|
||||||
},
|
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
uni.stopPullDownRefresh();
|
uni.stopPullDownRefresh();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue