E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
that.setData
微信小程序 使用rich-text
Page({data:{myrich:""},onShow:function(){console.log("开始尝试");constthat=this;varmyrich='hello,world';
that.setData
mkmin
·
2018-03-15 10:32
微信小程序
微信小程序
微信小程序商城拼团商品、抢购商品倒计时
倒计时的结束时间varNowTime=newDate().getTime();//当前时间vartotal_micro_second=EndTime-NowTime||[];//剩余的微秒//渲染倒计时时钟
that.setData
con_knife
·
2018-03-10 11:52
前端框架
微信小程序
微信小程序——tap undefined Setting data field "currType" to undefined is invalid.
tapType:function(e){varthat=this;console.log(e)constcurrType=e.currentTarget.dataset.typeId;
that.setData
Asia_ZhangQQ
·
2018-02-07 14:01
前端Vue
前端Vue
微信小程序授权获取用户详细信息openid的实例详解
12345678wx.getUserInfo({success:function(res){
that.setData
({nickName:res.userInfo.nickName,avatarUrl:
Sherry_wy
·
2017-12-06 08:26
小程序
微信小程序倒计时功能实现代码
直接看看代码吧//倒计时60秒functioncountDown(that,count){if(count==0){
that.setData
({timeCountDownTop:'获取验证码',counting
xxq2dream
·
2017-11-09 10:29
微信小程序实现页面跳转传值的方法
wxml的时候传过去的值为id=1,则需要在aaa.wxml的js获取到id=1aaa.jsPage({data:{id:''},onLoad:function(options){varthat=this;
that.setData
漠漠~
·
2017-10-12 14:39
微信小程序授权获取用户详细信息openid
小程序获取用户的头像昵称openid之类第一种使用wx.getUserInfo直接获取微信头像,昵称wx.getUserInfo({success:function(res){
that.setData
(
今天一点也不冷
·
2017-09-15 13:17
微信小程序
微信小程序
微信小程序图片上传删除和预览
varthat=this;varimgs=this.data.imgs;if(imgs.length>=9){this.setData({lenMore:1});setTimeout(function(){
that.setData
anLazyAnt
·
2017-08-18 18:21
微信小程序
微信小程序注册60s倒计时功能 使用JS实现注册60s倒计时功能
绑定手机手机:获取验证码重新发送{{last_time}}秒确认绑定2.2js页面代码:varcountdown=60;varsettime=function(that){if(countdown==0){
that.setData
Rolan
·
2017-08-16 15:44
微信小程序例子——获取手机屏幕亮度
文件Page({getScreenBrightnessTap:function(){varthat=this;wx.getScreenBrightness({success:function(res){
that.setData
FutrueJet
·
2017-06-08 21:44
微信小程序开发例子
微信小程序动态的加载数据实例代码
js里定义一个全局变量data:{datalist:[]},2、请求数据加载,获得整个数组信息wx.request({url:httpUrl,data:{},success:function(res){
that.setData
冉然
·
2017-04-14 15:54
微信小程序例子——获取自己所处的位置坐标
:'',longitude:''},onLoad:function(){varthat=this;wx.getLocation({type:'wgs84',success:function(res){
that.setData
FutrueJet
·
2016-10-31 18:02
微信小程序开发例子
微信小程序例子——使用loading组件显示载入动画
:true},loadingTap:function(){this.setData({loadingHidden:false});varthat=this;setTimeout(function(){
that.setData
FutrueJet
·
2016-10-26 20:27
Web前端
前端开发
互联网
微信小程序
编程语言
微信小程序开发例子
上一页
1
2
3
4
5
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他