微信小程序页面数据传输

阅读: 评论:0

微信小程序页面数据传输

微信小程序页面数据传输

index.js

Page({

  data: {

    person: [{

      id: 1,

      name: '小明',

      text: "小明什么也没干"

    },

    {

      id: 2,

      name: '小花',

      text: '小花什么也不知道'

    },

    {

      id: 3,

      name: '小燕',

      text: '小燕今天想吃豆腐鱼汤'

    },

    {

      id: 4,

      name: '小雅',

      text: '今天也要美美哒'

    },

    {

      id: 5,

      name: '小茵',

      text: '我的衣服又不够穿了'

    },

  ]

  },

  showInfo: function (e) {

    // console.log(e);

    var id = e.currentTarget.id  // 获取id

    var name = ''

    var text = ''

    var tp = this.data.person  // this.person无法获取到data的数据故加上data

    tp.forEach((item) => { // 遍历

      if (item.id == id) {

        // 获取person中的数据保存在变量中,方便页面传输数据

        name = item.name;  

        text = 

      }

    });

    wx.navigateTo({

      url: '/pages/chats-list/chat-list?id='+id+'&name='+name+'&text='+text,

    })

  },

})

index-two.wxml

<view class="all">

  <view class="info">

      <text id="name">{{name}}</text>

    </view>

  <view class="mes">

    <image class="img" src='/image/chat/headimg{{id}}.jpeg'></image>

    <view class="content"><text id="texts">{{content}}</text></view>

  </view>

</view>

index-two.js

Page({

  data: {

    name: null,

    content: null,

    id: 1,

    temp: []

  },

  onLoad: function (e) {

    var that = this

    console.log(e);

    that.setData({

      name: e.name,

      content: e.text,

      id: e.id

    })

  }

})

本文发布于:2024-01-30 16:28:32,感谢您对本站的认可!

本文链接:https://www.4u4v.net/it/170660331321332.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:数据传输   页面   程序   微信小
留言与评论(共有 0 条评论)
   
验证码:

Copyright ©2019-2022 Comsenz Inc.Powered by ©

网站地图1 网站地图2 网站地图3 网站地图4 网站地图5 网站地图6 网站地图7 网站地图8 网站地图9 网站地图10 网站地图11 网站地图12 网站地图13 网站地图14 网站地图15 网站地图16 网站地图17 网站地图18 网站地图19 网站地图20 网站地图21 网站地图22/a> 网站地图23