<span id="mktg5"></span>

<i id="mktg5"><meter id="mktg5"></meter></i>

        <label id="mktg5"><meter id="mktg5"></meter></label>
        最新文章專題視頻專題問(wèn)答1問(wèn)答10問(wèn)答100問(wèn)答1000問(wèn)答2000關(guān)鍵字專題1關(guān)鍵字專題50關(guān)鍵字專題500關(guān)鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關(guān)鍵字專題關(guān)鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
        問(wèn)答文章1 問(wèn)答文章501 問(wèn)答文章1001 問(wèn)答文章1501 問(wèn)答文章2001 問(wèn)答文章2501 問(wèn)答文章3001 問(wèn)答文章3501 問(wèn)答文章4001 問(wèn)答文章4501 問(wèn)答文章5001 問(wèn)答文章5501 問(wèn)答文章6001 問(wèn)答文章6501 問(wèn)答文章7001 問(wèn)答文章7501 問(wèn)答文章8001 問(wèn)答文章8501 問(wèn)答文章9001 問(wèn)答文章9501
        當(dāng)前位置: 首頁(yè) - 科技 - 知識(shí)百科 - 正文

        如何使用v-model與promise兩種方式實(shí)現(xiàn)vue彈窗組件

        來(lái)源:懂視網(wǎng) 責(zé)編:小采 時(shí)間:2020-11-27 19:44:56
        文檔

        如何使用v-model與promise兩種方式實(shí)現(xiàn)vue彈窗組件

        如何使用v-model與promise兩種方式實(shí)現(xiàn)vue彈窗組件:這次給大家?guī)?lái)如何使用v-model與promise兩種方式實(shí)現(xiàn)vue彈窗組件,使用v-model與promise兩種方式實(shí)現(xiàn)vue彈窗組件的注意事項(xiàng)有哪些,下面就是實(shí)戰(zhàn)案例,一起來(lái)看一下。最近公司有一個(gè)后臺(tái)業(yè)務(wù)雖然也是寫(xiě)在了現(xiàn)有的后臺(tái)系統(tǒng)中,但是之后要為這個(gè)業(yè)務(wù)單獨(dú)拉出來(lái)
        推薦度:
        導(dǎo)讀如何使用v-model與promise兩種方式實(shí)現(xiàn)vue彈窗組件:這次給大家?guī)?lái)如何使用v-model與promise兩種方式實(shí)現(xiàn)vue彈窗組件,使用v-model與promise兩種方式實(shí)現(xiàn)vue彈窗組件的注意事項(xiàng)有哪些,下面就是實(shí)戰(zhàn)案例,一起來(lái)看一下。最近公司有一個(gè)后臺(tái)業(yè)務(wù)雖然也是寫(xiě)在了現(xiàn)有的后臺(tái)系統(tǒng)中,但是之后要為這個(gè)業(yè)務(wù)單獨(dú)拉出來(lái)

        這次給大家?guī)?lái)如何使用v-model與promise兩種方式實(shí)現(xiàn)vue彈窗組件,使用v-model與promise兩種方式實(shí)現(xiàn)vue彈窗組件的注意事項(xiàng)有哪些,下面就是實(shí)戰(zhàn)案例,一起來(lái)看一下。

        最近公司有一個(gè)后臺(tái)業(yè)務(wù)雖然也是寫(xiě)在了現(xiàn)有的后臺(tái)系統(tǒng)中,但是之后要為這個(gè)業(yè)務(wù)單獨(dú)拉出來(lái)新建一個(gè)后臺(tái)系統(tǒng),所以現(xiàn)有的后臺(tái)系統(tǒng)中的vue組件庫(kù),就不能用了(因?yàn)椴恢缹?lái)的系統(tǒng)要基于什么組件庫(kù),以防給未來(lái)移植項(xiàng)目帶來(lái)麻煩),這次業(yè)務(wù)中又遇到了彈窗的功能,所以只能手動(dòng)寫(xiě)一個(gè)了(雖然說(shuō)彈窗組件很簡(jiǎn)單,也是想自己總結(jié)一下,有不對(duì)的地方也請(qǐng)指出),一開(kāi)始用傳統(tǒng)的props,$emit但是覺(jué)得要接兩個(gè)取消與確認(rèn)的回調(diào)這塊的邏輯分散了所以就用了promise兩個(gè)回調(diào)的方式把兩個(gè)回調(diào)寫(xiě)在了一起,并不一定好,算是提供一種思路吧。

        一.概覽

        先看最后的調(diào)用方式

        props $emit方式

        <chat-modal ref="chat-modal" v-model="showModal" cancelText="取消" sureText="確認(rèn)" title="彈窗標(biāo)題" small @on-ok="onOK" @on-cancel="onCancel">
         <p>slot的東西,想向彈窗中添加自定義的內(nèi)容</p>
        </chat-modal>
        methods: {
         display() {
         this.showModal = true;//交互點(diǎn)擊手動(dòng)觸發(fā)顯示彈窗 
         },
         onOK() {},//點(diǎn)擊確認(rèn)的回調(diào)
         onCancel() {}//點(diǎn)擊取消的回調(diào)
        }

        promise的回調(diào)方式

        <chat-modal ref="chat-modal"></chat-modal>
        methods: {
         display() {
         this.$refs["chat-modal"].openModal({
         title: "彈窗標(biāo)題",
         sureText: "確認(rèn)",
         cancelText: "取消"
         }).then(res => {
         //點(diǎn)擊確認(rèn)的回調(diào)
         }, res => {
         //點(diǎn)擊取消的回調(diào)
         })
         }
        }

        第二種方式的好處就是把所有的邏輯都集中到了一個(gè)方法里。

        二.看下組件的源碼

        tip: 樣式有些爛...

        <template>
         <p>
         <p class="shadow" v-show="showModal"></p>
         <p class="modal" :class="{'smSize': otherText.small || small}" v-show="showModal">
         <p class="header">{{ otherText.title || title}}</p>
         <p class="body">
         <slot></slot>
         </p>
         <p class="footer">
         <p class="item success" id="sure" ref="sure" @click="makeSure" v-show="otherText.sureText || sureText">{{ otherText.sureText || sureText }}</p>
         <p class="item red" id="cancel" ref="cancel" @click="makeCancel" v-show="otherText.cancelText || cancelText">{{ otherText.cancelText || cancelText }}</p>
         </p>
         </p>
         </p>
        </template>
        <script>
        //此組件提供兩種調(diào)用方法,可以在組件上v-model一個(gè)表示是否顯示彈窗的對(duì)話框,然后需要的一些值通過(guò)props傳入,然后$emit在組件上@監(jiān)聽(tīng)做回調(diào)
        //第二中方法所有的傳值回調(diào)都只需要在組件內(nèi)部的一個(gè)方法調(diào)用然后在組件外部this.$refs[xxx].open調(diào)用然后.then觸發(fā)回調(diào),比上一種方便些
        var initOtherText = {
         sureText: "",
         cancelText: "",
         title: "",
         small: false
        };
        export default {
         props: {
         title: {
         type: String
         },
         sureText: {
         type: String
         },
         cancelText: {
         type: String
         },
         value: {
         type: Boolean
         },
         small: {
         type: Boolean
         }
         },
         watch: {
         value(newVal) {
         this.showModal = newVal;
         }
         },
         data() {
         return {
         otherText: JSON.parse(JSON.stringify(initOtherText)),
         showModal: this.value
         };
         },
         methods: {
         makeSure() {
         this.$emit("on-ok");
         this.$emit("input", false);
         },
         makeCancel() {
         this.$emit("on-cancel");
         this.$emit("input", false);
         },
         openModal(otherText) {
         this.otherText = { ...otherText };
         this.showModal = true;
         var pms = new Promise((resolve, reject) => {
         this.$refs["sure"].addEventListener("click", () => {
         this.showModal = false;
         resolve("點(diǎn)擊了確定");
         });
         this.$refs["cancel"].addEventListener("click", () => {
         this.showModal = false;
         reject("點(diǎn)擊了取消");
         });
         });
         return pms;
         }
         }
        };
        </script>
        <style lang="scss" scoped>
        .shadow {
         background-color: rgba(0, 0, 0, 0.5);
         display: table;
         height: 100%;
         left: 0;
         position: fixed;
         top: 0;
         transition: opacity 0.3s ease;
         width: 100%;
         z-index: 50;
        }
        .modal {
         display: table-cell;
         vertical-align: middle;
         overflow-x: hidden;
         position: fixed;
         background-color: white;
         box-shadow: rgba(0, 0, 0, 0.33) 0px 2px 8px;
         border-radius: 5px;
         outline: 0px;
         overflow: hidden;
         transition: all 0.3s ease;
         width: 600px;
         height: 400px;
         top: 50%;
         left: 50%;
         margin-top: -200px;
         margin-left: -300px;
        }
        .header {
         align-items: center;
         background-color: #62a39e;
         box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
         color: #fff;
         font-weight: bold;
         display: -ms-flexbox;
         display: flex;
         height: 3.5rem;
         padding: 0 1.5rem;
         position: relative;
         z-index: 1;
        }
        .body {
         align-items: center;
         padding: 1.5rem;
        }
        .footer {
         justify-content: flex-end;
         padding: 1.5rem;
         position: absolute;
         bottom: 0;
         width: 100%;
         float: right;
        }
        .item {
         color: white;
         text-align: center;
         border-radius: 5px;
         padding: 10px;
         cursor: pointer;
         display: inline-block;
        }
        .info {
         background-color: #2196f3;
        }
        .success {
         background-color: #62a39e;
        }
        .red {
         background-color: #e95358;
        }
        .smSize {
         height: 200px;
        }
        </style>

        首先分析一下第一種方式: 調(diào)用者需要在組件外部v-model上綁定一個(gè)變量(例中為showModal)來(lái)指示彈窗是否顯示,顯示的時(shí)候需要在組件外部手動(dòng)設(shè)置 this.showModal = true ,組件內(nèi)部props定義一個(gè)屬性來(lái)接這個(gè)值為 value: {type: Boolean} ,同時(shí)在組件內(nèi)部在用聲明一個(gè)變量用來(lái)同步外部傳進(jìn)來(lái)的props值 默認(rèn)值為 showModal: this.value (內(nèi)部聲明的值也叫了showModal),在watch中監(jiān)聽(tīng)進(jìn)行同步 watch: { value(newVal) { this.showModal = newVal } } ;然后把組件內(nèi)部的這個(gè)showModal值綁定在需要顯示或者隱藏的DOM元素上。向外拋出事件的時(shí)候是在點(diǎn)擊組件內(nèi)部的確定與關(guān)閉按鈕時(shí)候

        makeSure() {
         this.$emit("on-ok");
         this.$emit("input", false);
         },
        makeCancel() {
         this.$emit("on-cancel");
         this.$emit("input", false);
         }

        this.$emit("on-ok");this.$emit("on-cancel"); 這兩句的是向外拋出事件在組件外部@接一下然后寫(xiě)自己需要的回調(diào)函數(shù)。這時(shí)就可以實(shí)現(xiàn)彈窗的顯示與隱藏了,你可能發(fā)現(xiàn)并沒(méi)有一句代碼去設(shè)置this.showModal = false;彈窗就隱藏了。主要是因?yàn)檫@幾句代碼 v-model = 'showModal' 和 組件內(nèi)部的 props: {value: {type: Boolean}} this.$emit("input", false) 。v-model其實(shí)是vue的語(yǔ)法糖, <chat-modal v-model="showModal"> 其實(shí)可以寫(xiě)為 <chat-modal :value="showModal" @input="showModal = arguments[0]"> 所以要求我們?cè)诮M件內(nèi)部必須規(guī)定props的名字必須為value, 然后在組件內(nèi)部觸發(fā)確定或者取消的時(shí)候在組件內(nèi)部觸發(fā) this.$emit("input", false) 這樣實(shí)現(xiàn)了直接隱藏彈窗而不必打擾用戶讓用戶在組件外部在手動(dòng)將showModal置為false.

        然后來(lái)看promise的方式: 第一種方式傳進(jìn)來(lái)的值都通過(guò)props來(lái)接的,這種方式通過(guò)在組件內(nèi)部定義了另一個(gè)對(duì)象來(lái)接傳進(jìn)來(lái)的值,

        var initOtherText = {
         sureText: "",
         cancelText: "",
         title: "",
         small: false
        };
        otherText: JSON.parse(JSON.stringify(initOtherText)),

        然后在menthods里定義了一個(gè)名為openModal的方法,然后把傳進(jìn)來(lái)的一系列參數(shù)賦值給組件內(nèi)部的對(duì)象 this.otherText = { ...otherText }; this.showModal = true; 并且將showModal置為true,然后每次觸發(fā)的時(shí)候新建一個(gè)promise對(duì)象,里面的異步事件為點(diǎn)擊確定和取消的兩個(gè)點(diǎn)擊事件,這里要操作DOM了

        this.$refs["sure"].addEventListener("click", () => {
         this.showModal = false;
         resolve("點(diǎn)擊了確定");
        });

        獲取確定按鈕的DOM元素綁定點(diǎn)擊事件,回調(diào)里將showModal置為false并且resolve,

        this.$refs["cancel"].addEventListener("click", () => {
         this.showModal = false;
         reject("點(diǎn)擊了取消");
        });

        獲取取消按鈕的DOM綁定點(diǎn)擊事件,回調(diào)里reject.

        遇到的坑

        這之前遇到了一個(gè)坑,因?yàn)榈谝淮我呀?jīng)綁定了點(diǎn)擊事件,第二次resolve和reject就會(huì)失敗,本想取消一下綁定事件,但是因?yàn)閷⒄麄€(gè)彈窗v-show="showModal"的原因整個(gè)DOM被display:none;了就不需要手動(dòng)解綁了。 第二個(gè)是關(guān)于用v-if還是v-show來(lái)隱藏彈窗,一開(kāi)始用的是v-if但是發(fā)現(xiàn)在這步時(shí)

        this.showModal = true;
        var pms = new Promise((resolve, reject) => {
         this.$refs["sure"].addEventListener.xxx//省略
        });
        return pms;

        將showModal置為true時(shí)然后就去綁定事件這時(shí)候還沒(méi)有DOM還沒(méi)有解析玩DOM樹(shù)上還沒(méi)有,要不就得用this.$nextTick增加了復(fù)雜度,最后采用了v-show;

        關(guān)于優(yōu)先級(jí)問(wèn)題

        如果既在組件上用prop傳了值(title,sureText之類的)如 <chat-modal" title="xx" sureText="xxx"></chat-modal> 也在方法里傳了

        this.$refs["chat-modal"].openModal({
         title: "服務(wù)小結(jié)",
         sureText: "提交并結(jié)束",
         cancelText: "取消"
         }).then();

        相信看了本文案例你已經(jīng)掌握了方法,更多精彩請(qǐng)關(guān)注Gxl網(wǎng)其它相關(guān)文章!

        推薦閱讀:

        如何使用Vue內(nèi)父子組件通訊todolist組件

        如何使用Vue整合AdminLTE模板

        聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

        文檔

        如何使用v-model與promise兩種方式實(shí)現(xiàn)vue彈窗組件

        如何使用v-model與promise兩種方式實(shí)現(xiàn)vue彈窗組件:這次給大家?guī)?lái)如何使用v-model與promise兩種方式實(shí)現(xiàn)vue彈窗組件,使用v-model與promise兩種方式實(shí)現(xiàn)vue彈窗組件的注意事項(xiàng)有哪些,下面就是實(shí)戰(zhàn)案例,一起來(lái)看一下。最近公司有一個(gè)后臺(tái)業(yè)務(wù)雖然也是寫(xiě)在了現(xiàn)有的后臺(tái)系統(tǒng)中,但是之后要為這個(gè)業(yè)務(wù)單獨(dú)拉出來(lái)
        推薦度:
        標(biāo)簽: 方法 VUE 組件
        • 熱門(mén)焦點(diǎn)

        最新推薦

        猜你喜歡

        熱門(mén)推薦

        專題
        Top
        主站蜘蛛池模板: 中文字幕亚洲情99在线| 亚洲乱人伦中文字幕无码| 免费国产va视频永久在线观看| 黄色一级视频免费观看| 在线永久免费观看黄网站| 国产亚洲男人的天堂在线观看| 最近中文字幕大全免费版在线| 成人免费无码大片A毛片抽搐色欲 成人免费无码大片a毛片 | 亚洲片国产一区一级在线观看 | 日韩一品在线播放视频一品免费| 亚洲日韩国产欧美一区二区三区 | 18禁黄网站禁片免费观看不卡 | 国产成人A人亚洲精品无码| 亚洲一级毛片免观看| 黄色成人网站免费无码av| 亚洲精品无码mⅴ在线观看| 二级毛片免费观看全程| 国产偷窥女洗浴在线观看亚洲 | 免费大片黄手机在线观看 | 美女黄色免费网站| 亚洲色欲色欲www在线丝| 久久久免费的精品| 亚洲小说图片视频| 免费看国产精品3a黄的视频| 日韩色视频一区二区三区亚洲| 亚洲精品一级无码中文字幕| 午夜免费啪视频在线观看| 国产亚洲玖玖玖在线观看| 亚洲国产精品日韩专区AV| 久久免费视频99| 亚洲日韩国产二区无码| 一本色道久久综合亚洲精品| 亚洲免费在线观看视频| 精品亚洲视频在线| 久久亚洲AV成人无码国产 | 亚洲精品色午夜无码专区日韩| 久久亚洲精品成人无码| 亚洲中文字幕无码日韩| 免费国产黄线在线观看| 精品乱子伦一区二区三区高清免费播放 | 一级毛片免费观看不卡视频|