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

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

提交時形成 vue.js,如何使用自定義 ID 鏈接到外部網(wǎng)站?

提交時形成 vue.js,如何使用自定義 ID 鏈接到外部網(wǎng)站?

慕森卡 2022-05-22 17:38:15
我剛開始學習 VUE 以及如何在 Rails 項目中使用它。就我而言,我正在嘗試創(chuàng)建一個嵌入式 javascript,商店可以在他們的網(wǎng)站上實施,這樣他們的客戶就可以尋找該商店可用的商品。目標是嵌入的 javascript 顯示一個帶有 2 個日期arrival和departure. 提交表單后,商店網(wǎng)站的訪問者應(yīng)該被重定向到我的應(yīng)用程序,然后顯示屬于用戶來自商店的可用商品。問題 我能夠使其與具有固定 id ( see also the commented out code below) 的操作一起使用,但我不知道如何動態(tài)添加鏈接(例如,查找屬于應(yīng)該匹配的引用鏈接的商店 id booking_url,并重定向../park_availability page到我的應(yīng)用程序)。嘗試 1 + 錯誤消息:總體思路:submit method我嘗試在文件的形式上創(chuàng)建一個javascript/app.vue,因此應(yīng)該在提交時加載該searchAccommodations函數(shù)javascript/store.js。錯誤信息vue.esm.js:628 [Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'dispatch' of undefined"found in---> <App> at app/javascript/app.vue       <Root>warn    @   vue.esm.js:628logError    @   vue.esm.js:1893globalHandleError   @   vue.esm.js:1888handleError @   vue.esm.js:1848invokeWithErrorHandling @   vue.esm.js:1871invoker @   vue.esm.js:2188original._wrapper   @   vue.esm.js:7565TypeError: Cannot read property 'dispatch' of undefined    at VueComponent.submit (app.vue:36)    at submit (app.vue?0d7f:13)    at invokeWithErrorHandling (vue.esm.js:1863)    at HTMLFormElement.invoker (vue.esm.js:2188)    at HTMLFormElement.original._wrapper (vue.esm.js:7565)logError @ vue.esm.js:1897globalHandleError @ vue.esm.js:1888handleError @ vue.esm.js:1848invokeWithErrorHandling @ vue.esm.js:1871invoker @ vue.esm.js:2188original._wrapper @ vue.esm.js:7565
查看完整描述

1 回答

?
三國紛爭

TA貢獻1804條經(jīng)驗 獲得超7個贊

嘗試將首字母移動store.dispatch('loadComments')到組件的 created 鉤子中。


export default {

  data: function () {

    return {}

  },

  methods:{

    submit(){

    let formData = new FormData(this.$refs.form)

this.Redirect(`https://www.myapp.eu/parks/${encodeURIComponent(booking_url)}/park_availability/`);

    console.log(this)

    console.log(this.$store.state)

    this.$store.dispatch("searchAccommodations", formData)

    }

  },

  created () {

    this.$store.dispatch('loadComments')

  }


}


查看完整回答
反對 回復 2022-05-22
  • 1 回答
  • 0 關(guān)注
  • 143 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

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