gcz il y a 2 ans
Parent
commit
153f8e3118
4 fichiers modifiés avec 6 ajouts et 4 suppressions
  1. 1 1
      components/tabbar.vue
  2. 1 1
      examination/examination.vue
  3. 2 1
      examination/typelist.vue
  4. 2 1
      pages/index/index.vue

+ 1 - 1
components/tabbar.vue

@@ -8,7 +8,7 @@
 			:border="false"
 			inactiveColor="#999"
 			activeColor="#009AEF"
-			:customStyle="{'padding-top':'5px'}"
+			:customStyle="{'padding-top':'5px','border-top':'1px solid #eee'}"
 			:safeAreaInsetBottom="true"
 		>
 			<u-tabbar-item text="首页" >

+ 1 - 1
examination/examination.vue

@@ -4,7 +4,7 @@
 		<view class="info" v-if="!start">
 			<view class="page-wrap">
 				<view class="paper-name">{{info.paperName}}</view>
-				<view class="info-item" v-if="info.paperAttention">
+				<view class="info-item">
 					<view class="til"></view>
 					<view class="con">
 						本套试卷共{{info.singleCount}}个单选题,共{{info.singleCredit}}积分,

+ 2 - 1
examination/typelist.vue

@@ -1,6 +1,7 @@
 <template>
 	<view class="pages">
-		<u--image style="margin-bottom: 24rpx;" :showLoading="false" src="../static/img/typelist-bg.png" width="100%" mode="widthFix"></u--image>
+		<!-- <u--image style="margin-bottom: 24rpx;" :showLoading="false" src="../static/img/typelist-bg.png" width="100%" mode="aspectFit"></u--image> -->
+		<img src="../static/img/typelist-bg.png" style="width: 100%;margin-bottom: 24rpx;" alt="">
 		<mescroll-body class="" ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback" :down="downOption" :up="upOption">
 			<view class="list-wrap u-flex u-flex-wrap u-row-between">
 				<view class="item" @click="typeClick(item)" v-for="(item,index) in dataList" :key="item.id">

+ 2 - 1
pages/index/index.vue

@@ -4,7 +4,8 @@
 		<u-swiper
 			:list="bannerList"
 			indicator
-			height="130"
+			height="300"
+			:circular="true"
 			keyName="sliderImg"
 			indicatorMode="dot"
 			@click="bannerClick"