twt 3 years ago
parent
commit
059e58501e
3 changed files with 15 additions and 7 deletions
  1. 7 4
      common/request.js
  2. 7 2
      components/pcNav/pcNav.vue
  3. 1 1
      pages/pc/index.vue

+ 7 - 4
common/request.js

@@ -1,9 +1,12 @@
  //测试地址
- const baseURL = 'http://api.dms.66km.com.cn/' 
+const baseURL = 'http://api.dms.66km.com.cn/' 
  const burl2='http://api.dms.66km.com.cn/' 
-
-
-
+//66正式
+/* const baseURL = 'https://api.dms.66km.com/' 
+ const burl2='https://api.dms.66km.com/' */
+//欧洲维修
+/* const baseURL = 'http://edms.eurorepar.cn/' 
+ const burl2='http://edms.eurorepar.cn/ ' */
 // import md5 from './MD5.js'
 
 

+ 7 - 2
components/pcNav/pcNav.vue

@@ -3,13 +3,13 @@
 		<view class="nav">
 			<view class="navCont">
 				<view class="logo">
-					<image :src="info.logo" mode="" class="logoImg"></image>
+					<image :src="info.logo" mode="" class="logoImg euroreparIMg"></image>
 				</view>
 				<view class="navTitle">{{info.title}}</view>
 				<view class="indexNav" :class="{'indexActive':data=='index'}" @click="goIndex">首页</view>
 				<view class="allCategory">
 					<view class="allCategoryLine" :class="{'indexActive':itemName==item.name}" v-for="(item,index) in allCategory" v-if="index<5" @click="goItem(item)">{{item.name}}</view>
-				    <view class="allCategoryMore" v-if="allCategory.length>1">
+				    <view class="allCategoryMore" v-if="allCategory.length>5">
 					 <span @click="moreBtn" class="moreBtn">更多</span> 
 					 <image @click="moreBtn" src="../../static/pcimg/icon_arrow_xia@2x.png" mode="widthFix" class="navmoreImg"></image>
 					 <image  src="../../static/pcimg/mores.png" mode="widthFix" class="navmoreImg2"></image>
@@ -193,4 +193,9 @@
 		top:24px;
 		right: 0;
 	}
+	.euroreparIMg{
+		width: 132px;
+		height: 29px;
+		margin-top: 21px;
+	}
 </style>

+ 1 - 1
pages/pc/index.vue

@@ -2,7 +2,7 @@
 	<view class="content">
 		<pcNav :data="'index'"></pcNav>
 		<view style="height: 72px;"></view>
-		<view class="swiperBox">
+		<view class="swiperBox" v-if="recommendList.length>0">
 			<view class="swiperCont">
 				<view class="tuijbox">
 					<image src="../../static/pcimg/icon_tuijian@2x.png" mode="" class="tuijImg"></image>