Przeglądaj źródła

commit -m 采美豆

zhengjinyi 4 lat temu
rodzic
commit
e29bc2ed2b
2 zmienionych plików z 9 dodań i 10 usunięć
  1. 9 9
      pages/tabBar/home/index.vue
  2. 0 1
      store/index.js

+ 9 - 9
pages/tabBar/home/index.vue

@@ -51,15 +51,15 @@
 		},
 		data() {
 			return {
-				nvabarData: {//顶部自定义导航
-					showCapsule: 1, // 是否显示左上角图标  1表示显示  0表示不显示,
+				nvabarData: {				// 顶部自定义导航
+					showCapsule: 1, 		// 是否显示左上角图标  1表示显示  0表示不显示,
 					showSearch: 0,
-					title: '采美采购商城', // 导航栏 中间的标题
+					title: '采美采购商城', 	// 导航栏 中间的标题
 					haveBack:false,
 					textLeft:this.$store.state.isIphone,
 					textColor:'#FFFFFF'
 				},
-				CustomBar:this.CustomBar,// 顶部导航栏高度
+				CustomBar:this.CustomBar,	// 顶部导航栏高度
 				userID:0,
 				clubStatus:'',
 				current:0,
@@ -68,12 +68,12 @@
 				isLogin:false,
 				skeletonShow: true,
 				userIdentity:0,
-				flootData:[],//楼层
-				bannerImageList:[],//轮播
-				navBarsList:[],//导航分类
+				flootData:[],				// 楼层
+				bannerImageList:[],			// 轮播
+				navBarsList:[],				// 导航分类
 				templateData:{},
-				pageList:[],//楼层
-				supplierObj:{},//供应商列表
+				pageList:[],				// 楼层
+				supplierObj:{},				// 供应商列表
 				isScrollTop:false,
 				isRequest:false,
 				isNavRequest:false,

+ 0 - 1
store/index.js

@@ -38,7 +38,6 @@ const store = new Vuex.Store({
 		},
 		wxLogin(state,provider) {
 			state.isWxAuthorize = true
-			// console.log(state.isWxAuthorize)
 			state.wechatUserInfo = provider;
 			uni.setStorage({//缓存用户登陆状态 
 			    key: 'wechatUserInfo',