Commit b4f8918f authored by 吴春's avatar 吴春

Merge branch 'master' of http://gitlab.oytour.com/viitto/mallapp

parents 6167bf70 f94af1fe
......@@ -32,7 +32,6 @@
<view class="section">
<view v-for="(res, line) in resDate" class="item" :key="line">
<template v-if="activeMonth.Month==res.month">
<!-- <view class="year">{{ res.year }}{{ res.month }}</view> -->
<view class="day">
<view v-for="week in res.oneDayWeek" class="day-list" :style="{ width: (dayWidth - 10) / 7 + 'px' }"></view>
<view @tap="selectDay(line, index, (line + 1).toString() + index)" v-for="(item, index) in res.day" :key="index"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment