随笔 - 193
文章 - 0
评论 - 8
阅读 -
32万
10 2017 档案
html 打电话 发短信
摘要:打电话:window.location.href = 'tel:'+tel 发短信:window.location.href = 'sms:'+tel
阅读全文
vue 小知识
摘要:1、img 的路径 <img :src="item.src"/> 2、背景图片的路径 v-bind:style="{backgroundImage: 'url(' + item.cover + ')'}" 3、判断 <p v-if="item>0"></p> 4、a链接 <router-link :
阅读全文