zzc-design-mobile
Advanced tools
Comparing version 3.9.2 to 3.9.3
@@ -211,3 +211,3 @@ 'use strict'; | ||
if (days >= 10) { | ||
durationDaysText = ' (' + i18n.durationDays + days + i18n.day + ')'; | ||
durationDaysText = '' + i18n.durationDays + days + i18n.day; | ||
} | ||
@@ -236,3 +236,3 @@ } | ||
'\uFF1A', | ||
currStartTime ? (0, _moment2.default)(currStartTime.t).format((0, _moment2.default)().isSame(currStartTime.t, 'year') ? formatText : formatTextWithYear) + durationDaysText : '未设置' | ||
currStartTime ? (0, _moment2.default)(currStartTime.t).format((0, _moment2.default)().isSame(currStartTime.t, 'year') ? formatText : formatTextWithYear) : '未设置' | ||
), | ||
@@ -250,3 +250,8 @@ _react2.default.createElement( | ||
{ className: 'submit-btn', onClick: submit }, | ||
i18n.submit_btn_text | ||
i18n.submit_btn_text, | ||
durationDaysText && _react2.default.createElement( | ||
'div', | ||
{ className: 'duration-day-text' }, | ||
durationDaysText | ||
) | ||
) | ||
@@ -253,0 +258,0 @@ ) |
{ | ||
"name": "zzc-design-mobile", | ||
"name_cn": "租租车主流程UI规范", | ||
"version": "3.9.2", | ||
"version": "3.9.3", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
905876
22059