You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
548 B
15 lines
548 B
<!--components/login/login.wxml-->
|
|
<!-- 首次进入小程序弹窗 -->
|
|
|
|
<view class="login_maks" wx:if='{{ is_show }}' bindtap="close">
|
|
<view class="login_box" catchtap="prevent">
|
|
<view class="logo">
|
|
<image src="{{imageServerUrl}}common/login_logo_icon.png"></image>
|
|
</view>
|
|
<text>云车招聘欢迎您</text>
|
|
<text class="tip dark">祝您早日找到工作|人才</text>
|
|
<view class="bottom">
|
|
<button size="mini" open-type="getUserInfo" bindtap="getUserProfile">确定</button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|