f08b8177 by simon

默认提交

1 parent 7369ecbf
......@@ -59,7 +59,7 @@ Page({
initData() {
this.queryMember().then((result) => {
// this.openSocket();
this.openSocket();
});
},
......
......@@ -25,9 +25,9 @@ $contentWidth:690px;
$imgHeight: 480px;
width: $imgWidth;
height: $imgHeight;
border: 1PX solid #F0F0F0;
// border: 1PX solid #F0F0F0;
border-radius: 4px;
@extend .bb;
// @extend .bb;
.swiper {
width: $imgWidth;
......