diff --git a/alipay/pages/buy/buy.acss b/alipay/pages/buy/buy.acss index 2cfef3b1a..c1c7204e5 100755 --- a/alipay/pages/buy/buy.acss +++ b/alipay/pages/buy/buy.acss @@ -46,6 +46,9 @@ right: 0; bottom: 0; } +.goods-base { + min-height: 160rpx; +} .buy-nav { position: fixed; diff --git a/alipay/pages/buy/buy.axml b/alipay/pages/buy/buy.axml index 2ae78727e..07a7d53d5 100755 --- a/alipay/pages/buy/buy.axml +++ b/alipay/pages/buy/buy.axml @@ -20,15 +20,21 @@ - + {{item.title}} - {{item.attribute}} - - ¥{{item.price}} - ¥{{item.original_price}} - x{{item.buy_number}} - + + {{attr.attr_type_name}}:{{attr.attr_name}} + + + + + ¥{{item.price}} + + ¥{{item.original_price}} + + x{{item.buy_number}} +