摘要: 1 <video :src="item.sp_url" :poster="" controls :show-center-play-btn="false" auto-pause-if-navigate></video> 2 //图片也可以用 3 <image class="zu_logo" :src 阅读全文
posted @ 2020-09-18 11:58 前端—小白 阅读(10617) 评论(4) 推荐(1) 编辑
摘要: 1 //支持h5 小程序 app 2 //调用示例 3 4 <template> 5 <view class="content"> 6 <pickerAddress @change="change">{{txt}}</pickerAddress> 7 </view> 8 </template> 9 阅读全文
posted @ 2020-09-18 11:22 前端—小白 阅读(14721) 评论(0) 推荐(2) 编辑
摘要: 1 var pages = getCurrentPages(); 2 var prevPage = pages[pages.length - 2]; //上一个页面 3 //直接调用上一个页面的setData()方法,把数据存到上一个页面中去 4 // 上一个页面最后设置userdata 5 //小 阅读全文
posted @ 2020-09-18 11:03 前端—小白 阅读(7331) 评论(0) 推荐(0) 编辑
摘要: 1 <view @touchmove.stop.prevent="moveHandle"></view>//遮罩层 2 3 js: 4 5 methods: { 6 moveHandle() {} 7 } 阅读全文
posted @ 2020-09-18 10:57 前端—小白 阅读(4303) 评论(0) 推荐(0) 编辑