LBK:tab分页,简易列表,scroll上下左右滑动

LBK:tab分页,简易列表,scroll上下左右滑动

2021-03-16
¥ 0 终身VIP免费 升级终身VIP
下载不了?请联系网站客服提交链接错误!
增值服务: 安装指导 环境配置 二次开发 网站建设 模板修改 源码安装 LOGO设计 图片设计
LBK:tab分页,简易列表,scroll上下左右滑动
最近更新 2021年03月16日
资源编号 18438

LBK:tab分页,简易列表,scroll上下左右滑动

郑重承诺丨总裁主题提供安全交易、信息保真!
增值服务:
安装指导
环境配置
二次开发
网站建设
模板修改
源码安装
¥ 0 (终身VIP免费 升级终身VIP开通VIP尊享优惠特权
立即下载 升级会员 最新活动
详情介绍

LBK:tab分页,简易列表,scroll上下左右滑动

LBK:tab分页,简易列表,scroll上下左右滑动

代码示例:

01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
var order = [‘red’, ‘yellow’, ‘blue’, ‘green’, ‘red’]
Page({
  data: {
    toView: ‘red’,
    scrollTop: 100
  },
  showAction: function () {
    wx.showActionSheet({
      itemList: [‘A’, ‘B’, ‘C’],
      success: function (res) {
        console.log(res.tapIndex)
      },
      fail: function (res) {
        console.log(res.errMsg)
      }
    })
  },
  showToast: function () {
    wx.showToast({
      title: ‘加载中’,
      icon: ‘loading’,
      duration: 10000
    })
    setTimeout(function () {
      wx.hideToast()
    }, 2000)
  },
  showDialog: function () {
    wx.showModal({
      title: ‘提示’,
      content: ‘这是一个模态弹窗’,
      success: function (res) {
        if (res.confirm) {
          console.log(‘用户点击确定’)
        } else {
          console.log(‘用户点击了取消’)
        }
      }
    })
  },
  upper: function (e) {
    console.log(e)
  },
  lower: function (e) {
    console.log(e)
  },
  scroll: function (e) {
    console.log(e)
  },
  tap: function (e) {
    for (var i = 0; i < order.length; ++i) {
      if (order[i] === this.data.toView) {
        this.setData({
          toView: order[i + 1]
        })
        break
      }
    }
  },
  tapMove: function (e) {
    this.setData({
      scrollTop: this.data.scrollTop + 10
    })
  },
  onPullDownRefresh: function () {
    console.log(“下拉刷新”);
  },
  onReachBottom: function () {
    console.log(“上拉加载”);
  }
})

 

[AppleScript] 纯文本查看 复制代码
?
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
var order = [‘red’, ‘yellow’, ‘blue’, ‘green’, ‘red’]
Page({
  data: {
    toView: ‘red’,
    scrollTop: 100
  },
  upper: function (e) {
    console.log(e)
  },
  lower: function (e) {
    console.log(e)
  },
  scroll: function (e) {
    console.log(e)
  },
  tap: function (e) {
    for (var i = 0; i < order.length; ++i) {
      if (order[i] === this.data.toView) {
        this.setData({
          toView: order[i + 1]
        })
        break
      }
    }
  },
  tapMove: function (e) {
    this.setData({
      scrollTop: this.data.scrollTop + 10
    })
  },
  photo: function () {
    wx.chooseImage({
      count: 9, // 默认9
      sizeType: [‘original’, ‘compressed’], // 可以指定是原图还是压缩图,默认二者都有
      sourceType: [‘album’, ‘camera’], // 可以指定来源是相册还是相机,默认二者都有
      success: function (res) {
        // 返回选定照片的本地文件路径列表,tempFilePath可以作为img标签的src属性显示图片
        var tempFilePaths = res.tempFilePaths
        console.log(tempFilePaths);
      }
    })
  },
  showphoto: function () {
    wx.previewImage({
      current: ‘http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg’, // 当前显示图片的http链接
      urls: [“http://img06.tooopen.com/images/20160818/tooopen_sy_175866434296.jpg”,”http://img06.tooopen.com/images/20160818/tooopen_sy_175833047715.jpg”,”http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg”] // 需要预览的图片http链接列表
    })
  }
})
资源下载此资源仅限注册用户下载,请先
客服QQ:3482249445
收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

所有文章为演示数据,不提供下载地址,版权归原作者所有,仅提供演示效果!

小程序网 小程序 LBK:tab分页,简易列表,scroll上下左右滑动 https://www.10000ii.com/18438.html

常见问题
  • 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。
查看详情
  • 最常见的情况是下载不完整: 可对比下载完压缩包的与网盘上的容量,若小于网盘提示的容量则是这个原因。这是浏览器下载的bug,建议用
查看详情

相关文章

LBK:tab分页,简易列表,scroll上下左右滑动-海报

分享本文封面