摘要: v-model不可以加其他值 <input type="text" v-model="curAmount"> :value可以加 单位 <input type="text" :value="curAmount+'元'"> @click.stop 阻止事件冒泡 阅读全文
posted @ 2020-05-08 17:00 YJUI 阅读(19188) 评论(0) 推荐(0)
摘要: transition: .3s all ease; .tmall .tmall-tabbodys { width: 100%; position: absolute; left: 0px; transition: .7s all ease; } 动果切换带有运营商校验 <!DOCTYPE html> 阅读全文
posted @ 2020-05-08 14:23 YJUI 阅读(312) 评论(0) 推荐(0)