龙岩易富通网络科技有限公司

龙岩小程序开发,龙岩分销系统

小程序实现倒计时:解决ios倒计时失效(setInterval失效)

在小程序开发中,ios是个很头疼的事情,下面就“时间”来简单的说一下对于上面代码中提到的2018-9-2723:28:00.14756 在ios中是不支持‘-’的,应该替换为'...

2020.08.29 | 1350阅读 | 0 条评论 阅读全文

微信小程序wx.uploadFile返回数据处理

https://developers.weixin.qq.com/miniprogram/dev/api/network/upload/wx.uploadFile.html回调函数返回数据为stri...

2020.03.25 | 1593阅读 | 0 条评论 阅读全文

小程序 view使用bindtap传值问题

例如:<viewbindtap='btnpay'data-id="1"><lable>立即支付</lable></vi...

2019.10.02 | 1398阅读 | 0 条评论 阅读全文

小程序 post提交方式

wx.request({  url:'https://***.com/test',  data:{id:1}, &n...

2018.09.12 | 1846阅读 | 0 条评论 阅读全文

微信小程序-左滑删除效果

首先把布局写好,根据自己的需求编写,html代码部分:<view class="container"><view class="to...

2018.09.08 | 1850阅读 | 0 条评论 阅读全文

小程序使用wxParse解析html

https://github.com/icindy/wxParse首先去 https://github.com/icindy/wxParse 下载wxParse,只拷贝wxPars...

2018.09.03 | 1664阅读 | 0 条评论 阅读全文