odc.xiaohui
2023-04-07 f693c859cdaf607c2a146ef89a7a2ce0d9476d1a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!--index.wxml-->
<view class="container">
    <view class="icon" >
        <image class="indexImage" src="../icon/jh.png"></image>
        <text class="font-name">青羊公安经侦大队</text>
    </view>
 
    <view wx:if="{{isShow}}">
        <view class="container" style="padding:0rpx">
            <view style="margin-top:150rpx; width: 98%;">
                <button class="show" type="primary" lang="zh_CN" open-type='getPhoneNumber' bindgetphonenumber="getPhoneNumber">微信登陆</button>
            </view>
        </view>
    </view>
    <view class="login-agreement">
      授权登录即表示同意 <text>《隐私政策》</text>
    </view>
</view>