微信小程序中多条数据缓存的代码实例

本篇文章给大家带来的内容是关于微信小程序中多条数据缓存的代码实例,有一定的参考价值,有需要的朋友可以参考一下,希望对你有所帮助。

1

2

3

4

5

6

<input bindinput=”inputcon”></支付系统对接mhkj33input>

<view bindtap=”history”>查看历史记录</view>

<button bindtap=”test”>点击保存</button>

<block wx:for=”{{hist支付系统对接mhkj33ory}}” wx:key=”{{index}}”>

<text>{{item}}</text>

</block>

登录后复制
Page({ data: { h支付系统对接mhkj33istory:[] }, inputcon: function(e) { this.value = e.detail.value支付系统对接mhkj33; }, // 缓存多条数据 test:function() { let arr = wx.getSto支付系统对接mhkj33rageSync(“test1”) || []; arr.unshift(this.value); wx.setStorageSync(“test1”,支付系统对接mhkj33 arr) }, // 缓存多条数据 history: function() { this.setDa支付系统对接mhkj33ta({ history: wx.getStorageSync(“test1”) }) },
登录后复制

相关推荐:

微信小程序实例:支付系统对接mhkj33如何实现批量倒计时(附代码)

微信小程序的实例:实现下拉刷新数据的代码

小程序实例:小程序实现折叠菜单的效果(附代码)

以上就是微信小程序中多条数据缓存的代码实例的详细内容,更多请关注php中文网其它相关文支付系统对接mhkj33章!

© 版权声明
THE END
喜欢就支持一下吧
点赞303 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容