From 5a240f1be8d7356287090bae0f378dd12cd7286a Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 16 Dec 2021 19:16:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BB=E5=B9=BF=E4=B8=9C=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E5=85=9A=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../party/AppPartyStudy/AppPartyStudy.vue | 485 +++++++++++++++ .../party/AppPartyStudy/partyStudyContent.vue | 220 +++++++ .../party/AppPartyStudy/partyStudyDetail.vue | 350 +++++++++++ .../AppThreeSessions/AppThreeSessions.vue | 552 ++++++++++++++++++ src/apps/party/AppThreeSessions/qrcode.vue | 209 +++++++ .../AppThreeSessions/threeSessionsContent.vue | 460 +++++++++++++++ .../AppThreeSessions/threeSessionsDetail.vue | 525 +++++++++++++++++ .../AppThreeSessions/threeSessionsUser.vue | 191 ++++++ src/apps/party/AppThreeSessions/vote.vue | 143 +++++ src/apps/party/onlineAnswer/onlineAnswer.vue | 430 ++++++++++++++ src/apps/party/partyHistory/commentList.vue | 145 +++++ src/apps/party/partyHistory/detail.vue | 278 +++++++++ src/apps/party/partyHistory/list.vue | 387 ++++++++++++ .../partyHistoryEducation/classroomList.vue | 105 ++++ .../party/partyHistoryEducation/detail.vue | 100 ++++ src/apps/party/partyHistoryEducation/home.vue | 308 ++++++++++ .../partyHistoryEducation/knowledgeList.vue | 295 ++++++++++ src/apps/party/partyHistoryEducation/list.vue | 305 ++++++++++ .../party/partyHistoryEducation/select.vue | 76 +++ .../partyHistoryEducation/todayDetail.vue | 104 ++++ .../party/partyHistoryEducation/todayList.vue | 160 +++++ .../partyHistoryEducation/videoDetail.vue | 180 ++++++ src/apps/party/partyIntegral/listInSort.vue | 398 +++++++++++++ .../party/partyIntegral/partyIntegral.vue | 184 ++++++ .../partyIntegral/partyIntegralDetail.vue | 246 ++++++++ src/apps/party/partyOrganization/detail.vue | 285 +++++++++ src/apps/party/partyReport/communityList.vue | 488 ++++++++++++++++ src/apps/party/partyReport/fillLog.vue | 436 ++++++++++++++ src/apps/party/partyReport/list.vue | 373 ++++++++++++ src/apps/party/partyReport/mixins/mixin.js | 36 ++ src/apps/party/partyReport/myList.vue | 495 ++++++++++++++++ src/apps/party/partyReport/myLog.vue | 165 ++++++ src/apps/party/partyReport/partyDetail.vue | 331 +++++++++++ src/apps/party/partyReport/signUp.vue | 336 +++++++++++ src/apps/party/partyReport/signUpList.vue | 103 ++++ src/common/common.css | 261 +++++++++ src/components/AiTransSpeech.vue | 148 +++++ src/components/AiUniIcon.vue | 419 +++++++++++++ src/store/index.js | 1 - 39 files changed, 10712 insertions(+), 1 deletion(-) create mode 100644 src/apps/party/AppPartyStudy/AppPartyStudy.vue create mode 100644 src/apps/party/AppPartyStudy/partyStudyContent.vue create mode 100644 src/apps/party/AppPartyStudy/partyStudyDetail.vue create mode 100644 src/apps/party/AppThreeSessions/AppThreeSessions.vue create mode 100644 src/apps/party/AppThreeSessions/qrcode.vue create mode 100644 src/apps/party/AppThreeSessions/threeSessionsContent.vue create mode 100644 src/apps/party/AppThreeSessions/threeSessionsDetail.vue create mode 100644 src/apps/party/AppThreeSessions/threeSessionsUser.vue create mode 100644 src/apps/party/AppThreeSessions/vote.vue create mode 100644 src/apps/party/onlineAnswer/onlineAnswer.vue create mode 100644 src/apps/party/partyHistory/commentList.vue create mode 100644 src/apps/party/partyHistory/detail.vue create mode 100644 src/apps/party/partyHistory/list.vue create mode 100644 src/apps/party/partyHistoryEducation/classroomList.vue create mode 100644 src/apps/party/partyHistoryEducation/detail.vue create mode 100644 src/apps/party/partyHistoryEducation/home.vue create mode 100644 src/apps/party/partyHistoryEducation/knowledgeList.vue create mode 100644 src/apps/party/partyHistoryEducation/list.vue create mode 100644 src/apps/party/partyHistoryEducation/select.vue create mode 100644 src/apps/party/partyHistoryEducation/todayDetail.vue create mode 100644 src/apps/party/partyHistoryEducation/todayList.vue create mode 100644 src/apps/party/partyHistoryEducation/videoDetail.vue create mode 100644 src/apps/party/partyIntegral/listInSort.vue create mode 100644 src/apps/party/partyIntegral/partyIntegral.vue create mode 100644 src/apps/party/partyIntegral/partyIntegralDetail.vue create mode 100644 src/apps/party/partyOrganization/detail.vue create mode 100644 src/apps/party/partyReport/communityList.vue create mode 100644 src/apps/party/partyReport/fillLog.vue create mode 100644 src/apps/party/partyReport/list.vue create mode 100644 src/apps/party/partyReport/mixins/mixin.js create mode 100644 src/apps/party/partyReport/myList.vue create mode 100644 src/apps/party/partyReport/myLog.vue create mode 100644 src/apps/party/partyReport/partyDetail.vue create mode 100644 src/apps/party/partyReport/signUp.vue create mode 100644 src/apps/party/partyReport/signUpList.vue create mode 100644 src/common/common.css create mode 100644 src/components/AiTransSpeech.vue create mode 100644 src/components/AiUniIcon.vue diff --git a/src/apps/party/AppPartyStudy/AppPartyStudy.vue b/src/apps/party/AppPartyStudy/AppPartyStudy.vue new file mode 100644 index 00000000..3584ab46 --- /dev/null +++ b/src/apps/party/AppPartyStudy/AppPartyStudy.vue @@ -0,0 +1,485 @@ + + + diff --git a/src/apps/party/AppPartyStudy/partyStudyContent.vue b/src/apps/party/AppPartyStudy/partyStudyContent.vue new file mode 100644 index 00000000..83aa2613 --- /dev/null +++ b/src/apps/party/AppPartyStudy/partyStudyContent.vue @@ -0,0 +1,220 @@ + + + + + diff --git a/src/apps/party/AppPartyStudy/partyStudyDetail.vue b/src/apps/party/AppPartyStudy/partyStudyDetail.vue new file mode 100644 index 00000000..d5aee353 --- /dev/null +++ b/src/apps/party/AppPartyStudy/partyStudyDetail.vue @@ -0,0 +1,350 @@ + + + diff --git a/src/apps/party/AppThreeSessions/AppThreeSessions.vue b/src/apps/party/AppThreeSessions/AppThreeSessions.vue new file mode 100644 index 00000000..17dae2bb --- /dev/null +++ b/src/apps/party/AppThreeSessions/AppThreeSessions.vue @@ -0,0 +1,552 @@ + + + diff --git a/src/apps/party/AppThreeSessions/qrcode.vue b/src/apps/party/AppThreeSessions/qrcode.vue new file mode 100644 index 00000000..fd3a3ee2 --- /dev/null +++ b/src/apps/party/AppThreeSessions/qrcode.vue @@ -0,0 +1,209 @@ + + + diff --git a/src/apps/party/AppThreeSessions/threeSessionsContent.vue b/src/apps/party/AppThreeSessions/threeSessionsContent.vue new file mode 100644 index 00000000..2dc5db0b --- /dev/null +++ b/src/apps/party/AppThreeSessions/threeSessionsContent.vue @@ -0,0 +1,460 @@ + + + + + diff --git a/src/apps/party/AppThreeSessions/threeSessionsDetail.vue b/src/apps/party/AppThreeSessions/threeSessionsDetail.vue new file mode 100644 index 00000000..34a48c51 --- /dev/null +++ b/src/apps/party/AppThreeSessions/threeSessionsDetail.vue @@ -0,0 +1,525 @@ + + + diff --git a/src/apps/party/AppThreeSessions/threeSessionsUser.vue b/src/apps/party/AppThreeSessions/threeSessionsUser.vue new file mode 100644 index 00000000..fc2354bf --- /dev/null +++ b/src/apps/party/AppThreeSessions/threeSessionsUser.vue @@ -0,0 +1,191 @@ + + + diff --git a/src/apps/party/AppThreeSessions/vote.vue b/src/apps/party/AppThreeSessions/vote.vue new file mode 100644 index 00000000..7a25baaa --- /dev/null +++ b/src/apps/party/AppThreeSessions/vote.vue @@ -0,0 +1,143 @@ + + + diff --git a/src/apps/party/onlineAnswer/onlineAnswer.vue b/src/apps/party/onlineAnswer/onlineAnswer.vue new file mode 100644 index 00000000..283dc90e --- /dev/null +++ b/src/apps/party/onlineAnswer/onlineAnswer.vue @@ -0,0 +1,430 @@ + + + diff --git a/src/apps/party/partyHistory/commentList.vue b/src/apps/party/partyHistory/commentList.vue new file mode 100644 index 00000000..883d8f81 --- /dev/null +++ b/src/apps/party/partyHistory/commentList.vue @@ -0,0 +1,145 @@ + + + + + diff --git a/src/apps/party/partyHistory/detail.vue b/src/apps/party/partyHistory/detail.vue new file mode 100644 index 00000000..d51dc8f7 --- /dev/null +++ b/src/apps/party/partyHistory/detail.vue @@ -0,0 +1,278 @@ + + + diff --git a/src/apps/party/partyHistory/list.vue b/src/apps/party/partyHistory/list.vue new file mode 100644 index 00000000..8b7f1264 --- /dev/null +++ b/src/apps/party/partyHistory/list.vue @@ -0,0 +1,387 @@ + + + diff --git a/src/apps/party/partyHistoryEducation/classroomList.vue b/src/apps/party/partyHistoryEducation/classroomList.vue new file mode 100644 index 00000000..f7ee97df --- /dev/null +++ b/src/apps/party/partyHistoryEducation/classroomList.vue @@ -0,0 +1,105 @@ + + + diff --git a/src/apps/party/partyHistoryEducation/detail.vue b/src/apps/party/partyHistoryEducation/detail.vue new file mode 100644 index 00000000..ffb141a4 --- /dev/null +++ b/src/apps/party/partyHistoryEducation/detail.vue @@ -0,0 +1,100 @@ + + + diff --git a/src/apps/party/partyHistoryEducation/home.vue b/src/apps/party/partyHistoryEducation/home.vue new file mode 100644 index 00000000..ce4ac6ab --- /dev/null +++ b/src/apps/party/partyHistoryEducation/home.vue @@ -0,0 +1,308 @@ + + + diff --git a/src/apps/party/partyHistoryEducation/knowledgeList.vue b/src/apps/party/partyHistoryEducation/knowledgeList.vue new file mode 100644 index 00000000..c3a25d56 --- /dev/null +++ b/src/apps/party/partyHistoryEducation/knowledgeList.vue @@ -0,0 +1,295 @@ + + + diff --git a/src/apps/party/partyHistoryEducation/list.vue b/src/apps/party/partyHistoryEducation/list.vue new file mode 100644 index 00000000..660ba279 --- /dev/null +++ b/src/apps/party/partyHistoryEducation/list.vue @@ -0,0 +1,305 @@ + + + diff --git a/src/apps/party/partyHistoryEducation/select.vue b/src/apps/party/partyHistoryEducation/select.vue new file mode 100644 index 00000000..ff90dc3d --- /dev/null +++ b/src/apps/party/partyHistoryEducation/select.vue @@ -0,0 +1,76 @@ + + + diff --git a/src/apps/party/partyHistoryEducation/todayDetail.vue b/src/apps/party/partyHistoryEducation/todayDetail.vue new file mode 100644 index 00000000..2867b848 --- /dev/null +++ b/src/apps/party/partyHistoryEducation/todayDetail.vue @@ -0,0 +1,104 @@ + + + diff --git a/src/apps/party/partyHistoryEducation/todayList.vue b/src/apps/party/partyHistoryEducation/todayList.vue new file mode 100644 index 00000000..1694ccd3 --- /dev/null +++ b/src/apps/party/partyHistoryEducation/todayList.vue @@ -0,0 +1,160 @@ + + + diff --git a/src/apps/party/partyHistoryEducation/videoDetail.vue b/src/apps/party/partyHistoryEducation/videoDetail.vue new file mode 100644 index 00000000..6f2c5cd3 --- /dev/null +++ b/src/apps/party/partyHistoryEducation/videoDetail.vue @@ -0,0 +1,180 @@ + + + diff --git a/src/apps/party/partyIntegral/listInSort.vue b/src/apps/party/partyIntegral/listInSort.vue new file mode 100644 index 00000000..b40f0c0b --- /dev/null +++ b/src/apps/party/partyIntegral/listInSort.vue @@ -0,0 +1,398 @@ + + + + + diff --git a/src/apps/party/partyIntegral/partyIntegral.vue b/src/apps/party/partyIntegral/partyIntegral.vue new file mode 100644 index 00000000..d6e02283 --- /dev/null +++ b/src/apps/party/partyIntegral/partyIntegral.vue @@ -0,0 +1,184 @@ + + + + + diff --git a/src/apps/party/partyIntegral/partyIntegralDetail.vue b/src/apps/party/partyIntegral/partyIntegralDetail.vue new file mode 100644 index 00000000..2fc4da70 --- /dev/null +++ b/src/apps/party/partyIntegral/partyIntegralDetail.vue @@ -0,0 +1,246 @@ + + + + + diff --git a/src/apps/party/partyOrganization/detail.vue b/src/apps/party/partyOrganization/detail.vue new file mode 100644 index 00000000..b2153c49 --- /dev/null +++ b/src/apps/party/partyOrganization/detail.vue @@ -0,0 +1,285 @@ + + + + + diff --git a/src/apps/party/partyReport/communityList.vue b/src/apps/party/partyReport/communityList.vue new file mode 100644 index 00000000..93880bae --- /dev/null +++ b/src/apps/party/partyReport/communityList.vue @@ -0,0 +1,488 @@ + + + + + diff --git a/src/apps/party/partyReport/fillLog.vue b/src/apps/party/partyReport/fillLog.vue new file mode 100644 index 00000000..409b9db8 --- /dev/null +++ b/src/apps/party/partyReport/fillLog.vue @@ -0,0 +1,436 @@ + + + + + diff --git a/src/apps/party/partyReport/list.vue b/src/apps/party/partyReport/list.vue new file mode 100644 index 00000000..34f6cdf2 --- /dev/null +++ b/src/apps/party/partyReport/list.vue @@ -0,0 +1,373 @@ + + + + + diff --git a/src/apps/party/partyReport/mixins/mixin.js b/src/apps/party/partyReport/mixins/mixin.js new file mode 100644 index 00000000..e8cdb497 --- /dev/null +++ b/src/apps/party/partyReport/mixins/mixin.js @@ -0,0 +1,36 @@ +export default { + methods:{ + handlerCall({contactPerson,contactPhone}){ + uni.showModal({ + title:contactPerson, + content:contactPhone, + confirmspan:"拨打", + cancelspan:"复制", + confirmColor:"#135AB8", + success(res){ + if (res.confirm) { + uni.makePhoneCall({ + phoneNumber: contactPhone + }); + } else if (res.cancel) { + // uni.setClipboardData({ + // data:contactPhone, + // }) + } + } + }) + }, + + goToLog(e){ + uni.navigateTo({ + url:`/pages/party/partyReport/fillLog?reportId=${e.id}&signupId=${e.signupId}&signupContent=${e.signupContent}` + }) + }, + + signUp(e){ + uni.navigateTo({ + url:`/pages/party/partyReport/signUp?reportId=${e.id}` + }) + } + } +} \ No newline at end of file diff --git a/src/apps/party/partyReport/myList.vue b/src/apps/party/partyReport/myList.vue new file mode 100644 index 00000000..5be37cf6 --- /dev/null +++ b/src/apps/party/partyReport/myList.vue @@ -0,0 +1,495 @@ + + + + + diff --git a/src/apps/party/partyReport/myLog.vue b/src/apps/party/partyReport/myLog.vue new file mode 100644 index 00000000..eba83132 --- /dev/null +++ b/src/apps/party/partyReport/myLog.vue @@ -0,0 +1,165 @@ + + + + + diff --git a/src/apps/party/partyReport/partyDetail.vue b/src/apps/party/partyReport/partyDetail.vue new file mode 100644 index 00000000..65ef9f2f --- /dev/null +++ b/src/apps/party/partyReport/partyDetail.vue @@ -0,0 +1,331 @@ + + + + + diff --git a/src/apps/party/partyReport/signUp.vue b/src/apps/party/partyReport/signUp.vue new file mode 100644 index 00000000..935b2ac6 --- /dev/null +++ b/src/apps/party/partyReport/signUp.vue @@ -0,0 +1,336 @@ + + + + + diff --git a/src/apps/party/partyReport/signUpList.vue b/src/apps/party/partyReport/signUpList.vue new file mode 100644 index 00000000..d139ee90 --- /dev/null +++ b/src/apps/party/partyReport/signUpList.vue @@ -0,0 +1,103 @@ + + + + + diff --git a/src/common/common.css b/src/common/common.css new file mode 100644 index 00000000..1996f57d --- /dev/null +++ b/src/common/common.css @@ -0,0 +1,261 @@ +@font-face { + font-family: 'iconfont'; + /* project id 1862352 */ + src: url('https://at.alicdn.com/t/font_1862352_i00id3q02qr.eot'); + src: url('https://at.alicdn.com/t/font_1862352_i00id3q02qr.eot?#iefix') format('embedded-opentype'), + url('https://at.alicdn.com/t/font_1862352_i00id3q02qr.woff2') format('woff2'), + url('https://at.alicdn.com/t/font_1862352_i00id3q02qr.woff') format('woff'), + url('https://at.alicdn.com/t/font_1862352_i00id3q02qr.ttf') format('truetype'), + url('https://at.alicdn.com/t/font_1862352_i00id3q02qr.svg#iconfont') format('svg'); +} + +.iconfont { + font-family: "iconfont" !important; + font-size: 32px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +ul, +li, +span, +div, +p { + padding: 0; + margin: 0; +} + +ul, li { padding: 0;margin: 0;list-style: none} + +page { + width: 100%; + min-height: 100%; + background-color: #f3f6f9; +} + +::-webkit-scrollbar { + width: 0; + height: 0; + color: transparent; +} + +.page { + width: 100%; + height: 100%; + background-color: #f3f6f9; +} + +.span-hover { + background: transparent; + opacity: 0.5; +} + +.bg-hover { + background: #eee !important; +} + +.flex { + display: flex; +} + +.flex-align { + display: flex; + align-items: center; +} + +.flex-between { + display: flex; + align-items: center; + justify-content: space-between; +} + +.flex1 { + flex: 1; +} + +.solid { + border-bottom: 2px solid #E8E8E8; +} + +.flex-row { + display: flex; + flex-direction: row; + align-items: center; +} + +.flex-column { + display: flex; + flex-direction: column; +} + +uni-button[disabled] { + background-color: #F7F7F7 !important; + color: #999 !important; + border: 0; +} + +uni-button:after { + border: none !important; +} + +.break-word { + word-break: break-all; +} + +.masking-layer { + position: absolute; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-color: rgb(0, 0, 0); + opacity: 0.6; +} + +/* 入口页列表 */ +.list { + justify-content: space-between; + align-items: center; + height: 112px; + background-color: #fff; + padding-left: 32px; + padding-right: 32px; + box-sizing: border-box; +} + +.list-cell { + width: 48px; + height: 48px; +} + +.image { + width: 48px; + height: 48px; +} + +.title-sub { + height: 112px; + margin-left: 16px; + width: 654px; + justify-content: space-between; + align-items: center; + background: rgba(255, 255, 255, 1); + font-size: 32px; + color: #333333; +} + +.more { + width: 32px; + height: 32px; +} + +.title-line { + border-bottom: 2px solid #DDDDDD; +} + +.last { + margin-top: 16px; +} + +.no-content-pds { + margin-top: 360px; + width: 100%; + text-align: center; +} + +.no-content-pds div { + height: 40px; + font-size: 28px; + line-height: 40px; + font-family: PingFangSC-Regular, PingFangSC; +} + +.no-content-pds .span { + color: rgba(51, 51, 51, 1); +} + +.no-content-pds .span-p { + color: rgba(153, 153, 153, 1); + margin-top: 16px; +} + +/* margin */ +.mar-t8 { + margin-top: 16px; +} + +.mar-r20 { + margin-right: 40px; +} + +.mar-l10 { + margin-left: 20px; +} + +/* color */ +.color-333 { + color: #333; +} + +.color-999 { + color: #999; +} + +.color-red { + color: #FF4466; +} + +.color-666 { + color: #666; +} + +/* */ +.font-12 { + font-size: 24px; +} + +/* */ +.report { + position: fixed; + bottom: 0; + width: 100%; + height: 112px; + background-color: #135AB8; + color: #fff; + text-align: center; + line-height: 112px; + font-size: 32px; +} + +.span-right { + text-align: right; +} + +input::-webkit-input-placeholder { + color: #999; +} + +/* 多级下拉选择css */ +.type-picke-more { + position: fixed; + width: 100%; + height: 330px; + bottom: 0; + left: 0; + background-color: #fff; + z-index: 99; +} + +.type-picke-more picker-div-column { + text-align: center; + line-height: 110px; +} + +.fixed-top { + position: fixed; + top: 0; + left: 0; + z-index: 99; + width: 100% +} diff --git a/src/components/AiTransSpeech.vue b/src/components/AiTransSpeech.vue new file mode 100644 index 00000000..42bf7e04 --- /dev/null +++ b/src/components/AiTransSpeech.vue @@ -0,0 +1,148 @@ + + + + + diff --git a/src/components/AiUniIcon.vue b/src/components/AiUniIcon.vue new file mode 100644 index 00000000..f411a7c5 --- /dev/null +++ b/src/components/AiUniIcon.vue @@ -0,0 +1,419 @@ + + + + + \ No newline at end of file diff --git a/src/store/index.js b/src/store/index.js index d9a52b29..5813b384 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -241,7 +241,6 @@ const store = new Vuex.Store({ return Promise.resolve() } else { agentSignURL = url - console.log(qs.parse(location.search)) if (qs.parse(location.search)?.corpId) { params = { corpId: qs.parse(location.search).corpId