vue_UI組件庫vant之加載轉圈


 async onConfirm() { this.$toast.loading({ message: '保存中...', forbidClick: true, // 禁止背景點擊 duration: 0 // 持續展示 }) try { const localGender = this.localGender await updateUserprofile({ gender: localGender }) // 更新視圖
        this.$emit('input', localGender) // 關閉彈層
        this.$emit('close') // 提示成功
       this.$toast.success('更新成功') } catch (err) { this.$toast.fail('更新失敗') } }, onPickerChange(picker, value, index) { this.localGender = index } } }

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2026 CODEPRJ.COM