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.
|
- <view class="logoin_wrap">
- <view class='logo'>
- <image src='{{logo}}' mode="widthFix"></image>
- </view>
- <form bindsubmit='getLoginInfo'>
- <view class='login'>
- <view>
- <input type='number' name='phone' value='{{phone}}' placeholder='请输入手机号' placeholder-style='color:#BFBFBF;' maxlength='11' class='inp' bindinput="phoneInput" />
- </view>
- <view>
- <input type='{{password}}' focus='{{focus}}' class='inp' placeholder='请输入密码' placeholder-style='color:#BFBFBF;' name='pwd' value='{{pwd}}' bindinput="pwdInput" />
- <image class='showpassword' bindtap='showpassword' src='../../static/images/password.png' mode='widthFix'></image>
- </view>
- </view>
- <navigator url='../index/index' open-type='navigate' hover-class='none'></navigator>
- <button form-type='submit' class='button' hover-class='active'>登录管理门店</button>
- <view class='forget clearfix'>
- <text class='fr' bindtap='forgetPwd'>忘记密码</text>
- <text class='fr' bindtap='reStore' style="margin-right: 35rpx;">重新授权</text>
- </view>
- <view>
- <button class="phone" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">
- <image class='adminlogo' src='../../static/images/admin.png' mode='widthFix'></image>
- 商管操作台
- </button>
- <!-- <button class="phone" wx:if="{{!ifAlBoss}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"><image class='adminlogo' src='../../static/images/admin.png' mode='widthFix'></image>商管操作台</button> -->
- <!-- <button class="phone" wx:if="{{ifAlBoss}}" bindtap="getPhoneNumber"><image class='adminlogo' src='../../static/images/admin.png' mode='widthFix'></image>商管操作台</button> -->
- </view>
- </form>
-
- <view class="outSide" wx:if="{{showPrivacy}}" bindtap="clickPrivacy">
- <view class="showPrivacy">
- <view class="title">隐私协议更新</view>
- <view class="content">
- 感谢您一直以来对我们的信任和支持。为了更好地保护您的个人信息安全我们已经更新了隐私协议。如您继续使用我们的服务即表示同意并接受更新后的隐私协议。如您有任何疑问或意见,欢迎您联系我们的客户服务团队。
- </view>
- <button class="agree" type="primary" open-type="agreePrivacyAuthorization" bindagreeprivacyauthorization="handleAgreePrivacyAuthorization">同意</button>
- <button class="check" bindtap="handleOpenPrivacyContract">查看《隐私保护指引》</button>
- <image bindtap="closePrivacy" class="delete" src="../../static/images/delete.png" mode="" />
- </view>
- </view>
-
- <view class='defaultLogo'>
- <text>POWERED BY IFORMALL @Version B.10.9.14
- </text>
- </view>
- </view>
|