正在显示
2 个修改的文件
包含
4 行增加
和
4 行删除
@@ -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}}"> |
请
注册
或
登录
后发表评论