|
@@ -1,14 +1,14 @@
|
|
<!--index.wxml-->
|
|
<!--index.wxml-->
|
|
<!-- 自定义顶部栏 -->
|
|
<!-- 自定义顶部栏 -->
|
|
<view class="nav-bar">
|
|
<view class="nav-bar">
|
|
- <image src="../images/top_nav_03.png" class="nav-bar-img"/>
|
|
|
|
|
|
+ <image src="{{host}}/images/top_nav_03.png" class="nav-bar-img"/>
|
|
<view class="nav-barback" ></view>
|
|
<view class="nav-barback" ></view>
|
|
</view>
|
|
</view>
|
|
<!-- 占位,高度与顶部栏一样 -->
|
|
<!-- 占位,高度与顶部栏一样 -->
|
|
<view style="height:450rpx;"></view>
|
|
<view style="height:450rpx;"></view>
|
|
<view class="container">
|
|
<view class="container">
|
|
<view class="bg">
|
|
<view class="bg">
|
|
- <image src="../images/top_nav_05.png" class="img" mode="widthFix" />
|
|
|
|
|
|
+ <image src="{{host}}/images/top_nav_05.png" class="img" mode="widthFix" />
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<!-- 头部图片 -->
|
|
<!-- 头部图片 -->
|
|
@@ -16,15 +16,15 @@
|
|
<!-- 快速跳转按钮 -->
|
|
<!-- 快速跳转按钮 -->
|
|
<view class="nav">
|
|
<view class="nav">
|
|
<view class="item" bindtap="init_userInfo" data-fun="bindViewDaiBan">
|
|
<view class="item" bindtap="init_userInfo" data-fun="bindViewDaiBan">
|
|
- <image class="img" src="../images/nav_db.png" />
|
|
|
|
|
|
+ <image class="img" src="{{host}}/images/nav_db.png" />
|
|
<text>待办</text>
|
|
<text>待办</text>
|
|
</view>
|
|
</view>
|
|
<view class="item" bindtap="init_userInfo" data-fun="bindViewQiYe">
|
|
<view class="item" bindtap="init_userInfo" data-fun="bindViewQiYe">
|
|
- <image class="img" src="../images/nav_qy.png" />
|
|
|
|
|
|
+ <image class="img" src="{{host}}/images/nav_qy.png" />
|
|
<text>企业</text>
|
|
<text>企业</text>
|
|
</view>
|
|
</view>
|
|
<view class="item" bindtap="init_userInfo" data-fun="bindViewXunCha">
|
|
<view class="item" bindtap="init_userInfo" data-fun="bindViewXunCha">
|
|
- <image class="img" src="../images/nav_xc.png" />
|
|
|
|
|
|
+ <image class="img" src="{{host}}/images/nav_xc.png" />
|
|
<text>巡查</text>
|
|
<text>巡查</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -32,7 +32,7 @@
|
|
<!-- 新手指南 使用攻略 -->
|
|
<!-- 新手指南 使用攻略 -->
|
|
<view class="top_banner">
|
|
<view class="top_banner">
|
|
<view class="fg_line">
|
|
<view class="fg_line">
|
|
- <image src="../images/line1.png"/>
|
|
|
|
|
|
+ <image src="{{host}}/images/line1.png"/>
|
|
</view>
|
|
</view>
|
|
<p bindtap="init_userInfo" data-fun="bindViewXunjianimg">安全隐患</p>
|
|
<p bindtap="init_userInfo" data-fun="bindViewXunjianimg">安全隐患</p>
|
|
<h1 bindtap="init_userInfo" data-fun="bindViewXunjianimg">{{xunjianImgCount}}</h1>
|
|
<h1 bindtap="init_userInfo" data-fun="bindViewXunjianimg">{{xunjianImgCount}}</h1>
|
|
@@ -46,13 +46,13 @@
|
|
<span>使用攻略</span>
|
|
<span>使用攻略</span>
|
|
</view>
|
|
</view>
|
|
<view class="fg_line">
|
|
<view class="fg_line">
|
|
- <image src="../images/line2.png"/>
|
|
|
|
|
|
+ <image src="{{host}}/images/line2.png"/>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<!-- 通知公告 -->
|
|
<!-- 通知公告 -->
|
|
<view class="tzgg">
|
|
<view class="tzgg">
|
|
- <image class="img" src="../images/xcx_lb.png" />
|
|
|
|
|
|
+ <image class="img" src="{{host}}/images/xcx_lb.png" />
|
|
<b>[待办]</b>
|
|
<b>[待办]</b>
|
|
<text>隐患排查已整改,请核查!</text>
|
|
<text>隐患排查已整改,请核查!</text>
|
|
<view class="more" bindtap="bindViewGengDuo">更多></view>
|
|
<view class="more" bindtap="bindViewGengDuo">更多></view>
|
|
@@ -71,7 +71,7 @@
|
|
<!-- 应急通道 -->
|
|
<!-- 应急通道 -->
|
|
<view class="yjtd_vi">
|
|
<view class="yjtd_vi">
|
|
<view class="tittle">
|
|
<view class="tittle">
|
|
- <image class="img" src="../images/yjtd.png" />
|
|
|
|
|
|
+ <image class="img" src="{{host}}/images/yjtd.png" />
|
|
<span>应急通道</span>
|
|
<span>应急通道</span>
|
|
<u>安全第一,预防为主!</u>
|
|
<u>安全第一,预防为主!</u>
|
|
</view>
|
|
</view>
|