diff --git a/App.vue b/App.vue
index afdbdac..26c42db 100644
--- a/App.vue
+++ b/App.vue
@@ -5,11 +5,10 @@ export default {
 	globalData:{
 		 giftLogin:false,
 		 share: false,  // 分享默认为false
+		 app_first_full: true,
+		 app_first_alert: true
 	},
 	onLaunch: function(e) {
-		// 进入开屏广告页 TODO 暂时注释
-		// this.$url('/pages/index/openScreenAd/openScreenAd', {type: 'redirect'});
-		
 		// #ifdef MP-WEIXIN
 		var referrerInfo = e.referrerInfo;
         if (referrerInfo.appId) {
@@ -50,7 +49,6 @@ export default {
       
 		// #endif
 	}
-   
 };
 
 
diff --git a/components/lf-adModal/lf-adModal.vue b/components/lf-adModal/lf-adModal.vue
index 58c3fbe..4b59d2e 100644
--- a/components/lf-adModal/lf-adModal.vue
+++ b/components/lf-adModal/lf-adModal.vue
@@ -1,12 +1,12 @@
 
-	
+	
 		
 			
 				
-					
+					
 				
 			
 			
@@ -22,19 +22,23 @@
 			value: {
 				type: Boolean,
 				default: true
+			},
+			list: {
+				type: Array,
+				default: []
 			}
 		},
 		data(){
 			return {
-				list: ['https://picsum.photos/200', 'https://picsum.photos/200']
+				
 			}
 		},
 		created(){
 			
 		},
 		methods: {
-			clickAd(){
-				this.$msg('您点击了广告图')
+			clickAd(item){
+				this.$url(item.url);
 			},
 			close(){
 				this.$emit('update:value', false);
diff --git a/main.js b/main.js
index 998f9db..f354e77 100644
--- a/main.js
+++ b/main.js
@@ -29,7 +29,9 @@ Vue.prototype.$cookieStorage = cookieStorage;
 Vue.prototype.$config = config;
 Vue.prototype.$store = store;
 App.mpType = 'app'
-
+Vue.prototype.getToken = function(){
+	return "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjczYTViNTA1NDNlYmNmMjFkNmZiMGJlNzc0NmJmMDE4MDc3MTRkY2Y1MjBiMjM3MGQyZDAyYzQxMTlmMDU4ZTkwMTUxNDQwOTk4MjJhODFhIn0.eyJhdWQiOiIzIiwianRpIjoiNzNhNWI1MDU0M2ViY2YyMWQ2ZmIwYmU3NzQ2YmYwMTgwNzcxNGRjZjUyMGIyMzcwZDJkMDJjNDExOWYwNThlOTAxNTE0NDA5OTgyMmE4MWEiLCJpYXQiOjE2MzExNjk1MDIsIm5iZiI6MTYzMTE2OTUwMiwiZXhwIjoxNjYyNzA1NTAyLCJzdWIiOiIxIiwic2NvcGVzIjpbXX0.p0YoIC_bhOxIOugYxDQTOFIK9t2ORiHQq9H6JWzdByBJKWkFDBisKaXZJvzn1HdU5cjNQnHaBfWpG1Ed15cQlB2LdpXxxc38iaaGW2J6WhlLhVkehloii-TtlZTOeqNrpAHbSe5DRrmm_L07Llm9wr1T1A6pP3MhzdHiZ9d6748j3_cJjK4CJUl3WfYRTaozLFlI00OCW4zzGfgivSighjSFyhqMoHnQ2iSoeWdcJnYpXzXQdc5AXvXOt6eIIa7o2F6Ma1tUseTYVijEVfngdfd21JI1eH6tHrSqUItkQHAart9o74dJn9micI3WrN5yEBXgzemqWkQGV4QzFHLyd3wk-XvP1s2GhCeWlJZOQADzgzhLoxzFUbgM5xULWHp3yfpePGISlM4ZpBwTHcqQt1i_UkNX_zCxa3RYQbZFDfWW0-UPbvHw40t5BY6X7nTPMhPjPGnnPq18jyYBrWBbC9vBWs2o2IHAe5VlkHtmy_v5fymFJLfFzS784Nxp2qPJFWxI7IfrpNckHxohhs5LoieQivw2MyU2shFOUjgwe0xQgyg6UBg5PwNknGTTmzYdavCM4BiQ7moqOuoI15ccIEmc_uMiuLVEfDPlzejP9PQv6mj6IlkJ8HSu4KZU-LxKmtLnGeEwMjVAZBIhsOwzMkaMF1nZ70pgv2YYwBQyVVs"
+}
 const app = new Vue({
     ...App,
 	store
diff --git a/pages.json b/pages.json
index 5762a78..adc1c5a 100644
--- a/pages.json
+++ b/pages.json
@@ -1,539 +1,487 @@
-{
-	"easycom": {
-		"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
-	},
-	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-		{
-			"path": "pages/index/index/index",
-			"style": {
-				"navigationBarTitleText": "首页",
-				"enablePullDownRefresh":true,
-				"navigationStyle": "custom",
-				"navigationBarTextStyle": "white"
-			}
-		},
-		{
-			"path": "pages/business/payment/paystate",
-			"style": {
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/aboutpay/paystate",
-			"style": {
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/aboutpay/confirmcash",
-			"style": {
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/user/my/myregister",
-			"style": {
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/shop/goodsdetail",
-			"style": {
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/coupon/index/index",
-			"style": {
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/store/list/list",
-			"style": {
-				"navigationBarTitleText": "商品列表"
-			}
-		},
-		{
-			"path": "pages/store/comment/comment",
-			"style": {
-				"navigationBarTitleText": "商品评论"	
-			}
-		},
-		{
-			"path": "pages/store/cart/cart",
-			"style": {
-				"navigationBarTitleText": "购物车",
-				"navigationStyle": "custom"	
-			}
-		},
-		{
-			"path": "pages/article/details",
-			"style": {
-				"navigationBarTitleText": ""
-			}
-		},
-		{
-			"path": "pages/order/index/onlineorder",
-			"style": {
-				"navigationBarTitleText": "在线商城订单",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/user/my/chatonline",
-			"style": {
-				"navigationBarTitleText": "",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/user/my/collect",
-			"style": {
-				"navigationBarTitleText": "",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/user/my/vipinfo",
-			"style": {
-				"navigationBarTitleText": "",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/user/my/editname",
-			"style": {
-				"navigationBarTitleText": "",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/user/my/setting",
-			"style": {
-				"navigationBarTitleText": "",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/user/my/center",
-			"style": {
-				"navigationBarTitleText": "",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/discover/discover",
-			"style": {
-				"navigationBarTitleText": "",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/shop/shopdetail",
-			"style": {
-				"navigationBarTitleText": "",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/user/my/my",
-			"style": {
-				"navigationBarTitleText": "",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/discover/discoverdetails",
-			"style": {
-				"navigationBarTitleText": "",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/index/classification/classification",
-			"style": {
-				"navigationBarTitleText": "分类"	,
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/index/author/author",
-			"style": {
-				"navigationBarTitleText": "iBrand社交新零售"	
-			}
-		},
-		{
-			"path": "pages/user/register/register",
-			"style": {
-				"navigationBarTitleText": "登录",
-				"backgroundColor": "#000000",
-				"navigationStyle":"custom"
-			}
-		},
-		{
-			"path": "pages/user/loginType/loginType",
-			"style": {
-				"navigationBarTitleText": "登录"	,
-				"navigationStyle":"custom"
-			}
-		},
-		{
-			"path": "pages/user/agreement/agreement",
-			"style": {
-				"navigationBarTitleText": "关于我们",
-				"backgroundColor": "#fff",
-				"navigationStyle":"custom"
-			}
-		},
-		{
-			"path": "pages/address/add/add",
-			"style": {
-				"navigationBarTitleText": "收货地址"
-			}
-		},
-		{
-			"path": "pages/order/evaluate/evaluate",
-			"style": {
-				"navigationBarTitleText": "评价"	
-			}
-		},
-		{
-			"path": "pages/order/comment/comment",
-			"style": {
-				"navigationBarTitleText": "评价"	
-			}
-		},
-        {
-			"path": "pages/recharge/balance/balance",
-			"style": {
-				"navigationBarTitleText": "余额"	,
-				"navigationStyle":"custom"
-			}
-		},
-		{
-			"path" : "pages/index/openScreenAd/openScreenAd",
-			"style" : {
-				"navigationBarTitleText": "欢迎使用",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/index/category/category",
-			"style" : {
-				"navigationBarTitleText": "分类",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/user/my/verificationPhone",
-			"style" : {
-				"navigationBarTitleText": "旧手机号验证",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/user/my/setPassword",
-			"style" : {
-				"navigationBarTitleText": "设置密码",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/point/detail/detail",
-			"style" : {
-				"navigationBarTitleText": "积分",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/point/rule/rule",
-			"style" : {
-				"navigationBarTitleText": "积分规则",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/user/member/service",
-			"style" : {
-				"navigationBarTitleText": "会员服务",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/user/my/myEventRegistrationList",
-			"style" : {
-				"navigationBarTitleText": "我的报名",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/index/activity/hot",
-			"style" : {
-				"navigationBarTitleText": "热门活动",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/index/activity/detail",
-			"style" : {
-				"navigationBarTitleText": "活动详情",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/index/activity/confirm",
-			"style" : {
-				"navigationBarTitleText": "确认报名",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/user/member/code",
-			"style" : {
-				"navigationBarTitleText": "会员码",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/point/shoppingMall/shoppingMall",
-			"style" : {
-				"navigationBarTitleText": "积分商城",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/discover/publish",
-			"style" : {
-				"navigationBarTitleText": "发表",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/order/confirm/confirm",
-			"style" : {
-				"navigationBarTitleText": "确认订单",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/shop/goodsSpecial",
-			"style" : {
-				"navigationBarTitleText": "商品专题",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/shop/specialList",
-			"style" : {
-				"navigationBarTitleText": "商品专题列表",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/shop/seckillList",
-			"style" : {
-				"navigationBarTitleText": "秒杀专场",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/order/cashier/cashier",
-			"style" : {
-				"navigationBarTitleText": "支付收银台",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/order/newdetail/carrybyself",
-			"style" : {
-				"navigationBarTitleText": "订单详情",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/order/newdetail/newdetail",
-			"style" : {
-				"navigationBarTitleText": "订单详情",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/index/cateringFacilities/cateringFacilities",
-			"style" : {
-				"navigationBarTitleText": "餐饮配套",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/index/collectCoupons/collectCoupons",
-			"style" : {
-				"navigationBarTitleText": "领券中心",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/shop/search",
-			"style" : {
-				"navigationBarTitleText": "搜索",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/shop/searchList",
-			"style" : {
-				"navigationBarTitleText": "搜索",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/user/member/quanyi",
-			"style" : {
-				"navigationBarTitleText": "会员权益",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/user/member/explain",
-			"style" : {
-				"navigationBarTitleText": "会员权益",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/index/list/selected",
-			"style" : {
-				"navigationBarTitleText": "精选榜单",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/index/list/monthlyList",
-			"style" : {
-				"navigationBarTitleText": "热销榜单",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/index/activity/goods",
-			"style" : {
-				"navigationBarTitleText": "家居专场",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/point/exchangeRecord/exchangeRecord",
-			"style" : {
-				"navigationBarTitleText": "兑换记录",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/index/onlineMall/onlineMall",
-			"style" : {
-				"navigationBarTitleText": "在线商城",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/business/center/center",
-			"style" : {
-				"navigationBarTitleText": "我的",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/business/order/list",
-			"style" : {
-				"navigationBarTitleText": "订单管理",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/business/balance/balance",
-			"style": {
-				"navigationBarTitleText": "余额"	,
-				"navigationStyle":"custom"
-			}
-		},
-		{
-			"path": "pages/business/withdrawal/withdrawal",
-			"style": {
-				"navigationBarTitleText": "提现"	,
-				"navigationStyle":"custom"
-			}
-		},
-		{
-			"path": "pages/business/payment/money",
-			"style": {
-				"navigationBarTitleText": "输入金额"	,
-				"navigationStyle":"custom"
-			}
-		},
-		{
-			"path": "pages/business/payment/wait",
-			"style": {
-				"navigationBarTitleText": "等待用户支付"	,
-				"navigationStyle":"custom"
-			}
-		}
-    ],
-	"globalStyle": {
-		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "uni-app",
-		"navigationBarBackgroundColor": "#F8F8F8",
-		"backgroundColor": "#F8F8F8"
-	},
-	
-	// "tabBar": {
- //    "backgroundColor": "#fff",
- //    "color": "#9B9B9B",
- //    "selectedColor": "#ff2741",
- //    "borderStyle": "white",
- //    "list": [
- //      {
- //        "pagePath": "pages/index/index/index",
- //        "text": "首页",
- //        "iconPath": "static/shop.png",
- //        "selectedIconPath": "static/shop-r.png"
- //      },
- //      {
- //        "pagePath": "pages/index/classification/classification",
- //        "text": "分类",
- //        "iconPath": "static/class.png",
- //        "selectedIconPath": "static/class-r.png"
- //      },
-	//   {
-	//     "pagePath": "pages/store/cart/cart",
-	//     "text": "购物车",
-	//     "iconPath": "static/card.png",
-	//     "selectedIconPath": "static/card-r.png"
-	//   },
-	//   {
- //        "pagePath": "pages/user/personal/personal",
- //        "text": "我的",
- //        "iconPath": "static/user.png",
- //        "selectedIconPath": "static/user-r.png"
- //      }
- //    ]
- //  },
-  
-  "condition" : { //模式配置,仅开发期间生效
-  	"current": 0, //当前激活的模式(list 的索引项)
-  	"list": [
-  		{
-  			"name": "首页", //模式名称
-  			"path": "pages/index/index/index", //启动页面,必选
-  			"query": "" //启动参数,在页面的onLoad函数里面得到
-  		},
-		{
-			"name": "测试",
-			"path": "pages/user/personal/personal",
-			"query": ""
-		}
-		
-  	]
-  }
-  
-  
+{
+	"easycom": {
+		"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
+	},
+	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
+		{
+			"path": "pages/index/index/index",
+			"style": {
+				"navigationBarTitleText": "首页",
+				"enablePullDownRefresh":true,
+				"navigationStyle": "custom",
+				"navigationBarTextStyle": "white"
+			}
+		},
+		{
+			"path": "pages/business/payment/paystate",
+			"style": {
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/aboutpay/paystate",
+			"style": {
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/aboutpay/confirmcash",
+			"style": {
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/user/my/myregister",
+			"style": {
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/shop/goodsdetail",
+			"style": {
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/coupon/index/index",
+			"style": {
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/store/list/list",
+			"style": {
+				"navigationBarTitleText": "商品列表",
+				"navigationStyle":"custom"
+			}
+		},
+		{
+			"path": "pages/store/comment/comment",
+			"style": {
+				"navigationBarTitleText": "商品评论"	,
+				"navigationStyle":"custom"
+			}
+		},
+		{
+			"path": "pages/store/cart/cart",
+			"style": {
+				"navigationBarTitleText": "购物车",
+				"navigationStyle": "custom"	
+			}
+		},
+		{
+			"path": "pages/article/details",
+			"style": {
+				"navigationBarTitleText": "",
+				"navigationStyle":"custom"
+			}
+		},
+		{
+			"path": "pages/order/index/onlineorder",
+			"style": {
+				"navigationBarTitleText": "在线商城订单",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/user/my/chatonline",
+			"style": {
+				"navigationBarTitleText": "",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/user/my/collect",
+			"style": {
+				"navigationBarTitleText": "",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/user/my/vipinfo",
+			"style": {
+				"navigationBarTitleText": "",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/user/my/editname",
+			"style": {
+				"navigationBarTitleText": "",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/user/my/setting",
+			"style": {
+				"navigationBarTitleText": "",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/user/my/center",
+			"style": {
+				"navigationBarTitleText": "",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/discover/discover",
+			"style": {
+				"navigationBarTitleText": "",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/shop/shopdetail",
+			"style": {
+				"navigationBarTitleText": "",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/user/my/my",
+			"style": {
+				"navigationBarTitleText": "",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/discover/discoverdetails",
+			"style": {
+				"navigationBarTitleText": "",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/index/classification/classification",
+			"style": {
+				"navigationBarTitleText": "分类"	,
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/index/author/author",
+			"style": {
+				"navigationBarTitleText": "iBrand社交新零售"	
+			}
+		},
+		{
+			"path": "pages/user/register/register",
+			"style": {
+				"navigationBarTitleText": "登录",
+				"backgroundColor": "#000000",
+				"navigationStyle":"custom"
+			}
+		},
+		{
+			"path": "pages/user/loginType/loginType",
+			"style": {
+				"navigationBarTitleText": "登录"	,
+				"navigationStyle":"custom"
+			}
+		},
+		{
+			"path": "pages/user/agreement/agreement",
+			"style": {
+				"navigationBarTitleText": "关于我们",
+				"backgroundColor": "#fff",
+				"navigationStyle":"custom"
+			}
+		},
+		{
+			"path": "pages/address/add/add",
+			"style": {
+				"navigationBarTitleText": "收货地址",
+				"navigationStyle":"custom"
+			}
+		},
+		{
			"path": "pages/address/list/list",
			"style": {
				"navigationBarTitleText": "收货地址列表",
+				"navigationStyle":"custom"
			}
		},
+		{
+			"path": "pages/order/evaluate/evaluate",
+			"style": {
+				"navigationBarTitleText": "评价"	
+			}
+		},
+		{
+			"path": "pages/order/comment/comment",
+			"style": {
+				"navigationBarTitleText": "评价"	
+			}
+		},
+        {
+			"path": "pages/recharge/balance/balance",
+			"style": {
+				"navigationBarTitleText": "余额"	,
+				"navigationStyle":"custom"
+			}
+		},
+		{
+			"path" : "pages/index/openScreenAd/openScreenAd",
+			"style" : {
+				"navigationBarTitleText": "欢迎使用",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/index/category/category",
+			"style" : {
+				"navigationBarTitleText": "分类",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/user/my/verificationPhone",
+			"style" : {
+				"navigationBarTitleText": "旧手机号验证",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/user/my/setPassword",
+			"style" : {
+				"navigationBarTitleText": "设置密码",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/point/detail/detail",
+			"style" : {
+				"navigationBarTitleText": "积分",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/point/rule/rule",
+			"style" : {
+				"navigationBarTitleText": "积分规则",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/user/member/service",
+			"style" : {
+				"navigationBarTitleText": "会员服务",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/user/my/myEventRegistrationList",
+			"style" : {
+				"navigationBarTitleText": "我的报名",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/index/activity/hot",
+			"style" : {
+				"navigationBarTitleText": "热门活动",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/index/activity/detail",
+			"style" : {
+				"navigationBarTitleText": "活动详情",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/index/activity/confirm",
+			"style" : {
+				"navigationBarTitleText": "确认报名",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/user/member/code",
+			"style" : {
+				"navigationBarTitleText": "会员码",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/point/shoppingMall/shoppingMall",
+			"style" : {
+				"navigationBarTitleText": "积分商城",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/discover/publish",
+			"style" : {
+				"navigationBarTitleText": "发表",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/order/confirm/confirm",
+			"style" : {
+				"navigationBarTitleText": "确认订单",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/shop/goodsSpecial",
+			"style" : {
+				"navigationBarTitleText": "商品专题",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/shop/specialList",
+			"style" : {
+				"navigationBarTitleText": "商品专题列表",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/shop/seckillList",
+			"style" : {
+				"navigationBarTitleText": "秒杀专场",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/order/cashier/cashier",
+			"style" : {
+				"navigationBarTitleText": "支付收银台",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/order/newdetail/newdetail",
+			"style" : {
+				"navigationBarTitleText": "订单详情",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/index/cateringFacilities/cateringFacilities",
+			"style" : {
+				"navigationBarTitleText": "餐饮配套",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/index/collectCoupons/collectCoupons",
+			"style" : {
+				"navigationBarTitleText": "领券中心",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/shop/search",
+			"style" : {
+				"navigationBarTitleText": "搜索",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/shop/searchList",
+			"style" : {
+				"navigationBarTitleText": "搜索",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/user/member/quanyi",
+			"style" : {
+				"navigationBarTitleText": "会员权益",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/user/member/explain",
+			"style" : {
+				"navigationBarTitleText": "会员权益",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/index/list/selected",
+			"style" : {
+				"navigationBarTitleText": "精选榜单",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/index/list/monthlyList",
+			"style" : {
+				"navigationBarTitleText": "热销榜单",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/index/activity/goods",
+			"style" : {
+				"navigationBarTitleText": "家居专场",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/point/exchangeRecord/exchangeRecord",
+			"style" : {
+				"navigationBarTitleText": "兑换记录",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/index/onlineMall/onlineMall",
+			"style" : {
+				"navigationBarTitleText": "在线商城",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/business/center/center",
+			"style" : {
+				"navigationBarTitleText": "我的",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/business/order/list",
+			"style" : {
+				"navigationBarTitleText": "订单管理",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/business/balance/balance",
+			"style": {
+				"navigationBarTitleText": "余额"	,
+				"navigationStyle":"custom"
+			}
+		},
+		{
+			"path": "pages/business/withdrawal/withdrawal",
+			"style": {
+				"navigationBarTitleText": "提现"	,
+				"navigationStyle":"custom"
+			}
+		},
+		{
+			"path": "pages/business/payment/money",
+			"style": {
+				"navigationBarTitleText": "输入金额"	,
+				"navigationStyle":"custom"
+			}
+		},
+		{
+			"path": "pages/business/payment/wait",
+			"style": {
+				"navigationBarTitleText": "等待用户支付"	,
+				"navigationStyle":"custom"
+			}
+		}
+    ],
+	"globalStyle": {
+		"navigationBarTextStyle": "black",
+		"navigationBarTitleText": "uni-app",
+		"navigationBarBackgroundColor": "#F8F8F8",
+		"backgroundColor": "#F8F8F8",
+		"navigationStyle":"custom"
+	}
 }
diff --git a/pages/address/add/add.less b/pages/address/add/add.less
index 8bff22a..369299e 100644
--- a/pages/address/add/add.less
+++ b/pages/address/add/add.less
@@ -111,7 +111,7 @@
 				  width:45px;
 				  text-align: center;
 				  border-radius:11px;
-				  background-color: #FB5054;
+				  background-color: #15706f;
 				  
 			  }
 		  }
diff --git a/pages/address/add/add.vue b/pages/address/add/add.vue
index 7167610..b1a96c3 100644
--- a/pages/address/add/add.vue
+++ b/pages/address/add/add.vue
@@ -1,5 +1,6 @@
 
 
+	
 	
 		
 	
@@ -13,11 +14,15 @@
 		
 		    
 				
 				
 			
@@ -25,7 +30,7 @@
         
             
             
-                
+                
             
         
 		
@@ -72,7 +77,7 @@
 		
 		    
 		    
-		        
+		        
 		    
 		
         
@@ -129,6 +134,8 @@ export default {
         area: 430105,
         city: 430100,
         province: 430000,
+		sex: '',
+		house_num: ''
       },
       order_no: '',
       id: '',
@@ -165,7 +172,8 @@ export default {
 		pickerValueDefault: [0],
 		pickerValueArray: [],
 		address_text:'',
-		parseResult:''
+		parseResult:'',
+		page_title: ''
 	};
 	
   },
@@ -197,24 +205,29 @@ export default {
     this.setData({
       config: config
     });
-    pageLogin(getUrl());
+    // pageLogin(getUrl());
     this.setData({
       id: e.id
     });
 
     if (e.id) {
-      wx.setNavigationBarTitle({
-        title: '修改收货地址'
-      });
+      // wx.setNavigationBarTitle({
+      //   title: '修改收货地址'
+      // });
+	  this.page_title = '修改收货地址';
       this.queryAddress(e.id);
     } else {
-      wx.setNavigationBarTitle({
-        title: '新增收货地址'
-      });
+		 this.page_title = '新增收货地址';
+      // wx.setNavigationBarTitle({
+      //   title: '新增收货地址'
+      // });
     }
   },
 
   methods: {
+	  radioChange(e){
+		  this.detail['sex'] = e.target.value;
+	  },
 	  //清楚图片
 	  closeImg(){
 		  this.parseResult = '';
@@ -362,10 +375,11 @@ export default {
     // 获取收货地址详情
     queryAddress(id) {
       var token = this.$cookieStorage.get('user_token');
+	  console.log(this.getToken)
       this.$http.get({
         api: 'api/address/' + id,
         header: {
-          Authorization: token
+          Authorization: token || this.getToken()
         }
       }).then(res => {
         if (res.statusCode == 200) {
@@ -412,6 +426,7 @@ export default {
         area: data.area,
         address_name: data.address_name.join(" "),
         address: data.address,
+		sex: data.sex,
         is_default: data.is_default ? 1 : 0
       };
       var token = this.$cookieStorage.get('user_token');
@@ -481,6 +496,7 @@ export default {
         area: data.area,
         address_name: data.address_name.join(" "),
         address: data.address,
+		house_num: data.house_num,
         is_default: data.is_default ? 1 : 0
       };
       var token = this.$cookieStorage.get('user_token');
diff --git a/pages/address/list/list.less b/pages/address/list/list.less
new file mode 100644
index 0000000..7a2e36e
--- /dev/null
+++ b/pages/address/list/list.less
@@ -0,0 +1,73 @@
+#address-list{
+  .list-box{
+	  // padding-bottom: 20px;
+	  padding: 30rpx 32rpx;
+	  width: 750rpx;
+	  height: max-content;
+	  box-sizing: border-box;
+    .list-item{
+      font-size:14px;
+      background:#FFFFFF;
+      // padding:15px 40px 15px 15px;
+      // background-image:url("https://uto.ibrand.cc/m/static/img/ic_forward.png");
+      // background-repeat:no-repeat;
+      // background-position:100%;
+      // background-size:20px;
+	  width: 686rpx;
+	  height: max-content;
+	  background: #FFFFFF;
+	  border-radius: 20rpx;
+	  padding: 30rpx;
+	  box-sizing: border-box;
+	  margin-bottom: 30rpx;
+
+      .user{
+        display: flex;
+        align-items: center;
+        justify-content: space-between;
+
+        .name{
+          .phone{
+            margin-left: 10px;
+          }
+        }
+        .default{
+          color: #099fff;
+        }
+      }
+      .address{
+        display: flex;
+        -webkit-box-pack: justify;
+        justify-content: space-between;
+      }
+    }
+    
+  }
+  .add-address{
+	display: flex;
+	justify-content: center;
+	// background-color: #ffffff;
+	padding:10px 12px;
+	position: fixed;
+	bottom: 130rpx;
+	left: calc(50% - 281rpx);
+	.small-btn{
+		display: flex;
+		align-items: center;
+		justify-content:center;
+		// background-color:#FB5054;
+		color: #FFFFFF;
+		// border-radius:4px;
+		// height: 40px;
+		line-height: 40rpx;
+		width: 550rpx;
+		height: 100rpx;
+		background: #15716E;
+		border-radius: 50rpx;
+		.icon{
+		  margin-right: 15px;
+		}
+	}
+    
+  }
+}
\ No newline at end of file
diff --git a/pages/address/list/list.vue b/pages/address/list/list.vue
new file mode 100644
index 0000000..cf828d6
--- /dev/null
+++ b/pages/address/list/list.vue
@@ -0,0 +1,226 @@
+
+
+	
+    
+        
+            
+			
+			
+				{{item.accept_name}}
+				{{item.mobile}}
+			
+			
+				{{item.address_name}}
+				{{item.address}}
+			
+			
+        
+    
+	
+	
+	    
+	    	
+	    	新增收货地址
+	    
+	
+
+
+
+
+
+
+
diff --git a/pages/index/category/category.vue b/pages/index/category/category.vue
index b3eb95e..683c43f 100644
--- a/pages/index/category/category.vue
+++ b/pages/index/category/category.vue
@@ -1,457 +1,543 @@
-
-	
-		 nav_height = e">
-		
-			{{ item.name }}
-			
-		
-		
-		
-			
-				
-					{{ item.name }}
-				
-				
-			
-			
-			
-				
-					
-						{{ item.name }}
-						
-							
-								
-								{{ item.name }}
-							
-						
-					
-				
-				
-			
-		
-		
-		
-			
-			
-				
-					楼层
-					分类
-				
-				
-					
-						{{ '哈哈'+ item }}
-					
-				
-			
-			
-			
-				
-					
-					
-						luckin coffee 瑞幸咖啡 {{ item }}
-						餐饮·美食|18件在售
-						
-							
-							L2
-						
-					
-				
-			
-			
-			
-				{{ item }}
-			
-		
-		
-	
-
-
-
-
-
+
+	
+		 nav_height = e">
+		
+			{{ item.name }}
+			
+		
+		
+		
+			
+				
+					{{ item.name }}
+				
+				
+			
+			
+			
+				
+					
+						{{ item.name }}
+						
+							
+								
+								{{ c_item.name }}
+							
+						
+					
+				
+				
+			
+		
+		
+		
+			
+			
+				
+					{{ value.name }}
+					
+				
+				
+					
+						{{ item.name || item }}
+						
+					
+				
+			
+			
+			
+				
+					
+					
+						{{ item.name }}
+						{{ item.category }}|{{ item.goods_count || 0 }}件在售
+						
+							
+							{{ item.floor }}
+						
+					
+				
+			
+			
+			
+				
+					{{ item }}
+					
+				
+			
+		
+		
+	
+
+
+
+
+
diff --git a/pages/index/index/index.vue b/pages/index/index/index.vue
index 5de24b9..4495c71 100644
--- a/pages/index/index/index.vue
+++ b/pages/index/index/index.vue
@@ -379,7 +379,7 @@
 			
 		
 		
-		
+		
 		
 		
 		
@@ -452,7 +452,8 @@
                 userInfo: '',
                 microData:"",
 				is_login:'',// 是否是登陆状态
-				show_ad: true, // 是否显示ad广告
+				show_ad: false, // 是否显示ad广告
+				ad_modal_list: [], // ad广告列表
 				nav_bg_color: 'transparent' ,// 导航背景颜色
 				recommend_list: [
 					{
@@ -532,7 +533,7 @@
 			this.isLogin=!!this.$cookieStorage.get('user_token')
 			
 		    let toekn = this.$cookieStorage.get('user_token');
-		
+			
 		    if (toekn) {
 		      this.getUserInfo();
 		    }
@@ -550,8 +551,17 @@
 		        
         // 生命周期
         onLoad(e) {
-		   // 第三方平台配置颜色
-				var gbConfig = this.$cookieStorage.get('globalConfig') || '';
+			// 进入开屏广告页 todo 暂时注释,已对接完成
+			// if(app.globalData.app_first_full){
+			// 	getApp().globalData.app_first_full = false;
+			// 	this.$url('/pages/index/openScreenAd/openScreenAd', {type: 'launch'});
+			// }else if(app.globalData.app_first_alert){
+			// 	getApp().globalData.app_first_alert = false;
+			// 	this.getAlertAd();
+			// }
+		    
+			// 第三方平台配置颜色
+			var gbConfig = this.$cookieStorage.get('globalConfig') || '';
 				
 			this.config=gbConfig;
 		
@@ -598,6 +608,25 @@
 		},
         // 方法,需要将小程序的方法都放到这个里面
         methods: {
+			getAlertAd(){
+				this.$http.get({
+					api: '/api/ad'
+				}).then(res => {
+					let alert = res.data.data.alert;
+					this.alert = alert;
+					if(this.$isRight(alert)){
+						if(this.$shared.isValueType(alert.image) == 'array'){
+							this.ad_modal_list = alert.image;
+						}else{
+							this.ad_modal_list.push({
+								image: alert.image,
+								url: alert.url
+							})
+						}
+						this.show_ad = true;
+					}
+				});
+			},
 			close(){
 			        this.setData({
 			            showNoGift:false
diff --git a/pages/index/openScreenAd/openScreenAd.vue b/pages/index/openScreenAd/openScreenAd.vue
index 376eb13..9762a91 100644
--- a/pages/index/openScreenAd/openScreenAd.vue
+++ b/pages/index/openScreenAd/openScreenAd.vue
@@ -1,7 +1,9 @@
 
 	
-		
-		跳过 {{ num }}s
+		
+			
+			跳过 {{ num }}s
+		
 	
 
 
@@ -10,18 +12,12 @@
 		data(){
 			return {
 				num: 5,
-				timer: null
+				timer: null,
+				full: {}
 			}
 		},
 		onLoad(){
-			this.timer = setInterval(() => {
-				this.num--;
-				if(this.num <= 0){
-					clearInterval(this.timer);
-					this.timer = null;
-					this.next();
-				}
-			}, 1000);
+			this.getAd();
 		},
 		onUnload(){
 			if(this.timer){
@@ -30,8 +26,35 @@
 			}
 		},
 		methods: {
+			getAd(){
+				this.$http.get({
+					api: '/api/ad'
+				}).then(res => {
+					this.full = res.data.data.full;
+					if(this.$isRight(res.data.data.full)){
+						this.startTime();
+					}else{
+						this.next();
+					}
+				}).catch(rej => {
+					this.next();
+				})
+			},
+			startTime(){
+				this.timer = setInterval(() => {
+					this.num--;
+					if(this.num <= 0){
+						clearInterval(this.timer);
+						this.timer = null;
+						this.next();
+					}
+				}, 1000);
+			},
 			next(){
 				this.$url('/pages/index/index/index', {type: 'redirect'});
+			},
+			clickAd(){
+				this.$url(this.full.url, {type: 'redirect'});
 			}
 		}
 	}
@@ -50,6 +73,8 @@
 		.img{
 			width: 100%;
 			height: 100%;
+			position: absolute;
+			z-index: 9;
 		}
 		.tips{
 			position: absolute;
@@ -64,6 +89,7 @@
 			justify-content: center;
 			align-items: center;
 			border-radius: 28rpx;
+			z-index: 999;
 		}
 	}
 
diff --git a/pages/user/register/register.vue b/pages/user/register/register.vue
index a0a0642..ae1a80a 100644
--- a/pages/user/register/register.vue
+++ b/pages/user/register/register.vue
@@ -6,28 +6,195 @@
 		
 		
 			
-			
+