摘要:
JS // pages/search/search.js var app = getApp(); Page({ /** * 页面的初始数据 */ data: { inputValue:'', // 焦点默认数据 keyListId: 1, keyselecte: true, // keylist:{ 阅读全文
摘要:
JS // pages/shop/shop.js Page({ /** * 页面的初始数据 */ data: { //判断购物车是否为空时的页面 hasList: false, carts:[], }, // 实现bindSelectAll事件,改变全选状态 selectedAllStatus: t 阅读全文
摘要:
js文件 'use strict'; let choose_year = null, choose_month = null; const conf = { data: { hasEmptyGrid: false, showPicker: false }, onLoad() { const date 阅读全文