abpcoder 2 هفته پیش
والد
کامیت
a78f6542ac

+ 3 - 3
src/pagesMain/pages/volunteer/components/volunteer-banner.vue

@@ -15,13 +15,13 @@
 import VolunteerBannerItem from "@/pagesMain/pages/volunteer/components/volunteer-banner-item.vue";
 
 const goRateCalc = function () {
-
+    console.log('goRateCalc implement')
 }
 const goSkillCalc = function () {
-
+    console.log('goSkillCalc implement')
 }
 const goVoluntaryList = function () {
-
+    console.log('goVoluntaryList implement')
 }
 </script>
 

+ 1 - 1
src/pagesMain/pages/volunteer/components/volunteer-menu-item.vue

@@ -1,6 +1,6 @@
 <template>
     <view class="w-92 flex flex-col items-center gap-8" @click="$emit('click')">
-        <ie-image is-oss :src="icon" custom-class="w-full"/>
+        <ie-image is-oss :src="icon" custom-class="w-92"/>
         <text class="keep-all whitespace-nowrap text-xs text-fore-title">{{ title }}</text>
     </view>
 </template>

+ 1 - 1
src/pagesMain/pages/volunteer/components/volunteer-menu.vue

@@ -31,7 +31,7 @@ const menus: Menu[] = [{
 }]
 
 const goPage = function (menu: Menu) {
-
+    console.log('goPage', menu)
 }
 </script>