Authored by zhangxiaoru

order

2.6 KB | W: | H:

5 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -249,9 +249,8 @@
margin: 50px 0 30px;
background: resolve('product/yoho_icon.png') no-repeat;
padding-left: 68px;
height: 60px;
line-height: 60px;
font-size: 30px;
font-size: 28px;
height: 52px;
}
}
... ...
... ... @@ -178,7 +178,7 @@
<span>¥{{price}}</span>
</div>
{{#if yohoCoinNum}}
{{#if returnYohoCoin}}
<div class="yoho-coin">
共返有货币: {{yohoCoinNum}}个
</div>
... ...
... ... @@ -579,6 +579,7 @@ class CartModel
//有货币
if($payReturn['shopping_cart_data']['gain_yoho_coin'] > 0) {
$result['yohoCoinNum'] = $payReturn['shopping_cart_data']['gain_yoho_coin'];
$result['returnYohoCoin'] = true;
}
}
... ...