hookehuyr

✨ feat: 捐赠协议文本里面新增联系方式

...@@ -36,21 +36,33 @@ declare module 'vue' { ...@@ -36,21 +36,33 @@ declare module 'vue' {
36 Template: typeof import('./src/components/template/index.vue')['default'] 36 Template: typeof import('./src/components/template/index.vue')['default']
37 Test: typeof import('./src/components/LoginBox/test.vue')['default'] 37 Test: typeof import('./src/components/LoginBox/test.vue')['default']
38 VanActionSheet: typeof import('vant/es')['ActionSheet'] 38 VanActionSheet: typeof import('vant/es')['ActionSheet']
39 + VanButton: typeof import('vant/es')['Button']
40 + VanCellGroup: typeof import('vant/es')['CellGroup']
39 VanCheckbox: typeof import('vant/es')['Checkbox'] 41 VanCheckbox: typeof import('vant/es')['Checkbox']
40 VanCol: typeof import('vant/es')['Col'] 42 VanCol: typeof import('vant/es')['Col']
43 + VanConfigProvider: typeof import('vant/es')['ConfigProvider']
44 + VanDialog: typeof import('vant/es')['Dialog']
41 VanEmpty: typeof import('vant/es')['Empty'] 45 VanEmpty: typeof import('vant/es')['Empty']
42 VanField: typeof import('vant/es')['Field'] 46 VanField: typeof import('vant/es')['Field']
47 + VanForm: typeof import('vant/es')['Form']
43 VanIcon: typeof import('vant/es')['Icon'] 48 VanIcon: typeof import('vant/es')['Icon']
44 VanImage: typeof import('vant/es')['Image'] 49 VanImage: typeof import('vant/es')['Image']
50 + VanList: typeof import('vant/es')['List']
45 VanLoading: typeof import('vant/es')['Loading'] 51 VanLoading: typeof import('vant/es')['Loading']
52 + VanNumberKeyboard: typeof import('vant/es')['NumberKeyboard']
46 VanOverlay: typeof import('vant/es')['Overlay'] 53 VanOverlay: typeof import('vant/es')['Overlay']
54 + VanPicker: typeof import('vant/es')['Picker']
47 VanPopover: typeof import('vant/es')['Popover'] 55 VanPopover: typeof import('vant/es')['Popover']
48 VanPopup: typeof import('vant/es')['Popup'] 56 VanPopup: typeof import('vant/es')['Popup']
49 VanRow: typeof import('vant/es')['Row'] 57 VanRow: typeof import('vant/es')['Row']
50 VanStepper: typeof import('vant/es')['Stepper'] 58 VanStepper: typeof import('vant/es')['Stepper']
59 + VanSticky: typeof import('vant/es')['Sticky']
51 VanSwipe: typeof import('vant/es')['Swipe'] 60 VanSwipe: typeof import('vant/es')['Swipe']
52 VanSwipeItem: typeof import('vant/es')['SwipeItem'] 61 VanSwipeItem: typeof import('vant/es')['SwipeItem']
62 + VanTab: typeof import('vant/es')['Tab']
63 + VanTabs: typeof import('vant/es')['Tabs']
53 VanTag: typeof import('vant/es')['Tag'] 64 VanTag: typeof import('vant/es')['Tag']
65 + VanUploader: typeof import('vant/es')['Uploader']
54 VideoBar: typeof import('./src/components/MuiVideo/videoBar.vue')['default'] 66 VideoBar: typeof import('./src/components/MuiVideo/videoBar.vue')['default']
55 VideoCard: typeof import('./src/components/VideoCard/index.vue')['default'] 67 VideoCard: typeof import('./src/components/VideoCard/index.vue')['default']
56 VideoDetail: typeof import('./src/components/VideoDetail/index.vue')['default'] 68 VideoDetail: typeof import('./src/components/VideoDetail/index.vue')['default']
......
1 <!-- 1 <!--
2 * @Date: 2022-06-17 17:17:13 2 * @Date: 2022-06-17 17:17:13
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2022-06-17 20:39:34 4 + * @LastEditTime: 2024-11-20 10:34:06
5 * @FilePath: /tswj/src/components/DonateFlower/agreement.vue 5 * @FilePath: /tswj/src/components/DonateFlower/agreement.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -47,6 +47,10 @@ ...@@ -47,6 +47,10 @@
47 <div class="content"> 47 <div class="content">
48 上海市儿童基金会未能执行本网络捐款条款和条件中的任何条款的行为不应被解释为放弃当前或未来对该条款的权利,也不会影响上海市儿童基金会日后要求执行该条款的权利。上海市儿童基金会明确提出放弃本网络捐款条款和条件中的规定、条件或要求不构成放弃追究未来与此规定、条件或要求相一致的责任。 48 上海市儿童基金会未能执行本网络捐款条款和条件中的任何条款的行为不应被解释为放弃当前或未来对该条款的权利,也不会影响上海市儿童基金会日后要求执行该条款的权利。上海市儿童基金会明确提出放弃本网络捐款条款和条件中的规定、条件或要求不构成放弃追究未来与此规定、条件或要求相一致的责任。
49 </div> 49 </div>
50 + <div class="content">
51 + <p>固话联系:<a style="color: #C2915F;" href="tel:021-61517073" >021-61517073</a></p>
52 + <p>邮箱联系:<a style="color: #C2915F;" href="mailto:cxwa@allforlove.org.cn" >cxwa@allforlove.org.cn</a></p>
53 + </div>
50 <div style="height: 5rem;" /> 54 <div style="height: 5rem;" />
51 </div> 55 </div>
52 </template> 56 </template>
......