提交 7e1996cd06ba7d680e7348d8bdcb3dd027fbdeec

作者 pangy
1 个父辈 1800a4c2

企业->组织

@@ -144,7 +144,7 @@ App({ @@ -144,7 +144,7 @@ App({
144 // baseUrl: "http://154.8.229.55:20000/", 144 // baseUrl: "http://154.8.229.55:20000/",
145 // baseUrl: "http://47.110.250.177:20000/", 145 // baseUrl: "http://47.110.250.177:20000/",
146 // baseUrl: "http://47.110.158.110:20000/", 146 // baseUrl: "http://47.110.158.110:20000/",
147 - baseUrl: "https://api.fjhxrl.com/", 147 + baseUrl: "https://api.workai.com.cn/",
148 OSSUrl: "", //"https://oss.workai.com.cn/", 148 OSSUrl: "", //"https://oss.workai.com.cn/",
149 userInfo: null, 149 userInfo: null,
150 hostInfo: null, 150 hostInfo: null,
@@ -299,10 +299,10 @@ @@ -299,10 +299,10 @@
299 <text class='text_777_30 float_left'>统一社会信用代码</text> 299 <text class='text_777_30 float_left'>统一社会信用代码</text>
300 <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入统一社会信用代码' name='owner_credit_no' value='{{owner_credit_no}}'></input> 300 <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入统一社会信用代码' name='owner_credit_no' value='{{owner_credit_no}}'></input>
301 </view> 301 </view>
302 - <view class='divide_line_30' hidden="{{leasetypeData.selected == '企业'}}"></view> 302 + <view class='divide_line_30' hidden="{{leasetypeData.selected == '组织'}}"></view>
303 <template is="picker_cell_normal" data="{{...cardtypeData}}"/> 303 <template is="picker_cell_normal" data="{{...cardtypeData}}"/>
304 - <view class='divide_line_30' hidden="{{leasetypeData.selected == '企业'}}"></view>  
305 - <view style='height:90rpx' hidden="{{leasetypeData.selected == '企业'}}"> 304 + <view class='divide_line_30' hidden="{{leasetypeData.selected == '组织'}}"></view>
  305 + <view style='height:90rpx' hidden="{{leasetypeData.selected == '组织'}}">
306 <text class='red_star_right_10'>*</text> 306 <text class='red_star_right_10'>*</text>
307 <text class='text_777_30 float_left'>证照号码</text> 307 <text class='text_777_30 float_left'>证照号码</text>
308 <view wx:if="{{isIdCard}}"> 308 <view wx:if="{{isIdCard}}">
注册登录 后发表评论