From ff780d9c9d3336dd53ff5c15f2364d3cc84093fa Mon Sep 17 00:00:00 2001 From: 18500206848 Date: Thu, 16 May 2024 08:45:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 3e6d153..e7bfeae 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -282,10 +282,10 @@ keywords: '', isLogin: false, open: false, - swiperList: [], //轮播图图片地址 - policyContentList: [], //国家新政 - policyType: 1, //国家新政类型 - swiperType: 1, //轮播图类型:冀联:1、衡水3 + swiperList: [], + policyContentList: [], + policyType: 1, + swiperType: 1, }; }, onLoad: function(options) {}, @@ -325,7 +325,7 @@ }, onShareAppMessage(obj) { return { - title: '冀联用工', + title: '智慧就业', path: '/pages/index/index', } },