|
@@ -164,7 +164,7 @@ export default withLayout((props) => {
|
164
|
164
|
</view>
|
165
|
165
|
<text className='Time'>
|
166
|
166
|
报名截止时间:
|
167
|
|
- {formatDate(detail.enlistEnd, 'yyyy/M/d')}
|
|
167
|
+ {formatDate(detail.enlistEnd, 'yyyy/MM/dd')}
|
168
|
168
|
</text>
|
169
|
169
|
<text className='Name'>{detail.title}</text>
|
170
|
170
|
<view className='flex-h Address'>
|
|
@@ -177,7 +177,7 @@ export default withLayout((props) => {
|
177
|
177
|
<text>时间:</text>
|
178
|
178
|
<view className='flex-item'>
|
179
|
179
|
<text>
|
180
|
|
- {`${formatDate(detail.startDate, 'yyyy/M/d')} - ${formatDate(detail.endDate, 'yyyy/M/d')}`}
|
|
180
|
+ {`${formatDate(detail.startDate, 'yyyy/MM/dd')} - ${formatDate(detail.endDate, 'yyyy/MM/dd')}`}
|
181
|
181
|
</text>
|
182
|
182
|
</view>
|
183
|
183
|
</view>
|
|
@@ -204,7 +204,7 @@ export default withLayout((props) => {
|
204
|
204
|
</view>
|
205
|
205
|
</view>
|
206
|
206
|
<text className='Price'>{detail.groupBuyPrice || '价格待定'}</text>
|
207
|
|
- <text className='Time'>时间:{formatDate(detail.startDate, 'yyyy/M/d')} - {formatDate(detail.endDate, 'yyyy/M/d')}</text>
|
|
207
|
+ <text className='Time'>时间:{formatDate(detail.startDate, 'yyyy/MM/dd')} - {formatDate(detail.endDate, 'yyyy/MM/dd')}</text>
|
208
|
208
|
</view>
|
209
|
209
|
<view className='Option'>
|
210
|
210
|
<view>
|