Commit 30afba00 authored by jyx's avatar jyx

代码优化

parent 584252bb
......@@ -45,8 +45,8 @@
</uni-popup>
<uni-popup class="popup2" ref="popup4" type="center">
<uni-popup-dialog style="color: #909399;" title="客服电话\n4000969950" :duration="2000"
@close="closeKefu" @confirm="closeKefu"></uni-popup-dialog>
<uni-popup-dialog style="color: #909399;" title="客服电话\n4000969950" :duration="2000" @close="closeKefu"
@confirm="closeKefu"></uni-popup-dialog>
</uni-popup>
</view>
</template>
......@@ -265,6 +265,7 @@
flex-direction: column;
align-items: center;
overflow: hidden;
.image-wrap {
height: 800rpx;
background-color: #579BEB;
......@@ -286,9 +287,7 @@
}
.swiper-wrap {
/* #ifdef H5 */
width: 50vh;
/* #endif */
height: 840rpx;
.swiper-item {
......@@ -299,7 +298,6 @@
/* #ifdef MP-ALIPAY */
margin-left: 10%;
margin-right: 10%;
width: 80%;
/* #endif */
.image {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment