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