Authored by 陈峰

套餐优化样式

... ... @@ -39,7 +39,7 @@ const detail = (params, isApp) => {
return {
bundleDatas: _.map(result.data, (bundle, index) => {
let query = {skn: params.skn, productId: params.productId, index: index + 1};
let query = {bundle_skn: params.skn || params.bundle_skn, productId: params.productId, index: index + 1};
if (isApp) {
query.app_version = isApp;
... ...
... ... @@ -53,4 +53,5 @@
<input type="hidden" id="shareTitle" value="{{title}}">
<input type="hidden" id="shareUrl" value="{{url}}">
{{/shareInfo}}
<input type="hidden" id="no-download" value="1" >
</div>
\ No newline at end of file
... ...
... ... @@ -10,6 +10,7 @@
border-bottom: solid 1PX #ddd;
overflow: hidden;
background-color: #fff;
box-sizing: content-box;
&.any {
padding: 0;
... ...
... ... @@ -108,6 +108,7 @@
color: #b0b0b0;
width: 30px !important;
height: 40px;
text-align: center;
}
.plus-0 {
... ...