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.
20 lines
665 B
20 lines
665 B
<!--pages/pbService/security/index.wxml-->
|
|
<title title="安全服务"></title>
|
|
<view class="tel-item" bindtap="call" data-num="110">
|
|
<text class="tel-type">报警电话:</text>
|
|
<view>110</view>
|
|
<text class="iconfont icon-dianhua"></text>
|
|
<text>拨打</text>
|
|
</view>
|
|
<view class="tel-item" bindtap="call" data-num="120">
|
|
<text class="tel-type">急救中心:</text>
|
|
<view>120</view>
|
|
<text class="iconfont icon-dianhua"></text>
|
|
<text>拨打</text>
|
|
</view>
|
|
<view class="tel-item" bindtap="call" data-num="119">
|
|
<text class="tel-type">火警:</text>
|
|
<view>119</view>
|
|
<text class="iconfont icon-dianhua"></text>
|
|
<text>拨打</text>
|
|
</view>
|
|
|