随手精灵小程序,单独为了获取WIFI信息加强围栏告警功能能力
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.

123456789
  1. <view class="list-container">
  2. <text>
  3. 现在是: {{nowTime}}
  4. </text>
  5. <view>
  6. <web-view src="{{ url }}"></web-view>
  7. </view>
  8. <button bindtap="jumph5" size="mini" class="btn">跳转h5测试</button>
  9. </view>