Browse Source

背景图更换为线上的

epass
mk 5 months ago
parent
commit
57f9d775fa
  1. BIN
      images/bg.png
  2. 2
      subpages/OCRCard/pages/index/index.wxml
  3. 2
      subpages/index/checkInWait/checkInWait.wxml
  4. 2
      subpages/index/renewalApplication/renewalApplication.wxml

BIN
images/bg.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

2
subpages/OCRCard/pages/index/index.wxml

@ -1,6 +1,6 @@
<!--subpages/OCRCard/pages/index/index.wxml-->
<view class="header">
<image class="header-bg" src="../../image/headerBg.png" mode="widthFix" />
<image class="header-bg" src="http://219.146.91.110:30801/mzjzf/1749456786018_6593bg.png" mode="widthFix" />
<image src="../../../../images/back.png" class="back" bind:tap="back" style=" top: {{statusHeight}}px;width: 50rpx;height: 50rpx;" bindtap="back" mode="" />
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
身份证识别

2
subpages/index/checkInWait/checkInWait.wxml

@ -1,5 +1,5 @@
<view class="cont">
<navigationBar title="入住办理" isSowArrow isShowBg backgroundImage="/images/bg.png" height="200px" titleAlign="center"></navigationBar>
<navigationBar title="入住办理" isSowArrow isShowBg backgroundImage="http://219.146.91.110:30801/mzjzf/1749456786018_6593bg.png" height="200px" titleAlign="center"></navigationBar>
<view class="tip-cont">
<van-image width="72" height="72" src="/images/mine/md-restore.png" custom-class="cusImage" />
<view class="txt">

2
subpages/index/renewalApplication/renewalApplication.wxml

@ -1,5 +1,5 @@
<view class="cont">
<navigationBar title="延租申请" isSowArrow isShowBg backgroundImage="/images/bg.png" height="200px" titleAlign="center"></navigationBar>
<navigationBar title="延租申请" isSowArrow isShowBg backgroundImage="http://219.146.91.110:30801/mzjzf/1749456786018_6593bg.png" height="200px" titleAlign="center"></navigationBar>
<view class="tip-cont">
<van-image width="72" height="72" src="/images/mine/md-restore.png" custom-class="cusImage" />

Loading…
Cancel
Save