index$411a8962.wxml
711 Bytes
<template name="index$411a8962">
<view wx:if="{{canIUse}}" class="_div data-v-ed730f9c welcome">
<view class="_div data-v-ed730f9c title">欢迎使用汉阳手机律师小程序</view>
<view class="_div data-v-ed730f9c sub-title">律师端</view> <button wx:if="{{auth}}" type="primary" bindtap="handleProxy" data-eventid="{{'1'}}" data-comkey="{{$k}}" class="_button data-v-ed730f9c">注册为律师</button><button wx:else open-type="getUserInfo" type="primary" bindgetuserinfo="handleProxy" data-eventid="{{'0'}}" data-comkey="{{$k}}" class="_button data-v-ed730f9c">开始使用</button>
</view>
<view wx:else style="title" class="_div data-v-ed730f9c">请升级微信版本</view>
</template>