فهرست منبع

无线上调整

zhengkaixin 4 سال پیش
والد
کامیت
4e6e43aea6
5فایلهای تغییر یافته به همراه9 افزوده شده و 20 حذف شده
  1. 5 14
      pages/index/index.js
  2. 1 3
      pages/index/index.vue
  3. 1 1
      pages/my/index.vue
  4. 1 1
      pages/remind/index.js
  5. 1 1
      pages/remind/index.vue

+ 5 - 14
pages/index/index.js

@@ -1,8 +1,5 @@
 import * as WxJsApi from '@/utils/wxJsApi.js'
 import * as API from '@/apis/index.js'
-import {
-	getRemind
-} from '@/utils'
 export default {
 		data() {
 			return {
@@ -125,13 +122,7 @@ export default {
 						this.$refs.common.alert( error);
 				})  
 			},
-			getBtn(){
-				
-				
-				
-				
-				
-			},
+			 
 			getNewNum(){
 				
 				
@@ -384,7 +375,7 @@ export default {
 				this.$refs.uDropdown.close();
 			}
 		},onReady(){
-			WxJsApi.getWxConfig(['scanQRCode','getLocation','addEventListener']).then(()=>{
+			WxJsApi.getWxConfig(['getLocation','addEventListener']).then(()=>{
 				this.wxinit=true;
 				var _this=this;
 			 
@@ -399,8 +390,8 @@ export default {
 			this.getPoint();
 			this.getBanner();
 			this.getNewNum();
-			this.getRemindInfo();
-			this.getBtn();
+			//this.getRemindInfo();
+			//this.getBtn();
 			this.getRegion();
 			//清空缓存
 			this.carhelp.set("form",{});
@@ -408,7 +399,7 @@ export default {
 		},onShow(){
 			if(this.isReady){
 				this.getPoint();
-				this.getRemindInfo();
+				//this.getRemindInfo();
 			}
 				
 		},

+ 1 - 3
pages/index/index.vue

@@ -14,9 +14,7 @@
 				<view class="search-wrap" >
 					<u-search placeholder="搜索线路" @click="gotoQuery" :disabled="true" :show-action="false"></u-search>
 				</view>
-				<view class="navbar-right"  @click="getScan">
-					<u-icon name="saoma" custom-prefix="custom-icon" size="40" color="#333"></u-icon>
-				</view>
+				 
 			</view>
 			
 		</u-navbar>	

+ 1 - 1
pages/my/index.vue

@@ -24,7 +24,7 @@
 			
 		</view>  
 		
-		<view class="user-cell">
+		<view class="user-cell" v-if="false">
 			<view class="user-cell-item" @click="gotoUrl('/pages/my/user/bybusList',true)" >
 				<view class="user-cell-title">
 					<u-icon name="ze-coupon" custom-prefix="custom-icon" size="40" color="#6eaaff"></u-icon>

+ 1 - 1
pages/remind/index.js

@@ -34,7 +34,7 @@ export default {
 						if(item.remindType=="1"){
 							this.upList.push(item);
 						}else{
-							this.downList.push(item);
+							//this.downList.push(item);
 						}
 					}
 					this.$refs.common.showLoading(false)

+ 1 - 1
pages/remind/index.vue

@@ -29,7 +29,7 @@
 					<span>删除</span>
 				</view>
 			</view>
-			<view class="remind-title up">
+			<view class="remind-title up" v-if="false">
 				<u-icon name="md-alarm" custom-prefix="custom-icon" color="#fd8032" size="40"></u-icon>
 				<span style="color:#fd8032">下车提醒</span>
 			</view>