...
|
...
|
@@ -16,6 +16,9 @@ |
|
|
<div class="chose-panel"></div>
|
|
|
{{# bundleInfo}}
|
|
|
<div class="bundle-bar clearfix">
|
|
|
{{#if @root.isApp}}
|
|
|
<div class="no-buy">抱歉,套装商品仅支持在最新版app购买,请升级!</div>
|
|
|
{{^}}
|
|
|
<div class="bundle-bar-md">
|
|
|
<div class="bundle-price">
|
|
|
{{#if subPrice}}
|
...
|
...
|
@@ -26,6 +29,9 @@ |
|
|
<div class="sale-price">销售价: {{salesPriceStr}}</div>
|
|
|
</div>
|
|
|
<button id="bundle-buy-now" class="bundle-buy-btn">立即购买</button>
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
|
</div>
|
|
|
<input type="hidden" id="activityId" value="{{bundleId}}">
|
|
|
{{/ bundleInfo}}
|
...
|
...
|
|