Browse Source

轮播图调整

Xiao_123 6 months ago
parent
commit
c446b66f1a
3 changed files with 4 additions and 4 deletions
  1. 1 1
      pages/index/crowdsourcing.vue
  2. 1 1
      pages/index/position.vue
  3. 2 2
      pagesB/positionDetail/index.vue

+ 1 - 1
pages/index/crowdsourcing.vue

@@ -61,7 +61,7 @@ const swiperAdList = [
   { src: 'https://minio.menduner.com/dev/menduner/banner/Marriott.jpg', id: '734173233779183616' },
   { src: 'https://minio.menduner.com/dev/menduner/banner/UrCove.jpg', id: '277182701256183808' },
   { src: 'https://minio.menduner.com/dev/menduner/miniProgram/Grand-Mercure.jpg', id: '120281807903133696' },
-  { src: 'https://minio.menduner.com/dev/menduner/miniProgram/quZhouHuangGuan.jpg', id: '735167920258289664' }
+  { src: 'https://minio.menduner.com/dev/5eb89c28816dbc7613986ac994d2d760cc9fada84e17a78970c424904c26667c.jpg', id: '735167920258289664' }
 ]
 const items = reactive([])
 const pageInfo = ref({

+ 1 - 1
pages/index/position.vue

@@ -99,7 +99,7 @@ const swiperAdList = [
   { src: 'https://minio.menduner.com/dev/menduner/banner/Marriott.jpg', id: '734173233779183616' },
   { src: 'https://minio.menduner.com/dev/menduner/banner/UrCove.jpg', id: '277182701256183808' },
   { src: 'https://minio.menduner.com/dev/menduner/miniProgram/Grand-Mercure.jpg', id: '120281807903133696' },
-  { src: 'https://minio.menduner.com/dev/menduner/miniProgram/quZhouHuangGuan.jpg', id: '735167920258289664' }
+  { src: 'https://minio.menduner.com/dev/5eb89c28816dbc7613986ac994d2d760cc9fada84e17a78970c424904c26667c.jpg', id: '735167920258289664' }
 ]
 const filterList = ref([
   { label: '城市', dictType: 'areaTreeDataExtend', key: 'areaIds', map: { text: 'name', value: 'id' } },

+ 2 - 2
pagesB/positionDetail/index.vue

@@ -328,7 +328,7 @@ const createPoster = async () => {
   
   // 岗位名称
   context.setFillStyle('#333333')
-  dealWords(context, 30, positionInfo.value?.name, 350, 40, 30, 2)
+  dealWords(context, 25, positionInfo.value?.name, 350, 40, 30, 2)
 
   // 工作地区、工作经验、学历要求
   context.setFillStyle('#6c6e7b')
@@ -359,7 +359,7 @@ const createPoster = async () => {
 
   // 企业名称
   context.setFillStyle('#000000')
-  dealWords(context, 30, anotherName, 250, 150, 210, 2)
+  dealWords(context, 25, anotherName, 250, 150, 210, 2)
 
   // 企业行业类型、规模
   context.setFontSize(20)