forked from nsjcy/frontEnd/nsjcy

liuwh
2020-04-27 4e44bc1fd7806a6c1611302120882b91d96640b5
1
2
3
4
5
6
7
<!--pages/warning/warning.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;'>{{msg}}</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>