twt 3 months ago
parent
commit
9326cb291c
3 changed files with 4 additions and 4 deletions
  1. 1 1
      pages.json
  2. 2 2
      pages/index/byItem.vue
  3. 1 1
      pages/index/index.vue

+ 1 - 1
pages.json

@@ -92,7 +92,7 @@
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "精准用油系统",
+		"navigationBarTitleText": "派克峰精准用油",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
 	},

+ 2 - 2
pages/index/byItem.vue

@@ -38,7 +38,7 @@
 			</view>
 		</view>
 	  </view>
-	  <view class="lineBox flex" style="padding-top: 30rpx;">
+	<!--  <view class="lineBox flex" style="padding-top: 30rpx;">
 	  	<view class="line" @click="goTransmission">
 	  			<view class="lineTitle">变速箱滤清器</view>
 	  			<view class="lineEnglish">Transmission filter</view>
@@ -47,7 +47,7 @@
 	  			</view>
 	  		</view>
 	  		
-	  </view>
+	  </view> -->
 	   <!-- <picker-view v-if="visible" :indicator-style="indicatorStyle"  @change="bindChange" class="picker-view">
 		  <picker-view-column>
 			  <view class="item" v-for="(item,index) in engineList" :key="index">{{item.engineModel}}</view>

+ 1 - 1
pages/index/index.vue

@@ -3,7 +3,7 @@
 		<view class="top">
 			<view class="topNavBox">
 				<view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
-				<view class="indexnav">精准用油系统</view>
+				<view class="indexnav">派克峰精准用油</view>
 			</view>
 			<view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
 			<view style="height: 43px;"></view>