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
微信小程序选项卡、列表动态显示按钮
wxml页面:先给选项卡赋值data-current=“待确认”添加点击事件bindtap=“clickTab”,在js里clickTab获取选项卡的值,e.target.dataset.current通过
that.setData
岩崎理奈
·
2020-06-25 21:10
微信小程序笔记
小程序读取几种不同格式json数据(小程序json解析)
小程序json解析第一种格式
that.setData
({goldData:res.data.result[0],//result里多了个{}所以要标个[0]})1:解析这个json:http://www.intmote.com
祈澈菇凉
·
2020-06-25 11:23
微信小程序获取input输入框的值
这个是wxml代码登录输入的内容:{{first}}输入的内容2:{{second}}jssearchBox:function(e){constthat=this;letfirst,second;
that.setData
ralStyle贵
·
2020-06-25 10:12
html+css
javascript
微信公众号
微信小程序判断手机平台,获取手机信息
},/***生命周期函数--监听页面加载*/onLoad:function(options){varthat=this;wx.getSystemInfo({success:function(res){
that.setData
无聊达612
·
2020-06-25 08:19
微信小程序
微信小程序获取用户信息的两种方法wx.getUserInfo&open-data
this;//获取用户信息wx.getUserInfo({success:function(res){console.log(res);that.data.userInfo=res.userInfo;
that.setData
_zengZeng
·
2020-06-24 09:47
微信小程序
微信小程序自动识别收货地址
this;vartext=that.data.distinguish;vartext=text.replace(/(^\s*)|(\s*$)/g,"");//清除文本前后空格if(text==''){
that.setData
x002
·
2020-06-22 11:00
微信小程序动态显示隐藏元素的两种方法
:Page({data:{//初始值设置为显示none:"block"},aa(){varthat=this//判断元素为显示还是隐藏并做相应操作if(that.data.none=="none"){
that.setData
Mybabyying
·
2020-06-22 02:18
小程序
小程序-生成海报并保存到手机相册
index.jsbindSave:function(){letthat=this;wx.downloadFile({url:'https://xxxx',//头像success:(res)=>{
that.setData
weixin_34015336
·
2020-06-21 11:36
小程序实现获取短信验证码倒计时
data:{timer:'',countDownNum:'获取验证码'},clickDown:function(){varthat=this;letcountDownNum='60';//倒计时60秒
that.setData
Michelyuan
·
2020-04-10 13:00
微信小程序获取input输入框的值
这个是wxml代码登录输入的内容:{{first}}输入的内容2:{{second}}jssearchBox:function(e){constthat=this;letfirst,second;
that.setData
Raalstalblack
·
2020-04-09 03:23
微信小程序 弹出遮罩层滚动 禁止底层滚动问题
号门店、药房宁夏路04号门店js:data:{//一开始遮罩层与面板隐藏shows:false,},//点击整个view弹出遮罩层checkclick:function(e){varthat=this;
that.setData
好好学习__天天向上
·
2020-04-08 13:32
微信小程序倒计时功能
这里记录一下在微信小程序里面倒计时功能的简单实现直接看看代码吧//倒计时60秒functioncountDown(that,count){if(count==0){
that.setData
({timeCountDownTop
xxq2dream
·
2020-04-02 09:18
微信小程序知识点(上)
微信小程序获取input输入框的值登录输入的内容:{{first}}输入的内容2:{{second}}searchBox:function(e){constthat=this;letfirst,second;
that.setData
偷轮子
·
2020-03-17 14:35
微信小程序
微信小程序中的this指向问题
最近开发小程序发现一个很奇怪的问题,有些情况下用this.setData可以改变视图显示,有些情况下使用this.setData无效,需constthat=this;
that.setData
({xx})
微信小程序开发资源汇总
·
2020-02-27 15:31
微信小程序
微信小程序之底部弹出模态框 完美解决
:{hideModal:true,//模态框的状态true-隐藏false-显示animationData:{},},//显示遮罩层showModal:function(){varthat=this;
that.setData
李大玄
·
2020-02-16 23:53
2018-03-30 点击事件切换 三元运算符
1.点击事件切换month:function(e){varthat=thisif(that.data.month===e.target.dataset.month){returnfalse}else{
that.setData
超人又来了
·
2020-02-14 00:17
微信小程序选项卡加轮播
currentTab:0},onLoad:function(options){//页面初始化options为页面跳转所带来的参数},//滑动切换swiperTab:function(e){varthat=this;
that.setData
养猫人_d545
·
2020-02-11 22:43
微信小程序 Utils丨SetInterval 实现倒计时
;that.countDown('2019-10-2410:00:00');}/***倒计时**@paramendTime结束日期+时间***/countDown:function(endTime){
that.setData
MobMsg
·
2020-02-07 19:34
小程序开发中遇坑集
app.globalData.url.api.home,success:function(res){vara=res;//这样直接赋值并不会把数据渲染到页面上的不过0.9版本的时候这样做是可以的that.data.a=a;}});正确方式:
that.setData
我是渐渐呀
·
2019-12-24 20:59
微信小程序实用代码段(收藏版)
swichNav:function(e){varthat=this;if(this.data.currentTab===e.target.dataset.current){returnfalse;}else{
that.setData
Vam的金豆之路 发
·
2019-12-17 15:07
关于小程序使用map组件,标记markers时报错误(ret is not defined)
latitude纬度浮点数,范围-90~90longitude经度浮点数,范围-180~180且经度值要小于纬度值//获取数据设置默认的经纬度以及标记点markersletthat=this;
that.setData
闻远方有你
·
2019-12-17 14:00
小程序解决背景图拉伸问题
wx.createSelectorQuery().in(that)query.select('.nick-center-content').boundingClientRect(function(res){console.log(res)
that.setData
SmileJohn
·
2019-12-15 17:47
小程序不同页面的异步回调,callback和promise的使用讲解
如下代码onLoad(){letthat=thiswx.cloud.database().collection("users").get({success(res){
that.setData
(res.data
编程小石头
·
2019-12-15 15:12
小程序 调用globalData 的值为undefined解决方案
NowThis.AddsDataCallbacks){NowThis.AddsDataCallbacks(res);}调用页面letthat=this;app.AddsDataCallbacks=function(){
that.setData
elileo
·
2019-12-01 21:56
微信小程序 js的函数修改 data 中的 数组List集合的值
写法如下一定要注意setData中的[],特别容易忘记varup="navigationList["+0+"]"
that.setData
({[up]:sortItem,})直接上项目中的代码Page({
飞奔的屎壳郎
·
2019-10-23 08:53
小程序开发
小程序实现简单的倒计时秒杀效果
fe6906;color:#ffffff;}js//从从60到到0倒计时functioncountdown(that){varsecond=that.data.secondif(second==0){
that.setData
祈澈菇凉
·
2019-10-09 16:29
前端
微信小程序复习与总结(1) wx:for提取后台数据
Name:"ZXLD",Age:16},{Name:"ZXLA",Age:19}]},/***生命周期函数--监听页面加载*/onLoad:function(options){varthat=this;
that.setData
_速冻
·
2019-10-08 09:24
微信小程序 滚动到某个位置添加class效果实现代码
下面是js//滚动监听scroll:function(e){//console.log(e);varthat=this,scrollTop=that.data.scrollTop;
that.setData
·
2019-09-24 12:24
微信小程序授权获取用户详细信息openid的实例详解
小程序获取用户的头像昵称openid之类第一种使用wx.getUserInfo直接获取微信头像,昵称wx.getUserInfo({success:function(res){
that.setData
(
·
2019-09-22 23:16
微信小程序电商常用倒计时实现实例
;
that.setData
({second:"TimeO
·
2019-09-22 22:07
小程序上传图片+php接口
js代码bindViewTap:function(){varthat=this;console.log(that.data.hits)varhit=that.data.hitshit=hit+1;
that.setData
gegephp
·
2019-08-15 18:23
php
小程序
前端
js
微信小程序 通过后台动态控制小程序内容显示 动态控制小程序内转发功能
动态控制小程序页面是否展示wx.request({url:app.ceshiUrl+'/Api/controlWxView',success:function(res){
that.setData
({showThisView
秦浩雷
·
2019-08-01 16:18
判断字符串里是否包含某个字符
判断字符串是否包含‘[’字符console.log('字符串中包含1字符串');str=str.replace("[","");//替换字符串中的某个字符str=str.replace("]","")
that.setData
潇潇芭蕉
·
2019-07-30 14:55
WX中的常用方法
varthat=this;
that.setData
({//设置当前页面的Page()下的data值text:'changeddata','object.text':'changeddata'});that.data
Cherry丶小丸子
·
2019-06-13 14:19
小程序tab选项卡
clickTab:function(e){varthat=this;if(this.data.currentTab===e.target.dataset.current){returnfalse;}else{
that.setData
z青蛙
·
2019-05-31 13:04
小程序
小程序tab选项卡
小程序image 无法显示base64 图片 解决办法 有效
res.datavararray=wx.base64ToArrayBuffer(res.data)varbase64=wx.arrayBufferToBase64(array)if(res.statusCode==200){
that.setData
hexiaoniao
·
2019-05-20 13:05
小程序
微信小程序实现“地图全屏显示”以及“获得用户当前位置”
map_page.wxml中写入:在page.js中写入:onLoad:function(options){varthat=thiswx.getSystemInfo({success:function(res){
that.setData
AAAAshin
·
2019-04-16 15:16
小程序开发
微信小程序-地图导航
1)选择位置chooseLocation:function(){letthat=this;wx.chooseLocation({success:function(res){
that.setData
({osscation_address
chibimarukochan
·
2019-03-28 15:44
微信小程序
微信小程序-地图导航
1)选择位置chooseLocation:function(){letthat=this;wx.chooseLocation({success:function(res){
that.setData
({osscation_address
chibimarukochan
·
2019-03-28 15:44
微信小程序
微信小程序使用that=this原理
需要使用letthat=this;
that.setData
({xx});使用that来保存当前的this状态,
才华无限公司
·
2019-03-07 17:33
微信小程序
微信小程序rich-text富文本 图片自适应宽度
后端处理,最方便一种方法:接口里给img标签加样式(PHP)$info['contents']=str_replace("这个是wxml里富文本这个写在js里:var_that=this;_
that.setData
小雷FansUnion
·
2019-01-20 16:02
工作问题
微信小程序
保存失败一开始以为是授权原因,调试无果后,发现服务器上的图片需要下载下来才能保存到本地wx.downloadFile({url:src,success(r){if(r.statusCode===200){
that.setData
63eb7397f9be
·
2019-01-08 11:42
微信小程序开发问题之wx.previewImage
其中
that.setData
({isPr
心中有一海
·
2018-12-25 11:12
微信小程序之canvas画图生成图片下载
**分享*/weixinShare:function(){varthat=this;console.log(111);share.canvasImg((res)=>{console.log(222);
that.setData
浩伟
·
2018-11-17 20:21
微信
小程序
微信小程序 - 获取form的input的值
wxml代码登录输入的内容:{{first}}输入的内容2:{{second}}js代码login:function(e){constthat=this;letfirst,second;
that.setData
Beluga_白鲸
·
2018-11-13 15:46
【
微信程序
】
微信小程序数组动态赋值
首先是赋值后,如果要渲染到前端,一定要用
that.setData
({}),否则改了也是木有用滴。然后就是对数组的赋值,直接在setData里面是不可以给数组元素动态赋值的,那么怎么解决嘞。
gyx1549624673
·
2018-10-27 09:39
微信小程序数组赋值
微信小程序监听 input 的 输入值
:{search:''}/***监听搜索内容*/changeSearch:function(event){letthat=this;varinputSearch=event.detail.value;
that.setData
骑蜗牛de刘皇shu
·
2018-09-11 10:13
微信小程序
微信小程序高度自适应
res.windowHeight,clientWidth=res.windowWidth,rpxR=750/clientWidth;//比例varcalc=clientHeight*rpxR;console.log(calc)
that.setData
面壁思过程
·
2018-08-13 14:33
微信小程序
微信小程序,获取map的显示范围
function(e){varthat=this;this.mapCtx.getRegion({//mapCtx=wx.createMapContext('map')success:function(res){
that.setData
智商不够_熬夜来凑
·
2018-06-16 18:12
小程序
小程序
php
mysql
微信小程序扫码的代码及获取二维码的url地址
点击扫码scanCode:function(options){varthat=this;wx.scanCode({success:function(res){console.log(res);
that.setData
ZNYSYS520
·
2018-06-06 11:35
上一页
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
其他