Authored by zhangwenxue

fix( 商品详情): fix ios9适配

... ... @@ -124,8 +124,10 @@ export default {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
bottom: 0;
right: 0;
/*width: 100%;*/
/*height: 100%;*/
background: #fff;
.size-list {
... ...
... ... @@ -7,7 +7,7 @@
class="cube-scroll-wrapper"
@scroll-end="scrollEndHandler">
<div class="slide">
<cube-slide ref="slide" :data="imageList">
<cube-slide ref="slide" :data="imageList" :allow-vertical="true">
<cube-slide-item v-for="(item, index) in imageList" :key="index">
<a click="javascript:void 0" class="square-img-container">
<square-img v-if="!item.initial" :src="item.image_url" :width="600" :height="600" />
... ...