|
|
@@ -15,7 +15,7 @@
|
|
|
<van-notice-bar wx:if="{{msgs.length != 0}}" left-icon="volume-o" mode="link" bind:click="goToMsg" color="#333" background="#f3f3f3" text="{{notice.title}}" scrollable></van-notice-bar>
|
|
|
|
|
|
<!-- 统计 -->
|
|
|
- <view class="statistics" style="background-image: url('../../images/huilv_bg.png'); background-size: 105%;">
|
|
|
+ <view class="statistics" style="background-image: url('http://218.17.158.45:23012/mtp2-onlineopen/uploadFile/gz/huilv_bg.png'); background-size: 105%;">
|
|
|
<view class="statistics-item" wx:for="{{ statistics }}" wx:key="id" wx:for-index="idx" wx:for-item="itm">
|
|
|
<text class="{{ itm.class }}">{{ itm.value }}</text>
|
|
|
<text class="{{ itm.class }}">{{ itm.title }}</text>
|
|
|
@@ -25,7 +25,7 @@
|
|
|
<!-- 功能菜单 -->
|
|
|
<view class="gird-view">
|
|
|
<view class="gird-view__item" wx:for="{{ menus }}" wx:key="id" wx:for-index="idx" wx:for-item="itm" id="{{ itm.id }}" data-url="{{ itm.path }}" bindtap="onGirdClick">
|
|
|
- <image class="gird-view__item__icon" mode="aspectFit" src="../../images/{{ itm.icon }}.png"></image>
|
|
|
+ <image class="gird-view__item__icon" mode="aspectFit" src="http://218.17.158.45:23012/mtp2-onlineopen/uploadFile/gz/{{ itm.icon }}.png"></image>
|
|
|
<text class="gird-view__item__title">{{ itm.title }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -36,7 +36,7 @@
|
|
|
<van-tabs custom-class="msg-view__menus" bind:change="onChange" color="#2270D9" line-width="20px" title-inactive-color="#333" title-active-color="#2270D9" bind:change="onTabChange">
|
|
|
<van-tab wx:for="{{ tabs }}" wx:for-item="itm" wx:for-index="idx" wx:key="id" title="{{ itm.title }}" />
|
|
|
</van-tabs>
|
|
|
- <image class="msg-view__top__more" src="../../images/home-more.png" bindtap="goToMsg"></image>
|
|
|
+ <image class="msg-view__top__more" src="http://218.17.158.45:23012/mtp2-onlineopen/uploadFile/gz/home-more.png" bindtap="goToMsg"></image>
|
|
|
</view>
|
|
|
<van-cell-group wx:if="{{ !isEmpty }}">
|
|
|
<van-cell custom-class="msg-item" wx:for="{{msgs}}" wx:key="id" wx:for-index="idx" wx:for-item="itm" id="{{idx}}" bind:click="goToMsgDetail">
|
|
|
@@ -50,9 +50,9 @@
|
|
|
</scroll-view>
|
|
|
|
|
|
<!-- 证书查询 -->
|
|
|
-<view class="certsearch" style="background-image: url('../../images/home-zscx.png');" bindtap="goToCerserach"></view>
|
|
|
+<view class="certsearch" style="background-image: url('http://218.17.158.45:23012/mtp2-onlineopen/uploadFile/gz/home-zscx.png');" bindtap="goToCerserach"></view>
|
|
|
<!-- 计算器 -->
|
|
|
-<view class="calculator" style="background-image: url('../../images/home-jsq.png');" bindtap="goToCalculator" ></view>
|
|
|
+<view class="calculator" style="background-image: url('http://218.17.158.45:23012/mtp2-onlineopen/uploadFile/gz/home-jsq.png');" bindtap="goToCalculator" ></view>
|
|
|
<!-- toast -->
|
|
|
<van-toast id="van-toast" />
|
|
|
<!-- 无数据 -->
|