提交 2d652cf2f1166fbdd037360429f550e2174f60cd

作者 wangyu
2 个父辈 a4d46706 4e433327

Merge branch 'dev_wy' into dev_无非居民

@@ -146,9 +146,9 @@ App({ @@ -146,9 +146,9 @@ App({
146 // baseUrl: "http://47.96.75.229:20000/", 146 // baseUrl: "http://47.96.75.229:20000/",
147 // baseUrl: "http://192.144.144.220:20000/", 147 // baseUrl: "http://192.144.144.220:20000/",
148 // baseUrl: "http://154.8.229.55:20000/", 148 // baseUrl: "http://154.8.229.55:20000/",
149 - baseUrl: "http://47.110.250.177:20000/", 149 + // baseUrl: "http://47.110.250.177:20000/",
150 // baseUrl: "http://47.110.158.110:20000/", 150 // baseUrl: "http://47.110.158.110:20000/",
151 - // baseUrl: "https://api.workai.com.cn/", 151 + baseUrl: "https://api.workai.com.cn/",
152 OSSUrl: "", //"https://oss.workai.com.cn/", 152 OSSUrl: "", //"https://oss.workai.com.cn/",
153 userInfo: null, 153 userInfo: null,
154 hostInfo:null, 154 hostInfo:null,
@@ -376,7 +376,7 @@ @@ -376,7 +376,7 @@
376 </view> 376 </view>
377 </view> 377 </view>
378 </view> 378 </view>
379 - <view wx:if="{{!additionInfo||additionInfo.length<1||(additionInfo[0].profession_items.length<1&&additionInfo[0].title_items.length<1)||(!additionInfo[0].support_duties||additionInfo[0].support_duties.length<1)}}"> 379 + <view wx:if="{{!additionInfo||additionInfo.length<1||(additionInfo[0].profession_items.length<1&&additionInfo[0].title_items.length<1)||(additionInfo[0].support_duties&&additionInfo[0].support_duties.length<1)}}">
380 <image style='width:55%;height:254rpx;margin:166rpx;' src='/images/noreduce_img.png'></image> 380 <image style='width:55%;height:254rpx;margin:166rpx;' src='/images/noreduce_img.png'></image>
381 </view> 381 </view>
382 </view> 382 </view>
注册登录 后发表评论