forked from nsjcy/frontEnd/nsjcy

xuxj
2020-04-26 8b3fbce45058894a76aefbf11b3a199f60d487d6
1
2
3
4
5
6
7
<!--pages/developIng/developIng.wxml-->
<div class="developIng">
  <icon type="info" size="70" style='margin:50px' />
  <text selectable='true' bindlongtap='copy' style='font-size:16px;width:60%;text-align:center;'>请复制以下链接,打开浏览器访问</text>
  <text selectable='true' bindlongtap='copy' style='font-size:20px;'>http://www.ajxxgk.jcy.gov.cn</text>
  <div class='copy' bindtap="copyBtn" style='margin:50px'>一键复制</div>
</div>