Showing
1 changed file
with
2 additions
and
1 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-19 14:11:06 | 2 | * @Date: 2022-09-19 14:11:06 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-11-01 16:06:26 | 4 | + * @LastEditTime: 2022-11-01 17:50:59 |
| 5 | * @FilePath: /swx/src/pages/myCreateActivity/index.vue | 5 | * @FilePath: /swx/src/pages/myCreateActivity/index.vue |
| 6 | * @Description: 创建的活动页面 | 6 | * @Description: 创建的活动页面 |
| 7 | --> | 7 | --> |
| ... | @@ -109,6 +109,7 @@ import icon_sel2 from '@/images/icon/sel02@2x.png' | ... | @@ -109,6 +109,7 @@ import icon_sel2 from '@/images/icon/sel02@2x.png' |
| 109 | import activityCard from '@/components/activity-card.vue' | 109 | import activityCard from '@/components/activity-card.vue' |
| 110 | import icon_company from '@/images/icon/zhubanfang@2x.png' | 110 | import icon_company from '@/images/icon/zhubanfang@2x.png' |
| 111 | import Toast from '@/components/vant-weapp/toast/toast'; | 111 | import Toast from '@/components/vant-weapp/toast/toast'; |
| 112 | +import moment from '@/utils/moment.min.js' | ||
| 112 | 113 | ||
| 113 | </script> | 114 | </script> |
| 114 | 115 | ... | ... |
-
Please register or login to post a comment