我的代码有问题,我不明白如何将多个参数从 jquery 发送到控制器
这是我的路线
Route::get('/listcdix/{id}/detail/{asnumber}',
['as' => 'remindHelper', 'uses' => 'ListcdixController@detail']);
下面是我的jQuery
otable.on("click", ".btnview",
function () {
var custcode = otable.rows($(this).closest("tr")).data()[0].CustCode;
var asnumber = otable.rows($(this).closest("tr")).data()[0].ASNumber;
window.location = "{{route('remindHelper',['id'=>"+custcode+",'asnumber'=>"+asnumber+"])}}";
});
但是当我单击此按钮时无法获得价值custcode并且asnumber
这是我的网址
http://127.0.0.1:3232/listcdix/+custcode+/detail/+asnumber+
请检查我的照片
感谢您的关注
天涯尽头无女友
不负相思意
慕少森