找传奇、传世资源到传世资源站!

水果企业微信小程序源码

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

from clipboard

from clipboard
from clipboardvar app = getApp()
Page( {
  data: {
    //向模板传入数据
    // 轮播
    index_index_scroll_tmpl: {
      images: [
       '/image/2.jpg',
       '/image/1.jpg',
       '/image/3.jpg',
      ],
      indicatorDots: true,
      vertical: false,
      autoplay: true,
      interval: 3000,
      duration: 1200
    },

   

    // nav
    index_index_navs_tmpl: {
      navs: [
        {
          image: '/image/i1.png',
          text: '新鲜水果'
        }, {
          image: '/image/i2.png',
          text: '新疆特产'
        }, {
          image: '/image/i3.png',
          text: '新鲜蔬菜'
        }, {
          image: '/image/i4.png',
          text: '本地特产'
        }
      ]
    },
  },

  calling: function () {
    wx.makePhoneCall({
      phoneNumber: '4000000000',
      success: function () {
        console.log("拨打电话成功!")
      },
      fail: function () {
        console.log("拨打电话失败!")
      }
    })
  },

  //事件处理函数
  bindViewTap: function() {
    wx.navigateTo( {
      url: '../logs/logs'
    })
  },
  swiperchange: function(e) {
    //FIXME: 当前页码
    //console.log(e.detail.current)
  },

  onLoad: function() {
    console.log( 'onLoad' )
    var that = this
    //调用应用实例的方法获取全局数据
    app.getUserInfo( function( userInfo ) {
      //更新数据
      that.setData( {
        userInfo: userInfo
      })
    })
  },

  onShareAppMessage: function () {
    return {
      title: 'XXXXX企业',
      desc: '企业的领军者!',
      path: '/page/user?id=123'
    }
  },

  go: function(event) {
    wx.navigateTo({
      url: '../list/index?type=' event.currentTarget.dataset.type
    })
  }
})

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复