摘要: //app.js内 globalData: { PageActive: true }, preventActive (fn) { const self = this if (this.globalData.PageActive) { this.globalData.PageActive = fals 阅读全文
posted @ 2021-11-05 15:30 ▍凉城空巷° 阅读(182) 评论(0) 推荐(0) 编辑
摘要: //筛选框 <input type="text" placeholder="输入手机号查询" bindinput="search"></input> //循环数组 <view wx:for="{{emp_list}}"> <text>{{item.mobile}}</text> </view> da 阅读全文
posted @ 2021-11-05 08:48 ▍凉城空巷° 阅读(544) 评论(0) 推荐(0) 编辑