|
|
|
|
@ -20,7 +20,8 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="weui-cells__group weui-cells__group_form mt10">
|
|
|
|
|
|
|
|
|
|
<view class="weui-cells__group weui-cells__group_form mt10" wx:if="{{!iosDialogTobe}}">
|
|
|
|
|
<view class="weui-cells weui-cells_form br8">
|
|
|
|
|
<view class="weui-cell h56">
|
|
|
|
|
<view class="weui-cell__hd p0">
|
|
|
|
|
@ -43,7 +44,7 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="weui-cells__group weui-cells__group_form mt10">
|
|
|
|
|
<view class="weui-cells__group weui-cells__group_form mt10" wx:if="{{!iosDialogTobe}}">
|
|
|
|
|
<view class="weui-cells weui-cells_form br8">
|
|
|
|
|
<view class="weui-cell h56">
|
|
|
|
|
<view class="weui-cell__hd p0">
|
|
|
|
|
@ -55,7 +56,8 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="imgContainer mt32 fsa">
|
|
|
|
|
|
|
|
|
|
<view class="imgContainer mt32 fsa" wx:if="{{!iosDialogTobe}}">
|
|
|
|
|
<view class bindtap="chooseImg" data-type="yyzz" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="fw500">营业执照</view>
|
|
|
|
|
<view class="updateimg" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
@ -72,13 +74,13 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<button class="loginOut normalBtn submit {{recording ? 'recording' : ''}}" formType="submit">{{recording?'已申请':'提交申请'}}</button>
|
|
|
|
|
<view class="connectManager fw500 f14" hover-class="none" hover-stop-propagation="false" bindtap="showTobe">联系客户经理</view>
|
|
|
|
|
<button class="loginOut normalBtn submit {{recording ? 'recording' : ''}}" formType="submit" wx:if="{{!iosDialogTobe}}">{{recording?'已申请':'提交申请'}}</button>
|
|
|
|
|
<view class="connectManager fw500 f14" hover-class="none" hover-stop-propagation="false" bindtap="showTobe" wx:if="{{!iosDialogTobe}}">联系客户经理</view>
|
|
|
|
|
</form>
|
|
|
|
|
</view>
|
|
|
|
|
<view aria-role="dialog" catchtouchmove="modalMove" aria-modal="true" class="fadeIn" wx:if="{{iosDialogTobe}}">
|
|
|
|
|
<view aria-role="dialog" catchtouchmove="modalMove" aria-modal="true" class="fadeIn" wx:if="{{iosDialogTobe}}" style="z-index: 99998;">
|
|
|
|
|
<view class="weui-mask"></view>
|
|
|
|
|
<view class="weui-dialog contact tobe" style="box-sizing:border-box;">
|
|
|
|
|
<view class="weui-dialog contact tobe" style="box-sizing:border-box;z-index: 99999;">
|
|
|
|
|
<i class="iconfont icon-guanbi guanbi c6 biggerSize" bindtap="closeTobe"></i>
|
|
|
|
|
<view class="weui-dialog__hd">
|
|
|
|
|
<view class="f20 bbd1 top" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
@ -100,3 +102,5 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|