- 博客(7)
- 收藏
- 关注
原创 小程序 map地图 所有坐标点显示在一个视野中
onReady: function () { this.mapCtx = wx.createMapContext('map'); //创建初始地图 }, //坐标点出现在一个视野范围 includePoints: function () { var that = this; that.mapCtx.includePoints({ padding:...
2019-01-30 14:21:06 3910 1
原创 小程序动态菜单 添加删除class
<scroll-view class="scroll-view_x" scroll-x style="width: auto;overflow:hidden;margin-right:4%" > <view class="item_list" wx:for="{{timeDay}}" wx:key="{{index}}" bindtap='tim
2019-01-30 14:16:45 1172
原创 小程序--form表单提交
view 页面结构 <form bindsubmit="formSubmit"> <view class='tab-con'> <view class='marketTop'> <view class='market'> <view class='mar...
2019-01-22 10:22:51 6098
原创 小程序 用户登录过期操作
timeOut: function () { var that = this; setInterval(function () { that.request('', {}, 'GET', function (res) { if (!res.data.data) { ...
2019-01-21 14:59:11 3547
原创 小程序request 请求封装 调用
app.js 中 request: function (url, data, method, callback, error) { var header = {}; header = { 'content-type': 'application/x-www-form-urlencoded', 'token': wx.getStorageSync("token") } wx.requ...
2019-01-21 14:53:35 238
原创 CSS3 颜色渐变
渐变 上至下 background-image:-webkit-linear-gradient(to top, #f6de9d, #caa859); background-image:linear-gradient(to top,#f6de9d,#caa859); 左至右渐变 background-image:-webkit-linear-gradient(-45deg, #f6d
2017-11-14 16:38:22 254
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人