소스 검색

配置会员福利页面

zhengnaiwen_citu 8 달 전
부모
커밋
4a67f367f3
6개의 변경된 파일51개의 추가작업 그리고 19개의 파일을 삭제
  1. 21 8
      pages.json
  2. 1 0
      pages/index/position.vue
  3. 13 0
      pages/index/welfare.vue
  4. 8 3
      pagesB/positionDetail/index.vue
  5. BIN
      static/img/welfare.png
  6. 8 8
      unpackage/dist/cache/.vite/deps/_metadata.json

+ 21 - 8
pages.json

@@ -10,7 +10,13 @@
 		{
 			"path": "pages/index/crowdsourcing",
 			"style": {
-				"navigationBarTitleText": "全员猎聘"
+				"navigationBarTitleText": "赏金"
+			}
+		},
+		{
+			"path": "pages/index/welfare",
+			"style": {
+				"navigationBarTitleText": "会员福利"
 			}
 		},
 		{
@@ -117,25 +123,32 @@
 		"backgroundColor": "#ffffff",
 		"height": "65px",
 		"fontSize": "24rpx",
+
 		"list": [
 			{
 				"pagePath": "pages/index/position",
-				"text": "职",
+				"text": "职",
 				"iconPath": "/static/img/position.png",
 				"selectedIconPath": "/static/img/position-fill.png"
 			},
-			{
-				"pagePath": "pages/index/crowdsourcing",
-				"text": "猎聘",
-				"iconPath": "/static/img/pin.png",
-				"selectedIconPath": "/static/img/pin-fill.png"
-			},
 			{
 				"pagePath": "pages/index/communicate",
 				"text": "沟通",
 				"iconPath": "/static/img/message.png",
 				"selectedIconPath": "/static/img/message-fill.png"
 			},
+			{
+				"pagePath": "pages/index/welfare",
+				"text": "会员福利",
+				"iconPath": "/static/img/welfare.png",
+				"selectedIconPath": "/static/img/welfare.png"
+			},
+			{
+				"pagePath": "pages/index/crowdsourcing",
+				"text": "赏金",
+				"iconPath": "/static/img/pin.png",
+				"selectedIconPath": "/static/img/pin-fill.png"
+			},
 			{
 				"pagePath": "pages/index/my",
 				"text": "我的",

+ 1 - 0
pages/index/position.vue

@@ -30,6 +30,7 @@ import PositionList from '@/components/PositionList'
 import { swiperAdListTest } from '@/utils/testData'
 import { dealDictObjData } from '@/utils/position'
 import { getJobAdvertisedSearch } from '@/api/position';
+
 import { ref, reactive } from 'vue'
 
 const swiperAdList = ref(swiperAdListTest)

+ 13 - 0
pages/index/welfare.vue

@@ -0,0 +1,13 @@
+<template>
+  <view>
+	  
+  </view>
+</template>
+
+<script setup>
+
+</script>
+
+<style lang="scss" scoped>
+
+</style>

+ 8 - 3
pagesB/positionDetail/index.vue

@@ -154,9 +154,9 @@
                         size="30"
                     />
                 </view>
-                <view style="font-size:12px;">微信好友</view>
+                <view style="font-size:12px;">微信</view>
             </button>
-            <button class="f-straight" @click="createPoster">
+            <!-- <button class="f-straight" @click="createPoster">
                 <view class="share-round share-round-2" >
                     <uni-icons
                         type="download-filled"
@@ -165,7 +165,7 @@
                     />
                 </view>
                 <view style="font-size:12px;">生成海报</view>
-            </button>
+            </button> -->
         </view>
       </uni-popup-share>
     </uni-popup>
@@ -376,6 +376,11 @@ onShareAppMessage((res) => {
   }
 })
 
+// 生成海报
+const createPoster = async () => {
+  
+}
+
 
 </script>
 <style scoped lang="scss">

BIN
static/img/welfare.png


+ 8 - 8
unpackage/dist/cache/.vite/deps/_metadata.json

@@ -1,37 +1,37 @@
 {
-  "hash": "2451f7ed",
+  "hash": "40cda080",
   "configHash": "06645ce3",
-  "lockfileHash": "c1c0b714",
-  "browserHash": "99c7de3e",
+  "lockfileHash": "a208743b",
+  "browserHash": "67856db3",
   "optimized": {
     "pinia-plugin-persistedstate": {
       "src": "../../../../../node_modules/pinia-plugin-persistedstate/dist/index.js",
       "file": "pinia-plugin-persistedstate.js",
-      "fileHash": "d4080918",
+      "fileHash": "77c0d607",
       "needsInterop": false
     },
     "luch-request": {
       "src": "../../../../../node_modules/luch-request/src/lib/luch-request.js",
       "file": "luch-request.js",
-      "fileHash": "ab4c6db6",
+      "fileHash": "e2d71767",
       "needsInterop": false
     },
     "qs": {
       "src": "../../../../../node_modules/qs/lib/index.js",
       "file": "qs.js",
-      "fileHash": "7e614962",
+      "fileHash": "3bec4625",
       "needsInterop": true
     },
     "lodash-es": {
       "src": "../../../../../node_modules/lodash-es/lodash.js",
       "file": "lodash-es.js",
-      "fileHash": "4a6d2fd9",
+      "fileHash": "02319e8d",
       "needsInterop": false
     },
     "dayjs": {
       "src": "../../../../../node_modules/dayjs/dayjs.min.js",
       "file": "dayjs.js",
-      "fileHash": "1433011a",
+      "fileHash": "f23d519e",
       "needsInterop": true
     }
   },