f08b8177 by simon

默认提交

1 parent 7369ecbf
...@@ -59,7 +59,7 @@ Page({ ...@@ -59,7 +59,7 @@ Page({
59 59
60 initData() { 60 initData() {
61 this.queryMember().then((result) => { 61 this.queryMember().then((result) => {
62 // this.openSocket(); 62 this.openSocket();
63 }); 63 });
64 }, 64 },
65 65
......
...@@ -25,9 +25,9 @@ $contentWidth:690px; ...@@ -25,9 +25,9 @@ $contentWidth:690px;
25 $imgHeight: 480px; 25 $imgHeight: 480px;
26 width: $imgWidth; 26 width: $imgWidth;
27 height: $imgHeight; 27 height: $imgHeight;
28 border: 1PX solid #F0F0F0; 28 // border: 1PX solid #F0F0F0;
29 border-radius: 4px; 29 border-radius: 4px;
30 @extend .bb; 30 // @extend .bb;
31 31
32 .swiper { 32 .swiper {
33 width: $imgWidth; 33 width: $imgWidth;
......