作者 范庆奥

图片问题

@@ -49,12 +49,12 @@ App({ @@ -49,12 +49,12 @@ App({
49 console.log(entrance_type); 49 console.log(entrance_type);
50 if (entrance_type == '1' || url == '/getopenid/get' || url.indexOf('address') > -1 || url.indexOf('/wb/wb')>-1) { 50 if (entrance_type == '1' || url == '/getopenid/get' || url.indexOf('address') > -1 || url.indexOf('/wb/wb')>-1) {
51 //劳保商城入口 51 //劳保商城入口
52 - // baseUrl = 'https://binhai.w.broing.cn/api';  
53 - baseUrl = 'http://binhai.shs.broing.cn/api' 52 + baseUrl = 'https://binhai.w.broing.cn/api';
  53 + // baseUrl = 'http://binhai.shs.broing.cn/api'
54 } else if (entrance_type == '2') { 54 } else if (entrance_type == '2') {
55 //工会商城入口 55 //工会商城入口
56 - // baseUrl = 'https://binhaigh.w.broing.cn/api';  
57 - baseUrl = 'http://gonghui.shs.broing.cn/api' 56 + baseUrl = 'https://binhaigh.w.broing.cn/api';
  57 + //baseUrl = 'http://gonghui.shs.broing.cn/api'
58 } else if (entrance_type == '3') { 58 } else if (entrance_type == '3') {
59 //办公入口 59 //办公入口
60 baseUrl = 'https://bgcb.w.broing.cn/api'; 60 baseUrl = 'https://bgcb.w.broing.cn/api';
@@ -268,7 +268,8 @@ page { @@ -268,7 +268,8 @@ page {
268 268
269 .wxParse-img { 269 .wxParse-img {
270 width: 100% !important; 270 width: 100% !important;
271 - margin: -30rpx auto 0 !important; 271 + /* margin: -30rpx auto 0 !important; */
  272 + display: block;
272 } 273 }
273 274
274 .template image { 275 .template image {
@@ -124,5 +124,9 @@ @@ -124,5 +124,9 @@
124 } 124 }
125 ] 125 ]
126 } 126 }
  127 + },
  128 + "projectname": "binhaineigouopen",
  129 + "setting": {
  130 + "compileHotReLoad": true
127 } 131 }
128 } 132 }