guhongwei 5 лет назад
Родитель
Сommit
a22128d429

+ 5 - 5
app.json

@@ -1,16 +1,16 @@
 {
   "pages": [
     "pages/home/index",
-    "pages/my/index",
-    "pages/updatePassword/index",
     "pages/bank/index",
     "pages/market/index",
+    "pages/policy/index",
+    "pages/policyDetail/index",
+    "pages/my/index",
     "pages/attestation/index",
+    "pages/updatePassword/index",
     "pages/login/index",
-    "pages/register/index",
     "pages/unpassword/index",
-    "pages/policy/index",
-    "pages/policyDetail/index",
+    "pages/register/index",
     "pages/test/index",
     "pages/logs/logs"
 

+ 1 - 2
commpents/navbar/navbar.wxml

@@ -3,8 +3,7 @@
   <view style='display: flex; justify-content: space-around;flex-direction: column'>
     <view class='nav-capsule' style='height: {{height*2 + 44}}px;' wx:if='{{navbarData.showCapsule}}'>
       <view bindtap='_navback' wx:if='{{!share}}'>
-        <!-- <image src='/imgs/back-pre.png' mode='aspectFill' class='back-pre'></image> -->
-        <van-icon name="bell" />
+        <image src='/pages/images/notice.png' style="width:44rpx;height:44rpx;margin-top:10rpx;"></image>
       </view>
     </view>
   </view>

+ 2 - 2
pages/home/index.js

@@ -44,10 +44,10 @@ Page({
       },
     ],
     background: [{
-        "pic": "/pages/images/test.jpg",
+        "pic": "/pages/images/test1.png",
       },
       {
-        "pic": "/pages/images/test1.jpg",
+        "pic": "/pages/images/test.jpg",
       }
     ],
     indicatorDots: true,

+ 2 - 2
pages/home/index.wxml

@@ -13,10 +13,10 @@
 		<view class="main">
 			<view class="mainOne">
 				<view class="left">
-					左侧
+					<image src="/pages/images/index-01.png"></image>
 				</view>
 				<view class="right">
-					右侧
+					<image src="/pages/images/index-02.png"></image>
 				</view>
 			</view>
 			<view class="mainTwo">

+ 10 - 0
pages/home/index.wxss

@@ -47,6 +47,11 @@
   border-radius: 30rpx;
 }
 
+.main .mainOne .left image {
+  width: 513rpx;
+  height: 210rpx;
+}
+
 .main .mainOne .right {
   float: left;
   width: 158rpx;
@@ -55,6 +60,11 @@
   border-radius: 30rpx;
 }
 
+.main .mainOne .right image {
+  width: 158rpx;
+  height: 210rpx;
+}
+
 .main .mainTwo {
   float: left;
   width: 100%;

BIN
pages/images/icon01.png


BIN
pages/images/icon02.png


BIN
pages/images/icon03.png


BIN
pages/images/index-01.png


BIN
pages/images/index-02.png


BIN
pages/images/notice.png


BIN
pages/images/test1.jpg


BIN
pages/images/test1.png


BIN
pages/images/首页.png


+ 5 - 8
pages/my/index.wxml

@@ -4,20 +4,17 @@
 		<view class="topBtn">
 			<text class="title">需求状态查询</text>
 			<view class="topCLick">
-				<!-- <text>银企对接</text>
-				<text>贷款产品</text>
-				<text>理财产品</text> -->
 				<div>
-					<p>图标</p>
+					<image src="/pages/images/icon01.png"></image>
 					<button>银企对接</button>
 				</div>
 				<div>
-					<p>图标</p>
-					<button>银企对接</button>
+					<image src="/pages/images/icon02.png"></image>
+					<button>贷款产品</button>
 				</div>
 				<div>
-					<p>图标</p>
-					<button>银企对接</button>
+					<image src="/pages/images/icon03.png"></image>
+					<button>理财产品</button>
 				</div>
 			</view>
 		</view>

+ 8 - 1
pages/my/index.wxss

@@ -35,7 +35,14 @@
   width: 118rpx;
   text-align: center;
   margin: 0 118rpx 0 0;
-  border: 1px solid red;
+}
+
+.main .topBtn .topCLick div image {
+  float: left;
+  width: 99rpx;
+  height: 99rpx;
+  margin-left: 12rpx;
+
 }
 
 .main .topBtn .topCLick div:last-child {