上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 28 下一页
摘要: 如果想实现同样的效果,只能使用小程序组件picker,其中,可以有一列,或者多列 点击链接查看详情: https://mp.weixin.qq.com/debug/wxadoc/dev/component/picker.html 阅读全文
posted @ 2018-01-17 14:10 小短腿奔跑吧 阅读(5084) 评论(0) 推荐(0) 编辑
摘要: 请查看链接地址看具体详情: 选择视频: https://mp.weixin.qq.com/debug/wxadoc/dev/api/media-video.html#wxchoosevideoobject 视频上传时和图片上传是一个道理需要使用小程序的上传模版:(将选择视频的链接传给后台,后台将链接 阅读全文
posted @ 2018-01-17 14:06 小短腿奔跑吧 阅读(2125) 评论(0) 推荐(0) 编辑
摘要: 依次点击链接请查看以下步骤 选择图片: https://mp.weixin.qq.com/debug/wxadoc/dev/api/media-picture.html#wxchooseimageobject 查看图片信息: https://mp.weixin.qq.com/debug/wxadoc 阅读全文
posted @ 2018-01-17 13:58 小短腿奔跑吧 阅读(1108) 评论(0) 推荐(0) 编辑
摘要: <div style="overflow:scroll"> <ul style="display:flex"> <li style="flex-shrink: 0;-webkit-flex-shrink: 0;box-sizing: border-box;width:25%;"> 你好 </li> 阅读全文
posted @ 2018-01-10 15:13 小短腿奔跑吧 阅读(285) 评论(0) 推荐(0) 编辑
摘要: getCityNameOFLocation: function() { var that = this; wx.getLocation({ type: 'wgs84', // 默认为 wgs84 返回 gps 坐标,gcj02 返回可用于 wx.openLocation 的坐标 success: function(res){ console... 阅读全文
posted @ 2017-12-27 11:40 小短腿奔跑吧 阅读(825) 评论(0) 推荐(0) 编辑
摘要: <template> <div v-cloak v-show="show"> <div v-show="mailbox"> <div class="deanMailbox" > <div class="deanMailDiv"> <div> <ul class="uplodeUl"> <li v-f 阅读全文
posted @ 2017-09-27 17:58 小短腿奔跑吧 阅读(804) 评论(0) 推荐(0) 编辑
摘要: <script> //第一种 格式为:2010/12/23 上午10:53 function getLocalTime(nS) { return new Date(parseInt(nS) * 1000).toLocaleString().replace(/:\d{1,2}$/,' '); } al 阅读全文
posted @ 2017-09-27 17:14 小短腿奔跑吧 阅读(162) 评论(0) 推荐(0) 编辑
摘要: <template> <mt-loadmore :distanceIndex="4" :topDistance="30" :bottomDistance='30' :maxDistance="40" :bottom-method="loadBottom" :bottom-all-loaded="bo 阅读全文
posted @ 2017-09-27 17:09 小短腿奔跑吧 阅读(2715) 评论(0) 推荐(0) 编辑
摘要: let hover = thisObj.time.substring(0, thisObj.time.indexOf(':'))let minutes = thisObj.time.substring(thisObj.time.indexOf(':') + 1)let dateHover = thi 阅读全文
posted @ 2017-09-27 16:52 小短腿奔跑吧 阅读(348) 评论(0) 推荐(0) 编辑
摘要: thisObj.appendMessage = thisObj.appendMessage.concat(res.info.message_list) 阅读全文
posted @ 2017-09-27 16:46 小短腿奔跑吧 阅读(1115) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 28 下一页