zhongping-miniprogram/miniprogram/pages/index/index.wxml

46 lines
2.4 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--index.wxml-->
<view class="index-page">
<view class="nameSlogan">
<image class="name" src="/assets/images/index/name.png"></image>
<image class="slogan" src="/assets/images/index/slogan.png"></image>
</view>
<view class="source">
<view class="sourceItem">
<image class="icon_seemore" src="/assets/images/index/icon_seemore.png"></image>
<text>四川私慕科技有限公司</text>
</view>
<view class="sourceItem">
<image class="icon_gh" src="/assets/images/index/icon_gh.png"></image>
<image class="icon_fw" src="/assets/images/index/icon_fw.png"></image>
<text>全国人力资源信息数据验证平台</text>
</view>
</view>
<view class="description">众评是四川私慕科技有限公司与全国人力资源信息数据验证平台共同推出的一款个人综合社交评价工具,所有关键数据存储、隐私安全保障、用户行为数据溯源均由全国人力资源信息数据验证平台提供相应接口及支撑。</view>
<view class="search_box">
<!-- <view class="top"> -->
<!-- <view>手机号:</view> -->
<!-- <view class="mobileContact" bindtap="handleContact">
<image src="/assets/images/index/top-tongxunlu@2x.png"></image> 通讯录选取号码
</view>
</view> -->
<view class="input_contact">
<image class="icon_search" src="/assets/images/index/icon_search.png"></image>
<input type="number" maxlength="11" placeholder="输入对方手机号码或通讯录选取" model:value="{{phone}}" />
<btn width="190rpx" height="57rpx" class="btn_contact" bindtap="handleContact">
<image class="icon_contact" src="/assets/images/index/tongxunlu@2x.png"></image>通讯录选取
</btn>
</view>
<!-- <view>
<input type="number" maxlength="11" placeholder="输入一个手机号码,查看此号码的众评数据" model:value="{{phone}}" />
</view> -->
<view class="btns">
<btn type="primary45" width="100%" height="90rpx" fontSize="32rpx" style="margin-bottom: 27rpx;" bindtap="handleResult">查看众评数据</btn>
<btn type="default45" width="100%" fontSize="32rpx" height="90rpx" bindtap="checkMy">查看我的号码</btn>
</view>
</view>
<view class="footer">
<view bindtap="goPrivacy">《隐私政策》| </view>
<view bindtap="goService">《用户协议》| </view>
<view bindtap="goQA"> Q&A</view>
</view>
</view>