在Vue.js中如何從鍵值對中取得數據
P粉418854048
2023-09-02 19:38:37
<p>我在後端使用rails,前端使用vue.js。我正在嘗試列印錯誤以防萬一。在 <code>.catch</code> 下,我收到以下錯誤,但無法從中取得訊息。請幫我解決這個問題。 </p>
<pre class="brush:php;toolbar:false;">.catch(function (error) {
debugger
});</pre>
<p>在控制台中,如果我嘗試<code>error.response.data.error</code> 這將返回<code>'{:message=>"Amount is less than the minimum value"} '</code> 我無法弄清楚我如何只能獲取訊息。 </p>
<p>錯誤答案</p>
您的 baclend 未正確序列化物件。所以訊息是字串的一部分而不是 JSON 屬性。如果您不想更改,可以使用