微信小程序日歷組件calendar詳解及實例
從網(wǎng)站建設到定制行業(yè)解決方案,為提供做網(wǎng)站、成都網(wǎng)站建設服務體系,各種行業(yè)企業(yè)客戶提供網(wǎng)站建設解決方案,助力業(yè)務快速發(fā)展。成都創(chuàng)新互聯(lián)將不斷加快創(chuàng)新步伐,提供優(yōu)質(zhì)的建站服務。
模版使用:
src="../cal/calendar.wxml"> is="calendar" data="{{selected_value,days,month,years,lunar_years,lunar_month,lunar_days,selectDateType,l unar_selected_value}}">
JS代碼使用:
var Calendar = require('../cal/calendar'); Page({ data: { selected_value: [], days: [], month: [], years: [], lunar_years: [], lunar_month: [], lunar_days: [], selectDateType: 1, lunar_selected_value: [] }, .... // 指定選擇器回調(diào)函數(shù) new Calendar('key', this, function(date){ that.setData({ date: date }) });
樣式
.calendar{ position: absolute; bottom: 0; width: 100%; z-index: 999; background-color: #fff; } .tab{ display:inline-block; width:50%; text-align:center; font-size:16px; color: #ccc; } .tab-bar{ background-color: #eee; height: 40px; line-height: 40px; } .tab-bar .active{ color: #000; } .selected-item{ font-size: 28px; } .event-type_parent{ font-size: 14px; } .event-type_child{ text-align: center; line-height: 30px; } .event-type_txt{ display: inline-block; }
以上用法看不懂的話,具體就參考代碼里面index目錄下。
感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!