Merge branch 'feature/food-setting' into 'release/6.8.3'
Feature/food setting See merge request !398
Showing
2 changed files
with
2 additions
and
2 deletions
1 | 1 | ||
2 | <div class="chose-size row clearfix"> | 2 | <div class="chose-size row clearfix"> |
3 | - <span class="title pull-left"><i class="sku-label">{{skuTitle}}</i>:</span> | 3 | + <span class="title pull-left"><i class="sku-label">{{skuTitle || '尺码'}}</i>:</span> |
4 | 4 | ||
5 | <div id="sizes" class="size-wrapper pull-left"> | 5 | <div id="sizes" class="size-wrapper pull-left"> |
6 | {{#each colors}} | 6 | {{#each colors}} |
@@ -2026,7 +2026,7 @@ $(function() { | @@ -2026,7 +2026,7 @@ $(function() { | ||
2026 | let $productionTime = $('.description-content .basic span[data-key=生产日期]').parents('.justpostion'); | 2026 | let $productionTime = $('.description-content .basic span[data-key=生产日期]').parents('.justpostion'); |
2027 | let $releaseTime = $('.description-content .basic span[data-key=过期时间]').parents('.justpostion'); | 2027 | let $releaseTime = $('.description-content .basic span[data-key=过期时间]').parents('.justpostion'); |
2028 | let releaseTimeIndex = $releaseTime.parents('li').index(); | 2028 | let releaseTimeIndex = $releaseTime.parents('li').index(); |
2029 | - let postionLeft1 = '70px'; | 2029 | + let postionLeft1 = '100px'; |
2030 | let postionLeft2 = '56px'; | 2030 | let postionLeft2 = '56px'; |
2031 | 2031 | ||
2032 | if ($releaseTime.length) { | 2032 | if ($releaseTime.length) { |
-
Please register or login to post a comment