第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

Vue + Laravel:如果元組數(shù)據(jù)之一中的表單數(shù)組中的數(shù)據(jù),如何從api掛載數(shù)據(jù)

Vue + Laravel:如果元組數(shù)據(jù)之一中的表單數(shù)組中的數(shù)據(jù),如何從api掛載數(shù)據(jù)

守著星空守著你 2021-03-29 17:15:40
我有來(lái)自API的數(shù)據(jù),但無(wú)法將數(shù)組中的數(shù)據(jù)設(shè)置為vue.js中的this.data這是來(lái)自API的data(JSON)你能告訴我這個(gè)語(yǔ)法嗎{"id":1613,"name_org":"US company","picture":"default.jpg","headerpic":"no-preview.png","description":null,"address":null,"type":"hardware,software,network","rating":0,"created_at":"2019-03-27 18:50:51","updated_at":"2019-03-27 18:50:51","review":[{       "review_id":3,         "org_id":1613,         "user_id":2,         "description":"Very good",         "rating":3,         "created_at":null,         "updated_at":null},       {"review_id":4,         "org_id":1613,         "user_id":1,         "description":"Not bad",         "rating":5,         "created_at":null,         "updated_at":null}] }我在審查中有問(wèn)題,因?yàn)樗且粋€(gè)數(shù)組。我無(wú)法將API中的數(shù)據(jù)設(shè)置為vue中的數(shù)據(jù)<div v-for="review in reviews" class="box">{{review.review_id}}</div><script>export default {  props: ["id"],  data() {    return {      name_org: "",      picture: "",      headerpic: "",      description: "",      reviews: [],      review: {        review_id: "",        org_id: "",        user_id: "",        description: ""      }    };  },  mounted() {    axios.get("/api/listorgs/" + this.id).then(response => {      var listorg = response.data;      this.name_org = listorg.name_org;      this.picture = listorg.picture;      this.description = listorg.description;      this.headerpic = listorg.headerpic;    });  },};</script>
查看完整描述

1 回答

  • 1 回答
  • 0 關(guān)注
  • 170 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)