Commit db2d1adc by 王东红

Merge branch 'master' of http://47.99.244.21:9999/root/joshine

parents bef5f117 6ab17bb3
......@@ -496,7 +496,8 @@ class Config
*/
public function isNewSender($version)
{
$currentVersion = $this->productMetadata->getVersion();
//$currentVersion = $this->productMetadata->getVersion();
$currentVersion = "2.4.3";
return version_compare($currentVersion, $version, '>=');
}
......
......@@ -43,25 +43,13 @@ if ($_attributeType && $_attributeType == 'text') {
} else {
$_attributeValue = $_helper->productAttribute($_product, $_product->$_call(), $_code);
}
?>
<?php if ($_attributeValue) :?>
<div class="product attribute <?= $block->escapeHtmlAttr($_className) ?>">
<?php if ($renderLabel) :?>
<strong class="type"><?= $block->escapeHtml($_attributeLabel) ?></strong>
<?php endif; ?>
<div class="value" <?= /* @noEscape */ $_attributeAddAttribute ?>>
<?php if($_attributeAddAttribute != 'itemprop="description"'): ?>
<?= /* @noEscape */ $_attributeValue ?>
<?php endif; ?>
</div>
</div>
<div class="product attribute <?= $block->escapeHtmlAttr($_className) ?>">
<?php if ($renderLabel) :?>
<strong class="type"><?= $block->escapeHtml($_attributeLabel) ?></strong>
<?php endif; ?>
<div class="value" <?= /* @noEscape */ $_attributeAddAttribute ?>><?= /* @noEscape */ $_attributeValue ?></div>
</div>
<?php endif; ?>
......@@ -93,11 +93,9 @@
if (this._obj.btn){
$("<input type='button' id='left' value='<'>").css({
left:0,
marginLeft:20
}).appendTo(this).
after($("<input type='button' id='right' value='>'>").css({
right:0,
marginRight:20
})).parent()
.children("input").css({
position:"absolute",
......
......@@ -617,6 +617,9 @@ ul {
grid-template-areas:
"media title"
"media main";
width: 80%;
margin-left: 10%;
margin-right: 10%;
}
}
.product-info-wrapper .page-title span.base{
......@@ -1512,7 +1515,7 @@ footer{
}
.flash_sale.news-arrivals{
margin-top: -100px;
margin-top: -75px;
}
}
@media (min-width: 670px) {
......@@ -1576,12 +1579,12 @@ button.action.submit.primary {
.swatch-option::before {
content: '';
position: absolute;
top: 0;
top: -3px;
bottom: 0;
left: 0;
left: -3px;
right: 0;
width: 40px;
height: 40px;
width: 46px;
height: 46px;
border-radius: 50%;
}
......
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