摘要: <view> <button catchtouchmove="buttonMove" bindtouchstart="buttonStart" bindtouchend="buttonEnd" catchtap="evaluateEvt" style="top:{{buttonTop}}px;lef 阅读全文
posted @ 2020-05-21 12:26 日升月恒 阅读(1869) 评论(0) 推荐(1)
摘要: 封装在公用的js文件里 // resList.js const app = getApp() module.exports = Behavior({ behaviors: [], properties: {}, data: { list: [], //列表数据 recordCount: 0, //列 阅读全文
posted @ 2020-05-21 12:15 日升月恒 阅读(977) 评论(0) 推荐(0)