yc-ui2 0.1.1-beta14 → 0.1.1-beta16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/yc-ui2.common.js +66 -211
- package/dist/yc-ui2.common.js.map +1 -1
- package/dist/yc-ui2.css +1 -1
- package/dist/yc-ui2.umd.js +66 -211
- package/dist/yc-ui2.umd.js.map +1 -1
- package/dist/yc-ui2.umd.min.js +1 -1
- package/dist/yc-ui2.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/App.vue +17 -4
- package/src/assets/questions.js +115 -0
- package/src/views/question.vue +8 -1
package/dist/yc-ui2.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.el-dialog__wrapper[data-v-2248e29b]{display:flex;justify-content:center;align-items:center}[data-v-2248e29b] .el-dialog{margin-top:0!important;border-radius:8px}[data-v-2248e29b] .el-dialog__header{background-color:#f2f6fc;border-radius:8px 8px 0 0}.el-dialog__body[data-v-2248e29b]{display:flex;justify-content:center}.chat{width:350px;height:480px;position:fixed;bottom:10px;right:55px;z-index:2001;background-color:#fff;border-radius:12px;border:1px solid #e6ebf5;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);overflow:hidden}.chat>header{display:flex;justify-content:flex-start;align-items:center;background-color:#ff575f;font-size:16px;padding:10px;font-weight:400;color:#fafdff}.chat>header>img{width:44px;height:44px;border-radius:50%;margin-right:10px;transition:all .3s linear}.chat>header>img:focus,.chat>header>img:hover{transform:scale(1.2) rotate(15deg)}.chat>header i{cursor:pointer;position:absolute;top:5px;width:20px;height:20px;border-radius:6px;display:flex;justify-content:center;align-items:center;transition:all .3s linear}.chat>header i:focus,.chat>header i:hover{transform:scale(1.2);background-color:hsla(7,100%,74%,.8)}.chat>header i.el-icon-close{right:10px}.chat>header i.icon-enlarge{right:35px}.chat>header i>img{width:12px}.chat>main{width:100%;height:60%;overflow-y:auto;padding-bottom:20px;background-color:#f7f7f9}.chat>main::-webkit-scrollbar{width:6px}.chat>main::-webkit-scrollbar-track{background:#efefef;border-radius:2px}.chat>main::-webkit-scrollbar-thumb{background:#ff8879;border-radius:10px}.chat>main::-webkit-scrollbar-thumb:hover{background:#ff755d}.chat>main .message{display:flex;gap:15px;position:relative;margin:20px 5px 0 5px;opacity:0}.chat>main .message .avatar{width:30px;height:30px;border-radius:50%}.chat>main .message .content{width:-moz-fit-content;width:fit-content;max-width:250px;font-weight:400;font-size:12px;color:#4c4c4d;line-height:20px;padding:10px;border-radius:10px;background-color:#fff}.chat>main .message .content .href{cursor:pointer;display:block;color:#ff575f;margin-bottom:.5rem}.chat>main .message .content .href:hover{text-decoration:underline}.chat>main .message .content>.based{cursor:pointer;color:#909399;display:flex;align-items:flex-start;justify-content:flex-start;border-top:1px solid #ebebed;padding-top:5px;margin-top:5px;gap:5px}.chat>main .message .content>.based>span:first-child{white-space:nowrap;color:#4c4c4d;border-radius:10px;background-color:#eeeef0;padding:0 7px}.chat>main .message .content>.based>span:last-child{width:100%;position:relative;display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:12px}.chat>main .message .content>.based>span:last-child .el-icon-d-arrow-right{position:absolute;right:0;bottom:5px;transform:rotate(90deg);transition:all .35s linear}.chat>main .message .content>.based>span:last-child.is-active{overflow:visible;white-space:normal}.chat>main .message .content>.based>span:last-child.is-active .el-icon-d-arrow-right{transform:rotate(270deg)}.chat>main .message .content>.based>span:last-child:hover{color:#ff575f}.chat>main .message.admin{animation:animation01 .3s linear 1.5s forwards}.chat>main .message.admin .content:before{content:"";position:absolute;top:2px;left:37px;transform:rotate(-45deg);border-width:10px;border-style:solid;border-color:transparent transparent transparent #fff}.chat>main .message.personal{animation:animation01 .3s linear .3s forwards;flex-direction:row-reverse}.chat>main .message.personal .content:after{content:"";position:absolute;top:2px;right:37px;transform:rotate(-45deg);border-width:10px;border-style:solid;border-color:transparent transparent #fff transparent}.chat>nav{background-color:#f7f7f9;border-bottom:1px solid #e7e7ea;padding:5px 10px;display:flex}.chat>nav .el-button{font-size:12px;font-weight:400;color:#4c4c4d;background-color:#fff!important;border:1px solid #e7e7ea;padding:5px 8px}.chat>.el-textarea{border-color:transparent}.chat>.el-textarea textarea{overflow-y:hidden;padding-right:65px;font-weight:400;color:#19191a;font-size:12px;font-family:Source Han Sans CN-Regular,Source Han Sans CN}.chat>.el-textarea textarea,.chat>.el-textarea textarea:focus{border-color:transparent}.chat>.el-button{position:absolute;bottom:10px;right:10px}.customerService[data-v-777e6b16]{position:fixed;right:0;bottom:35px;z-index:2001}.customerService>div[data-v-777e6b16]{cursor:pointer;position:absolute;right:0;display:flex;align-items:center;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04)}.customerService>div:hover>div[data-v-777e6b16]:first-child{color:#ff4949}.customerService>div:hover>div:first-child i[data-v-777e6b16]{animation-name:animateRotate-777e6b16;animation-duration:.5s;animation-iteration-count:infinite}.customerService>div>div[data-v-777e6b16]:first-child{width:50px;height:50px;text-align:center;line-height:50px;font-size:18px}.customerService>div>div[data-v-777e6b16]:last-child{opacity:0;padding:10px;border-radius:6px;position:absolute;min-height:50px;display:flex;flex-direction:column;justify-content:space-around;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04)}.customerService>div>div[data-v-777e6b16]:last-child:after{content:"";position:absolute;top:calc(50% - 10px);right:-20px;border-width:10px;border-style:solid;border-color:transparent transparent transparent #fff;filter:drop-shadow(1px 1px 1px rgba(0,0,0,.2))}.customerService>div>div:last-child a[data-v-777e6b16]{color:#333;font-size:14px;display:block}.customerService .mobile[data-v-777e6b16]{bottom:50px;border-bottom:1px solid #e6ebf5}.customerService .mobile:hover>div[data-v-777e6b16]:last-child{left:-210px;opacity:1;animation-name:animateMobile-777e6b16;animation-duration:.5s}.customerService .mobile>div[data-v-777e6b16]:last-child{left:-120vw;width:190px;bottom:0}.customerService .mobile>div:last-child a[data-v-777e6b16]{width:-moz-fit-content;width:fit-content;position:relative;margin-top:5px;text-indent:5px}.customerService .mobile>div:last-child a[data-v-777e6b16]:hover{color:#ff4949}.customerService .mobile>div:last-child a[data-v-777e6b16]:hover:before{width:100%;right:auto;left:0}.customerService .mobile>div:last-child a[data-v-777e6b16]:before{content:"";width:0;height:1px;opacity:.6;background:#ff4949;transition:all .5s linear;position:absolute;right:0;bottom:-2px}.customerService .mobile>div[data-v-777e6b16]:last-child:after{top:calc(100% - 35px)}@keyframes animateMobile-777e6b16{0%{left:-200vw;opacity:0}0.1%{left:-310px;opacity:0}to{left:-210px;opacity:1}}.customerService .headset[data-v-777e6b16]{bottom:0}.customerService .headset:hover>div[data-v-777e6b16]:last-child{left:-110px;opacity:1;animation-name:animateHeadset-777e6b16;animation-duration:.5s}.customerService .headset>div[data-v-777e6b16]:last-child{left:-120vw;width:90px}@keyframes animateHeadset-777e6b16{0%{left:-120vw;opacity:0}0.1%{left:-210px;opacity:.5}to{left:-110px;opacity:1}}@keyframes animateRotate-777e6b16{0%{transform:rotate(0deg)}20%{transform:rotate(7deg)}40%{transform:rotate(0deg)}80%{transform:rotate(-7deg)}to{transform:rotate(0deg)}}#app{min-width:auto;overflow:hidden}.chatPage{background-color:#fff}.chatPage>header{height:8vw;display:flex;justify-content:flex-start;align-items:center;gap:5vw;padding-left:8vw;background-position:50%;background-repeat:no-repeat;background-size:cover}.chatPage>header>div{display:flex;flex-direction:column;justify-content:center;align-items:center}.chatPage>header>div h3{height:1vw;margin-top:0;font-size:2.125rem;font-weight:700;color:#191a2c;font-family:Source Han Sans CN-Bold,Source Han Sans CN}.chatPage>header>div span{font-size:1rem;font-family:LXGW New Clear Gothic-Regular,LXGW New Clear Gothic;font-weight:400;color:#666}.chatPage>header p{font-size:1rem;font-family:Source Han Sans CN-Regular,Source Han Sans CN;font-weight:400;color:#2e2f42}.chatPage .main{display:flex}.chatPage .main>div{width:74vw;position:relative}.chatPage .main>div>main{height:62vh;overflow-y:auto;padding-bottom:2vw;background-color:#f7f7f9}.chatPage .main>div>main::-webkit-scrollbar{width:6px}.chatPage .main>div>main::-webkit-scrollbar-track{background:#efefef;border-radius:2px}.chatPage .main>div>main::-webkit-scrollbar-thumb{background:#ff8879;border-radius:10px}.chatPage .main>div>main::-webkit-scrollbar-thumb:hover{background:#ff755d}.chatPage .main>div>main>p{text-align:center;font-size:.875rem;font-family:Source Han Sans CN-Regular,Source Han Sans CN;font-weight:400;color:#909399}.chatPage .main>div>main .message{display:flex;gap:15px;margin:1.5vw 1.5vw 0 1.5vw;opacity:0}.chatPage .main>div>main .message .avatar{width:2.5vw;height:2.5vw;min-width:35px;min-height:35px;border-radius:50%;transition:all .3s linear}.chatPage .main>div>main .message .avatar:focus,.chatPage .main>div>main .message .avatar:hover{transform:scale(1.2) rotate(15deg)}.chatPage .main>div>main .message .content{width:-moz-fit-content;width:fit-content;max-width:50vw;font-weight:400;font-size:1rem;color:#4c4c4d;padding:10px;border-radius:10px;position:relative;background-color:#fff}.chatPage .main>div>main .message .content .href{cursor:pointer;display:block;color:#ff575f;margin-bottom:1.5rem}.chatPage .main>div>main .message .content .href:hover{text-decoration:underline}.chatPage .main>div>main .message .content>.based{cursor:pointer;font-size:1rem;font-weight:400;color:#909399;display:flex;align-items:flex-start;justify-content:flex-start;border-top:1px solid #ebebed;padding-top:.625rem;margin-top:.625rem;gap:.625rem}.chatPage .main>div>main .message .content>.based>span:first-child{white-space:nowrap;color:#4c4c4d;border-radius:18px;background-color:#eeeef0;padding:.1875rem .625rem;margin-top:-.1875rem}.chatPage .main>div>main .message .content>.based>span:last-child{width:100%;position:relative;display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:12px}.chatPage .main>div>main .message .content>.based>span:last-child .el-icon-d-arrow-right{position:absolute;right:0;bottom:0;transform:rotate(90deg);transition:all .35s linear}.chatPage .main>div>main .message .content>.based>span:last-child.is-active{overflow:visible;white-space:normal}.chatPage .main>div>main .message .content>.based>span:last-child.is-active .el-icon-d-arrow-right{transform:rotate(270deg)}.chatPage .main>div>main .message .content>.based>span:last-child:hover{color:#ff575f}.chatPage .main>div>main .message.admin{animation:animation01 .3s linear 1.5s forwards}.chatPage .main>div>main .message.admin .content{margin-top:20px}.chatPage .main>div>main .message.admin .content:before{content:"";position:absolute;top:2px;left:-10px;transform:rotate(-45deg);border-width:10px;border-style:solid;border-color:transparent transparent transparent #fff}.chatPage .main>div>main .message.admin .content:after{content:"小优客服【38号为您服务】";width:200px;font-size:.875rem;font-family:Source Han Sans CN-Medium,Source Han Sans CN;font-weight:500;color:#8b8c8f;position:absolute;left:0;top:-20px}.chatPage .main>div>main .message.personal{animation:animation01 .3s linear .3s forwards;flex-direction:row-reverse}.chatPage .main>div>main .message.personal .content:after{content:"";position:absolute;top:2px;right:-10px;transform:rotate(-45deg);border-width:10px;border-style:solid;border-color:transparent transparent #fff transparent}@keyframes animation01{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.chatPage .main>div footer{height:30vh;border:1px solid #e7e7ea}.chatPage .main>div footer>.el-textarea{border-color:transparent}.chatPage .main>div footer>.el-textarea textarea{overflow-y:hidden;font-weight:400;color:#19191a;font-size:1rem;font-family:Source Han Sans CN-Regular,Source Han Sans CN}.chatPage .main>div footer>.el-textarea textarea,.chatPage .main>div footer>.el-textarea textarea:focus{border-color:transparent}.chatPage .main>div footer>.el-button{float:right;z-index:1;font-size:.875rem;font-family:Source Han Sans CN-Regular,Source Han Sans CN;font-weight:400;border-radius:4px;margin-right:2vw;width:5vw;min-width:92px}.chatPage .main aside{width:26vw;height:92vh;padding:1vw;overflow-y:auto;background-color:#fff}.chatPage .main aside .el-collapse-item__header{color:#373a3c;font-size:1.5rem;font-weight:500;font-family:Source Han Sans CN-Medium,Source Han Sans CN;padding:2rem;background-color:red;background:linear-gradient(#ffdad4,#ffa9a3)}.chatPage .main aside .el-collapse-item__header.is-active{color:#fff;background:linear-gradient(#ff897a,#ff645a)}.chatPage .main aside .el-collapse-item__header.is-active i{color:#fff}.chatPage .main aside .el-collapse-item__header img{width:2.25rem;height:2.25rem;float:left;margin-left:-.5rem;margin-right:.5rem}.chatPage .main aside .el-collapse-item__header i{font-size:2rem;color:#ff575f;font-weight:900}.chatPage .main aside .el-collapse-item__content{font-size:1rem;font-family:Source Han Sans CN-Regular,Source Han Sans CN;font-weight:400;padding:20px 20px 20px 40px;color:#000;background-color:#f7f7f9}.chatPage .main aside .el-collapse-item__content>div{position:relative;margin-top:1rem;cursor:pointer;transition:all .3s linear}.chatPage .main aside .el-collapse-item__content>div:first-child{margin-top:0}.chatPage .main aside .el-collapse-item__content>div:before{content:"";position:absolute;top:5px;left:-15px;border-width:10px;border-style:solid;border-color:transparent transparent transparent #ffa9a3}.chatPage .main aside .el-collapse-item__content>div:hover{color:#ff575f;transform:translate(.5rem)}.chatPage .main aside .el-collapse-item__content>div:hover:before{border-color:transparent transparent transparent #ff575f}
|
1
|
+
.el-dialog__wrapper[data-v-2248e29b]{display:flex;justify-content:center;align-items:center}[data-v-2248e29b] .el-dialog{margin-top:0!important;border-radius:8px}[data-v-2248e29b] .el-dialog__header{background-color:#f2f6fc;border-radius:8px 8px 0 0}.el-dialog__body[data-v-2248e29b]{display:flex;justify-content:center}.chat{width:350px;height:480px;position:fixed;bottom:10px;right:55px;z-index:2001;background-color:#fff;border-radius:12px;border:1px solid #e6ebf5;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);overflow:hidden}.chat>header{display:flex;justify-content:flex-start;align-items:center;background-color:#ff575f;font-size:16px;padding:10px;font-weight:400;color:#fafdff}.chat>header>img{width:44px;height:44px;border-radius:50%;margin-right:10px;transition:all .3s linear}.chat>header>img:focus,.chat>header>img:hover{transform:scale(1.2) rotate(15deg)}.chat>header i{cursor:pointer;position:absolute;top:5px;width:20px;height:20px;border-radius:6px;display:flex;justify-content:center;align-items:center;transition:all .3s linear}.chat>header i:focus,.chat>header i:hover{transform:scale(1.2);background-color:hsla(7,100%,74%,.8)}.chat>header i.el-icon-close{right:10px}.chat>header i.icon-enlarge{right:35px}.chat>header i>img{width:12px}.chat>main{width:100%;height:60%;overflow-y:auto;padding-bottom:20px;background-color:#f7f7f9}.chat>main::-webkit-scrollbar{width:6px}.chat>main::-webkit-scrollbar-track{background:#efefef;border-radius:2px}.chat>main::-webkit-scrollbar-thumb{background:#ff8879;border-radius:10px}.chat>main::-webkit-scrollbar-thumb:hover{background:#ff755d}.chat>main .message{display:flex;gap:15px;position:relative;margin:20px 5px 0 5px;opacity:0}.chat>main .message .avatar{width:30px;height:30px;border-radius:50%}.chat>main .message .content{width:-moz-fit-content;width:fit-content;max-width:250px;font-weight:400;font-size:12px;color:#4c4c4d;line-height:20px;padding:10px;border-radius:10px;background-color:#fff}.chat>main .message .content .href{cursor:pointer;display:block;color:#ff575f;margin-bottom:.5rem}.chat>main .message .content .href:hover{text-decoration:underline}.chat>main .message .content>.based{cursor:pointer;color:#909399;display:flex;align-items:flex-start;justify-content:flex-start;border-top:1px solid #ebebed;padding-top:5px;margin-top:5px;gap:5px}.chat>main .message .content>.based>span:first-child{white-space:nowrap;color:#4c4c4d;border-radius:10px;background-color:#eeeef0;padding:0 7px}.chat>main .message .content>.based>span:last-child{width:100%;position:relative;display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:12px}.chat>main .message .content>.based>span:last-child .el-icon-d-arrow-right{position:absolute;right:0;bottom:5px;transform:rotate(90deg);transition:all .35s linear}.chat>main .message .content>.based>span:last-child.is-active{overflow:visible;white-space:normal}.chat>main .message .content>.based>span:last-child.is-active .el-icon-d-arrow-right{transform:rotate(270deg)}.chat>main .message .content>.based>span:last-child:hover{color:#ff575f}.chat>main .message.admin{animation:animation01 .3s linear 1.5s forwards}.chat>main .message.admin .content:before{content:"";position:absolute;top:2px;left:37px;transform:rotate(-45deg);border-width:10px;border-style:solid;border-color:transparent transparent transparent #fff}.chat>main .message.personal{animation:animation01 .3s linear .3s forwards;flex-direction:row-reverse}.chat>main .message.personal .content:after{content:"";position:absolute;top:2px;right:37px;transform:rotate(-45deg);border-width:10px;border-style:solid;border-color:transparent transparent #fff transparent}.chat>nav{background-color:#f7f7f9;border-bottom:1px solid #e7e7ea;padding:5px 10px;display:flex}.chat>nav .el-button{font-size:12px;font-weight:400;color:#4c4c4d;background-color:#fff!important;border:1px solid #e7e7ea;padding:5px 8px}.chat>.el-textarea{border-color:transparent}.chat>.el-textarea textarea{overflow-y:hidden;padding-right:65px;font-weight:400;color:#19191a;font-size:12px;font-family:Source Han Sans CN-Regular,Source Han Sans CN}.chat>.el-textarea textarea,.chat>.el-textarea textarea:focus{border-color:transparent}.chat>.el-button{position:absolute;bottom:10px;right:10px}.customerService[data-v-fe391484]{position:fixed;right:0;bottom:35px;z-index:2001}.customerService>div[data-v-fe391484]{cursor:pointer;position:absolute;right:0;display:flex;align-items:center;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04)}.customerService>div:hover>div[data-v-fe391484]:first-child{color:#ff4949}.customerService>div:hover>div:first-child i[data-v-fe391484]{animation-name:animateRotate-fe391484;animation-duration:.5s;animation-iteration-count:infinite}.customerService>div>div[data-v-fe391484]:first-child{width:50px;height:50px;text-align:center;line-height:50px;font-size:18px}.customerService>div>div[data-v-fe391484]:last-child{opacity:0;padding:10px;border-radius:6px;position:absolute;min-height:50px;display:flex;flex-direction:column;justify-content:space-around;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04)}.customerService>div>div[data-v-fe391484]:last-child:after{content:"";position:absolute;top:calc(50% - 10px);right:-20px;border-width:10px;border-style:solid;border-color:transparent transparent transparent #fff;filter:drop-shadow(1px 1px 1px rgba(0,0,0,.2))}.customerService>div>div:last-child a[data-v-fe391484]{color:#333;font-size:14px;display:block}.customerService .mobile[data-v-fe391484]{bottom:50px;border-bottom:1px solid #e6ebf5}.customerService .mobile:hover>div[data-v-fe391484]:last-child{left:-210px;opacity:1;animation-name:animateMobile-fe391484;animation-duration:.5s}.customerService .mobile>div[data-v-fe391484]:last-child{left:-120vw;width:190px;bottom:0}.customerService .mobile>div:last-child a[data-v-fe391484]{width:-moz-fit-content;width:fit-content;position:relative;margin-top:5px;text-indent:5px}.customerService .mobile>div:last-child a[data-v-fe391484]:hover{color:#ff4949}.customerService .mobile>div:last-child a[data-v-fe391484]:hover:before{width:100%;right:auto;left:0}.customerService .mobile>div:last-child a[data-v-fe391484]:before{content:"";width:0;height:1px;opacity:.6;background:#ff4949;transition:all .5s linear;position:absolute;right:0;bottom:-2px}.customerService .mobile>div[data-v-fe391484]:last-child:after{top:calc(100% - 35px)}@keyframes animateMobile-fe391484{0%{left:-200vw;opacity:0}0.1%{left:-310px;opacity:0}to{left:-210px;opacity:1}}.customerService .headset[data-v-fe391484]{bottom:0}.customerService .headset:hover>div[data-v-fe391484]:last-child{left:-110px;opacity:1;animation-name:animateHeadset-fe391484;animation-duration:.5s}.customerService .headset>div[data-v-fe391484]:last-child{left:-120vw;width:90px}@keyframes animateHeadset-fe391484{0%{left:-120vw;opacity:0}0.1%{left:-210px;opacity:.5}to{left:-110px;opacity:1}}@keyframes animateRotate-fe391484{0%{transform:rotate(0deg)}20%{transform:rotate(7deg)}40%{transform:rotate(0deg)}80%{transform:rotate(-7deg)}to{transform:rotate(0deg)}}#app{min-width:auto;overflow:hidden}.chatPage{background-color:#fff}.chatPage>header{height:8vw;display:flex;justify-content:flex-start;align-items:center;gap:5vw;padding-left:8vw;background-position:50%;background-repeat:no-repeat;background-size:cover}.chatPage>header>div{display:flex;flex-direction:column;justify-content:center;align-items:center}.chatPage>header>div h3{height:1vw;margin-top:0;font-size:2.125rem;font-weight:700;color:#191a2c;font-family:Source Han Sans CN-Bold,Source Han Sans CN}.chatPage>header>div span{font-size:1rem;font-family:LXGW New Clear Gothic-Regular,LXGW New Clear Gothic;font-weight:400;color:#666}.chatPage>header p{font-size:1rem;font-family:Source Han Sans CN-Regular,Source Han Sans CN;font-weight:400;color:#2e2f42}.chatPage .main{display:flex}.chatPage .main>div{width:74vw;position:relative}.chatPage .main>div>main{height:62vh;overflow-y:auto;padding-bottom:2vw;background-color:#f7f7f9}.chatPage .main>div>main::-webkit-scrollbar{width:6px}.chatPage .main>div>main::-webkit-scrollbar-track{background:#efefef;border-radius:2px}.chatPage .main>div>main::-webkit-scrollbar-thumb{background:#ff8879;border-radius:10px}.chatPage .main>div>main::-webkit-scrollbar-thumb:hover{background:#ff755d}.chatPage .main>div>main>p{text-align:center;font-size:.875rem;font-family:Source Han Sans CN-Regular,Source Han Sans CN;font-weight:400;color:#909399}.chatPage .main>div>main .message{display:flex;gap:15px;margin:1.5vw 1.5vw 0 1.5vw;opacity:0}.chatPage .main>div>main .message .avatar{width:2.5vw;height:2.5vw;min-width:35px;min-height:35px;border-radius:50%;transition:all .3s linear}.chatPage .main>div>main .message .avatar:focus,.chatPage .main>div>main .message .avatar:hover{transform:scale(1.2) rotate(15deg)}.chatPage .main>div>main .message .content{width:-moz-fit-content;width:fit-content;max-width:50vw;font-weight:400;font-size:1rem;color:#4c4c4d;padding:10px;border-radius:10px;position:relative;background-color:#fff}.chatPage .main>div>main .message .content .href{cursor:pointer;display:block;color:#ff575f;margin-bottom:1.5rem}.chatPage .main>div>main .message .content .href:hover{text-decoration:underline}.chatPage .main>div>main .message .content>.based{cursor:pointer;font-size:1rem;font-weight:400;color:#909399;display:flex;align-items:flex-start;justify-content:flex-start;border-top:1px solid #ebebed;padding-top:.625rem;margin-top:.625rem;gap:.625rem}.chatPage .main>div>main .message .content>.based>span:first-child{white-space:nowrap;color:#4c4c4d;border-radius:18px;background-color:#eeeef0;padding:.1875rem .625rem;margin-top:-.1875rem}.chatPage .main>div>main .message .content>.based>span:last-child{width:100%;position:relative;display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:12px}.chatPage .main>div>main .message .content>.based>span:last-child .el-icon-d-arrow-right{position:absolute;right:0;bottom:0;transform:rotate(90deg);transition:all .35s linear}.chatPage .main>div>main .message .content>.based>span:last-child.is-active{overflow:visible;white-space:normal}.chatPage .main>div>main .message .content>.based>span:last-child.is-active .el-icon-d-arrow-right{transform:rotate(270deg)}.chatPage .main>div>main .message .content>.based>span:last-child:hover{color:#ff575f}.chatPage .main>div>main .message.admin{animation:animation01 .3s linear 1.5s forwards}.chatPage .main>div>main .message.admin .content{margin-top:20px}.chatPage .main>div>main .message.admin .content:before{content:"";position:absolute;top:2px;left:-10px;transform:rotate(-45deg);border-width:10px;border-style:solid;border-color:transparent transparent transparent #fff}.chatPage .main>div>main .message.admin .content:after{content:"小优客服【38号为您服务】";width:200px;font-size:.875rem;font-family:Source Han Sans CN-Medium,Source Han Sans CN;font-weight:500;color:#8b8c8f;position:absolute;left:0;top:-20px}.chatPage .main>div>main .message.personal{animation:animation01 .3s linear .3s forwards;flex-direction:row-reverse}.chatPage .main>div>main .message.personal .content:after{content:"";position:absolute;top:2px;right:-10px;transform:rotate(-45deg);border-width:10px;border-style:solid;border-color:transparent transparent #fff transparent}@keyframes animation01{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.chatPage .main>div footer{height:30vh;border:1px solid #e7e7ea}.chatPage .main>div footer>.el-textarea{border-color:transparent}.chatPage .main>div footer>.el-textarea textarea{overflow-y:hidden;font-weight:400;color:#19191a;font-size:1rem;font-family:Source Han Sans CN-Regular,Source Han Sans CN}.chatPage .main>div footer>.el-textarea textarea,.chatPage .main>div footer>.el-textarea textarea:focus{border-color:transparent}.chatPage .main>div footer>.el-button{float:right;z-index:1;font-size:.875rem;font-family:Source Han Sans CN-Regular,Source Han Sans CN;font-weight:400;border-radius:4px;margin-right:2vw;width:5vw;min-width:92px}.chatPage .main aside{width:26vw;height:92vh;padding:1vw;overflow-y:auto;background-color:#fff}.chatPage .main aside .el-collapse-item__header{color:#373a3c;font-size:1.5rem;font-weight:500;font-family:Source Han Sans CN-Medium,Source Han Sans CN;padding:2rem;background-color:red;background:linear-gradient(#ffdad4,#ffa9a3)}.chatPage .main aside .el-collapse-item__header.is-active{color:#fff;background:linear-gradient(#ff897a,#ff645a)}.chatPage .main aside .el-collapse-item__header.is-active i{color:#fff}.chatPage .main aside .el-collapse-item__header img{width:2.25rem;height:2.25rem;float:left;margin-left:-.5rem;margin-right:.5rem}.chatPage .main aside .el-collapse-item__header i{font-size:2rem;color:#ff575f;font-weight:900}.chatPage .main aside .el-collapse-item__content{font-size:1rem;font-family:Source Han Sans CN-Regular,Source Han Sans CN;font-weight:400;padding:20px 20px 20px 40px;color:#000;background-color:#f7f7f9}.chatPage .main aside .el-collapse-item__content>div{position:relative;margin-top:1rem;cursor:pointer;transition:all .3s linear}.chatPage .main aside .el-collapse-item__content>div:first-child{margin-top:0}.chatPage .main aside .el-collapse-item__content>div:before{content:"";position:absolute;top:5px;left:-15px;border-width:10px;border-style:solid;border-color:transparent transparent transparent #ffa9a3}.chatPage .main aside .el-collapse-item__content>div:hover{color:#ff575f;transform:translate(.5rem)}.chatPage .main aside .el-collapse-item__content>div:hover:before{border-color:transparent transparent transparent #ff575f}
|
package/dist/yc-ui2.umd.js
CHANGED
@@ -1580,127 +1580,6 @@ $({ target: 'Array', proto: true, arity: 1, forced: FORCED }, {
|
|
1580
1580
|
});
|
1581
1581
|
|
1582
1582
|
|
1583
|
-
/***/ }),
|
1584
|
-
|
1585
|
-
/***/ 6671:
|
1586
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__) {
|
1587
|
-
|
1588
|
-
/* harmony default export */ __webpack_exports__.Z = ([{
|
1589
|
-
"id": 1,
|
1590
|
-
"type": "发票及税费问题",
|
1591
|
-
"faq": "个人开劳务发票增值税率是多少?",
|
1592
|
-
"msg": "个人提供除不动产转让和出租以外的其他劳务或服务,增值税征收率为3%;个人提供不动产转让和出租征收率为5%。自2023年1月1日至2023年12月31日,增值税小规模纳税人适用3%征收率的应税销售收入,减按1%征收率征收增值税。",
|
1593
|
-
"based": "中华人民共和国增值税暂行条例(国务院第191次常务会议通过)财政部 国家税务总局关于全面推开营业税改征增值税试点的通知(财税〔2016〕36号)"
|
1594
|
-
}, {
|
1595
|
-
"id": 2,
|
1596
|
-
"type": "发票及税费问题",
|
1597
|
-
"faq": "开发票是否需要交城建税?",
|
1598
|
-
"msg": "城市维护建设税是以纳税人实际缴纳的消费税、增值税税额为计税依据,分别与消费税、增值税同时缴纳。消费税、增值税税额为零,城建税的计税依据为零。",
|
1599
|
-
"based": "中华人民共和国城市维护建设税法(中华人民共和国主席令第五十一号)"
|
1600
|
-
}, {
|
1601
|
-
"id": 3,
|
1602
|
-
"type": "发票及税费问题",
|
1603
|
-
"faq": "代扣代缴了增值税,还需代扣代缴城市维护建设税吗?",
|
1604
|
-
"msg": "城市维护建设税的扣缴义务人为负有增值税扣缴义务的单位和个人,在扣缴增值税的同时扣缴城市维护建设税。",
|
1605
|
-
"based": "中华人民共和国城市维护建设税法(中华人民共和国主席令第五十一号)"
|
1606
|
-
}, {
|
1607
|
-
"id": 4,
|
1608
|
-
"type": "发票及税费问题",
|
1609
|
-
"faq": "怎样计算应交城市维护建设税?",
|
1610
|
-
"msg": "一、根据《中华人民共和国城市维护建设税法》(中华人民共和国主席令第五十一号)的规定:“第二条 城市维护建设税以纳税人依法实际缴纳的增值税、消费税税额为计税依据。<br/>城市维护建设税的计税依据应当按照规定扣除期末留抵退税退还的增值税税额。<br/>城市维护建设税计税依据的具体确定办法,由国务院依据本法和有关税收法律、行政法规规定,报全国人民代表大会常务委员会备案。<br/>第三条 对进口货物或者境外单位和个人向境内销售劳务、服务、无形资产缴纳的增值税、消费税税额,不征收城市维护建设税。<br/>……<br/>第十一条 本法自2021年9月1日起施行。1985年2月8日国务院发布的《中华人民共和国城市维护建设税暂行条例》同时废止。”<br/>二、根据《财政部 税务总局关于城市维护建设税计税依据确定办法等事项的公告》(财政部 税务总局公告2021年第28号)的规定:“<br/>一、城市维护建设税以纳税人依法实际缴纳的增值税、消费税税额(以下简称两税税额)为计税依据。<br/>依法实际缴纳的两税税额,是指纳税人依照增值税、消费税相关法律法规和税收政策规定计算的应当缴纳的两税税额(不含因进口货物或境外单位和个人向境内销售劳务、服务、无形资产缴纳的两税税额),加上增值税免抵税额,扣除直接减免的两税税额和期末留抵退税退还的增值税税额后的金额。<br/>直接减免的两税税额,是指依照增值税、消费税相关法律法规和税收政策规定,直接减征或免征的两税税额,不包括实行先征后返、先征后退、即征即退办法退还的两税税额。<br/>……<br/>三、本公告自2021年9月1日起施行。”<br/>三、根据《国家税务总局关于城市维护建设税征收管理有关事项的公告》(国家税务总局公告2021年第26号)的规定:“一、城建税以纳税人依法实际缴纳的增值税、消费税(以下称两税)税额为计税依据。<br/>依法实际缴纳的增值税税额,是指纳税人依照增值税相关法律法规和税收政策规定计算应当缴纳的增值税税额,加上增值税免抵税额,扣除直接减免的增值税税额和期末留抵退税退还的增值税税额(以下简称留抵退税额)后的金额。<br/>依法实际缴纳的消费税税额,是指纳税人依照消费税相关法律法规和税收政策规定计算应当缴纳的消费税税额,扣除直接减免的消费税税额后的金额。<br/>应当缴纳的两税税额,不含因进口货物或境外单位和个人向境内销售劳务、服务、无形资产缴纳的两税税额。<br/>纳税人自收到留抵退税额之日起,应当在下一个纳税申报期从城建税计税依据中扣除。<br/>留抵退税额仅允许在按照增值税一般计税方法确定的城建税计税依据中扣除。当期未扣除完的余额,在以后纳税申报期按规定继续扣除。<br/>二、对于增值税小规模纳税人更正、查补此前按照一般计税方法确定的城建税计税依据,允许扣除尚未扣除完的留抵退税额。<br/>三、对增值税免抵税额征收的城建税,纳税人应在税务机关核准免抵税额的下一个纳税申报期内向主管税务机关申报缴纳。<br/>……<br/>八、本公告自2021年9月1日起施行。《废止文件及条款清单》(附件)所列文件、条款同时废止。<br/>特此公告。”",
|
1611
|
-
"based": "中华人民共和国城市维护建设税法(中华人民共和国主席令第五十一号) 财政部 税务总局关于城市维护建设税计税依据确定办法等事项的公告(财政部 税务总局公告2021年第28号)"
|
1612
|
-
}, {
|
1613
|
-
"id": 5,
|
1614
|
-
"type": "发票及税费问题",
|
1615
|
-
"faq": "城建税交多少?",
|
1616
|
-
"msg": "城市维护建设税以纳税人依法实际缴纳的增值税、消费税税额为计税依据。<br/>城市维护建设税的计税依据应当按照规定扣除期末留抵退税退还的增值税税额。<br/>纳税人所在地在市区的,税率为百分之七;纳税人所在地在县城、镇的,税率为百分之五;纳税人所在地不在市区、县城或者镇的,税率为百分之一。<br/>省、自治区、直辖市人民政府根据本地区实际情况,以及宏观调控需要确定,对增值税小规模纳税人、自然人(即其他个人)可以在50%的税额幅度内减征城市维护建设税。执行期限为2019年1月1日至2024年12月31日。已依法享受城市维护建设税其他优惠政策的,可叠加享受该减半征收优惠政策。",
|
1617
|
-
"based": "中华人民共和国城市维护建设税法(中华人民共和国主席令第五十一号)<br/>财政部 税务总局关于实施小微企业普惠性税收减免政策的通知(财税〔2019〕13号)<br/>财政部 税务总局关于进一步实施小微企业“六税两费”减免政策的公告(财政部 税务总局公告2022年第10号)"
|
1618
|
-
}, {
|
1619
|
-
"id": 6,
|
1620
|
-
"type": "发票及税费问题",
|
1621
|
-
"faq": "个人取得劳务报酬怎么缴税?",
|
1622
|
-
"msg": "扣缴义务人向居民个人支付劳务报酬所得时,按以下方法预扣预缴个人所得税,并向主管税务机关报送《个人所得税扣缴申报表》。年度预扣预缴税额与年度应纳税额不一致的,由居民个人于次年3月1日至6月30日向主管税务机关办理综合所得年度汇算清缴,税款多退少补。预扣预缴时:劳务报酬所得以收入减除费用后的余额为收入额。劳务报酬所得每次收入不超过四千元的,减除费用按八百元计算;每次收入四千元以上的,减除费用按百分之二十计算。劳务报酬所得以每次收入额为预扣预缴应纳税所得额。劳务报酬所得适用百分之二十至百分之四十的超额累进预扣率。汇算清缴时:劳务报酬所得以收入减除百分之二十的费用后的余额为收入额,以收入额为应纳税所得额。",
|
1623
|
-
"based": "国家税务总局关于全面实施新个人所得税法若干征管衔接问题的公告(国家税务总局公告2018年第56号)"
|
1624
|
-
}, {
|
1625
|
-
"id": 7,
|
1626
|
-
"type": "发票及税费问题",
|
1627
|
-
"faq": "劳务报酬有哪些?",
|
1628
|
-
"msg": "劳务报酬所得,是指个人从事劳务取得的所得,包括从事设计、装潢、安装、制图、化验、测试、医疗、法律、会计、咨询、讲学、翻译、审稿、书画、雕刻、影视、录音、录像、演出、表演、广告、展览、技术服务、介绍服务、经纪服务、代办服务以及其他劳务取得的所得。",
|
1629
|
-
"based": "中华人民共和国个人所得税法实施条例(国令第707号)"
|
1630
|
-
}, {
|
1631
|
-
"id": 8,
|
1632
|
-
"type": "发票及税费问题",
|
1633
|
-
"faq": "教育费附加征收率是多少?",
|
1634
|
-
"msg": "教育费附加征收率为3% 。",
|
1635
|
-
"based": "国务院关于修改《征收教育费附加的暂行规定》的决定(中华人民共和国国务院令第448号)"
|
1636
|
-
}, {
|
1637
|
-
"id": 9,
|
1638
|
-
"type": "发票及税费问题",
|
1639
|
-
"faq": "教育费附加如何计算?",
|
1640
|
-
"msg": "凡缴纳消费税、增值税、营业税的单位和个人,除按照《国务院关于筹措农村学校办学经费的通知》(国发〔1984〕174号文)的规定,缴纳农村教育事业费附加的单位外,都应当缴纳教育费附加。<br/>教育费附加,以各单位和个人实际缴纳的增值税、营业税、消费税的税额为计征依据,教育费附加率为3%,分别与增值税、营业税、消费税同时缴纳。",
|
1641
|
-
"based": "国务院关于修改《征收教育费附加的暂行规定》的决定(中华人民共和国国务院令第448号)<br/>征收教育费附加的暂行规定(国发〔1986〕50号文件 国务院令第60号修改)"
|
1642
|
-
}, {
|
1643
|
-
"id": 10,
|
1644
|
-
"type": "发票及税费问题",
|
1645
|
-
"faq": "纳税人的地方教育费附加的征收标准是多少?",
|
1646
|
-
"msg": "统一地方教育附加征收标准。地方教育附加征收标准统一为单位和个人(包括外商投资企业、外国企业及外籍个人)实际缴纳的增值税、营业税和消费税税额的2%。已经财政部审批且征收标准低于2%的省份,应将地方教育附加的征收标准调整为2%,调整征收标准的方案由省级人民政府于2010年12月31日前报财政部审批。",
|
1647
|
-
"based": "财政部关于统一地方教育附加政策有关问题的通知(财综〔2010〕98号)"
|
1648
|
-
}, {
|
1649
|
-
"id": 11,
|
1650
|
-
"type": "发票及税费问题",
|
1651
|
-
"faq": "个人去代开发票怎么开?",
|
1652
|
-
"msg": "一、代开增值税普通发票:<br/>符合代开条件的单位和个人发生增值税应税行为,需要开具增值税普通发票时,可向主管税务机关申请代开。不能自开增值税普通发票的小规模纳税人销售其取得的不动产,以及其他个人出租不动产,可以向税务机关申请代开增值税普通发票。<br/>资料:《代开增值税发票缴纳税款申报单》3份<br/>有以下情形的,还应提供相应材料:<br/>1.纳税人出租不动产、转让取得的不动产:不动产权属资料原件及复印件1份(原件查验后退回)、不动产合同、协议或者税务机关认可的其他资料原件及复印件 1份(原件查验后退回)<br/>2.自然人:身份证件原件及复印件1份(原件查验后退回)<br/>3.已办理税务登记的纳税人:(1)加载统一社会信用代码的营业执照(或税务登记证、组织机构代码证等)原件1份(查验后退回)(2)经办人身份证件原件及复印件1份(原件查验后退回)<br/>二、代开增值税专用发票:<br/>1.已办理税务登记的小规模纳税人(包括个体经营者)以及国家税务总局确定的其他可以代开增值税专用发票的纳税人发生增值税应税行为、需要开具增值税专用发票时,可向主管税务机关申请代开。<br/>2.申请代开增值税专用发票的货物运输业小规模纳税人,适用“货物运输业小规模纳税人异地代开增值税专用发票备案”的“申请条件”。<br/>资料:(一)代开增值税专用发票的货物运输业小规模纳税人:<br/>1.《货物运输业代开增值税专用发票缴纳税款申报单》3份<br/>2.加载统一社会信用代码的营业执照(或税务登记证)1份<br/>3. 经办人身份证件原件及复印件1份(原件查验后退回)<br/>(二)申请代开增值税专用发票的其他纳税人:<br/>1.《代开增值税发票缴纳税款申报单》3份<br/>有以下情形的:还应提供相应材料:<br/>1.自然人:身份证件原件及复印件1份(原件查验后退回)<br/>2.已办理税务登记的纳税人:(1)加载统一社会信用代码的营业执照(或税务登记证、组织机构代码证等)原件1份(查验后退回)<br/>(2)经办人身份证件原件及复印件1份(原件查验后退回)",
|
1653
|
-
"based": "中华人民共和国发票管理办法(国函〔1993〕174号)"
|
1654
|
-
}, {
|
1655
|
-
"id": 12,
|
1656
|
-
"type": "新手入门",
|
1657
|
-
"faq": "已在湖南省专家库系统中注册过的专家还需要在评标评审专家劳务报酬智能支付系统进行专家注册吗?",
|
1658
|
-
"msg": "需要,专家在完成评标(评审)前需要在评标评审专家劳务报酬智能支付系统进行账号注册及资料完善",
|
1659
|
-
"based": ""
|
1660
|
-
}, {
|
1661
|
-
"id": 13,
|
1662
|
-
"type": "新手入门",
|
1663
|
-
"faq": "已退休的专家在注册时无法提供工作证明的话需要提供什么材料作为佐证?",
|
1664
|
-
"msg": "已退休的专家在完善资料时请在工作证明附件栏上传退休证作为佐证材料",
|
1665
|
-
"based": ""
|
1666
|
-
}, {
|
1667
|
-
"id": 14,
|
1668
|
-
"type": "结算相关问题",
|
1669
|
-
"faq": "项目开标后,代理机构多久能在系统内查看到应付专家评审费?",
|
1670
|
-
"msg": "评标评审专家劳务报酬智能支付系统在接收到交易平台推送的专家评标(评审)情况明细信息后进行评标(评审)费用的计算,如无特殊原因48小时内将生成薪酬核算单,代理机构即可查看应付评标(评审)费并进行确认或质疑",
|
1671
|
-
"based": ""
|
1672
|
-
}, {
|
1673
|
-
"id": 15,
|
1674
|
-
"type": "结算相关问题",
|
1675
|
-
"faq": "专家评标(评审)结束后多久能收到评标(评审)费?",
|
1676
|
-
"msg": "评标评审专家劳务报酬智能支付系统将计算后的应付评标(评审)费用的薪酬核算单推送至代理机构后,代理机构对金额进行确认后即可发放,如无特殊原因,专家1-3个工作日内即可收到评标(评审)费",
|
1677
|
-
"based": ""
|
1678
|
-
}, {
|
1679
|
-
"id": 16,
|
1680
|
-
"type": "资金相关问题",
|
1681
|
-
"faq": "代理机构充值到会员账户的金额怎么提现?",
|
1682
|
-
"msg": "在会员开立提现界面点击提现按钮,可将会员账户下的可用金额进行提现",
|
1683
|
-
"based": ""
|
1684
|
-
}, {
|
1685
|
-
"id": 17,
|
1686
|
-
"type": "账号相关问题",
|
1687
|
-
"faq": "代理机构注册时所提供的银行账户必须为公司基本户吗?",
|
1688
|
-
"msg": "是的,代理机构在进行账号注册时所填写的银行账户必须为可正常使用的公司基本户",
|
1689
|
-
"based": ""
|
1690
|
-
}, {
|
1691
|
-
"id": 18,
|
1692
|
-
"type": "账号相关问题",
|
1693
|
-
"faq": "代理机构分公司需要注册账号吗?",
|
1694
|
-
"msg": "如项目是由分公司进行代理,则分公司需要在评标评审专家劳务报酬智能支付系统内单独注册账户",
|
1695
|
-
"based": ""
|
1696
|
-
}, {
|
1697
|
-
"id": 19,
|
1698
|
-
"type": "新手入门",
|
1699
|
-
"faq": "公司未注册评标评审专家劳务报酬智能支付系统账号能预定场地吗?",
|
1700
|
-
"msg": "不能,代理机构在交易平台内预定场地时,交易平台会向评标评审专家劳务报酬智能支付系统发起查询,只有已经在评标评审专家劳务报酬智能支付系统完成注册且已经针对当前项目完成预充值评标(评审)费的情况下,才能在交易平台内完成预定场地",
|
1701
|
-
"based": ""
|
1702
|
-
}]);
|
1703
|
-
|
1704
1583
|
/***/ })
|
1705
1584
|
|
1706
1585
|
/******/ });
|
@@ -2012,8 +1891,8 @@ var component = normalizeComponent(
|
|
2012
1891
|
)
|
2013
1892
|
|
2014
1893
|
/* harmony default export */ var YcSlideVerify = (component.exports);
|
2015
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/YcCustomerService/index.vue?vue&type=template&id=
|
2016
|
-
var
|
1894
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/YcCustomerService/index.vue?vue&type=template&id=fe391484&scoped=true&
|
1895
|
+
var YcCustomerServicevue_type_template_id_fe391484_scoped_true_render = function render() {
|
2017
1896
|
var _vm = this,
|
2018
1897
|
_c = _vm._self._c;
|
2019
1898
|
return _c('div', {
|
@@ -2023,7 +1902,11 @@ var YcCustomerServicevue_type_template_id_777e6b16_scoped_true_render = function
|
|
2023
1902
|
}
|
2024
1903
|
}, [_c('chat-vue', {
|
2025
1904
|
attrs: {
|
2026
|
-
"visible": _vm.visible
|
1905
|
+
"visible": _vm.visible,
|
1906
|
+
"jumpPage": _vm.jumpPage,
|
1907
|
+
"title": _vm.title,
|
1908
|
+
"json": _vm.json,
|
1909
|
+
"regular": _vm.regular
|
2027
1910
|
},
|
2028
1911
|
on: {
|
2029
1912
|
"update:visible": function ($event) {
|
@@ -2034,38 +1917,16 @@ var YcCustomerServicevue_type_template_id_777e6b16_scoped_true_render = function
|
|
2034
1917
|
staticClass: "customerService"
|
2035
1918
|
}, [_c('div', {
|
2036
1919
|
staticClass: "mobile"
|
2037
|
-
}, [_vm.
|
2038
|
-
attrs: {
|
2039
|
-
"href": "tel:4000770168"
|
2040
|
-
}
|
2041
|
-
}, [_vm._v("400 0770 168")]), !['/login', '/register'].includes(_vm.$route.path) ? [_c('span', {
|
2042
|
-
staticStyle: {
|
2043
|
-
"margin-top": "10px"
|
2044
|
-
}
|
2045
|
-
}, [_vm._v("银行服务电话")]), _c('a', {
|
2046
|
-
attrs: {
|
2047
|
-
"href": "tel:13973004180"
|
2048
|
-
}
|
2049
|
-
}, [_vm._v("13973004180(蒋行长)")]), _c('a', {
|
2050
|
-
attrs: {
|
2051
|
-
"href": "tel:15773001997"
|
2052
|
-
}
|
2053
|
-
}, [_vm._v("15773001997(彭经理)")])] : _vm._e()], 2)]), _c('div', {
|
1920
|
+
}, [_vm._t("default")], 2), _c('div', {
|
2054
1921
|
staticClass: "headset",
|
2055
1922
|
on: {
|
2056
1923
|
"click": function ($event) {
|
2057
1924
|
_vm.visible = !_vm.visible;
|
2058
1925
|
}
|
2059
1926
|
}
|
2060
|
-
}, [_vm._m(
|
1927
|
+
}, [_vm._m(0), _vm._m(1)])])], 1);
|
2061
1928
|
};
|
2062
|
-
var
|
2063
|
-
var _vm = this,
|
2064
|
-
_c = _vm._self._c;
|
2065
|
-
return _c('div', [_c('i', {
|
2066
|
-
staticClass: "el-icon-mobile"
|
2067
|
-
})]);
|
2068
|
-
}, function () {
|
1929
|
+
var YcCustomerServicevue_type_template_id_fe391484_scoped_true_staticRenderFns = [function () {
|
2069
1930
|
var _vm = this,
|
2070
1931
|
_c = _vm._self._c;
|
2071
1932
|
return _c('div', [_c('i', {
|
@@ -2077,10 +1938,10 @@ var YcCustomerServicevue_type_template_id_777e6b16_scoped_true_staticRenderFns =
|
|
2077
1938
|
return _c('div', [_c('a', [_vm._v("在线客服")])]);
|
2078
1939
|
}];
|
2079
1940
|
|
2080
|
-
;// CONCATENATED MODULE: ./src/components/YcCustomerService/index.vue?vue&type=template&id=
|
1941
|
+
;// CONCATENATED MODULE: ./src/components/YcCustomerService/index.vue?vue&type=template&id=fe391484&scoped=true&
|
2081
1942
|
|
2082
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/YcCustomerService/chat.vue?vue&type=template&id=
|
2083
|
-
var
|
1943
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/YcCustomerService/chat.vue?vue&type=template&id=dcf285b2&
|
1944
|
+
var chatvue_type_template_id_dcf285b2_render = function render() {
|
2084
1945
|
var _vm = this,
|
2085
1946
|
_c = _vm._self._c;
|
2086
1947
|
return _c('div', {
|
@@ -2095,7 +1956,7 @@ var chatvue_type_template_id_005a6884_render = function render() {
|
|
2095
1956
|
attrs: {
|
2096
1957
|
"src": "/cloud-img/customerService/admin.jpg"
|
2097
1958
|
}
|
2098
|
-
}), _c('span', [_vm._v(
|
1959
|
+
}), _c('span', [_vm._v(_vm._s(_vm.title))]), _vm.jumpPage ? _c('i', {
|
2099
1960
|
staticClass: "icon-enlarge",
|
2100
1961
|
on: {
|
2101
1962
|
"click": _vm.enlarge
|
@@ -2104,7 +1965,7 @@ var chatvue_type_template_id_005a6884_render = function render() {
|
|
2104
1965
|
attrs: {
|
2105
1966
|
"src": "/cloud-img/customerService/enlarge.png"
|
2106
1967
|
}
|
2107
|
-
})]), _c('i', {
|
1968
|
+
})]) : _vm._e(), _c('i', {
|
2108
1969
|
staticClass: "el-icon-close",
|
2109
1970
|
on: {
|
2110
1971
|
"click": _vm.close
|
@@ -2198,18 +2059,23 @@ var chatvue_type_template_id_005a6884_render = function render() {
|
|
2198
2059
|
}
|
2199
2060
|
}, [_vm._v("发送")])], 1);
|
2200
2061
|
};
|
2201
|
-
var
|
2062
|
+
var chatvue_type_template_id_dcf285b2_staticRenderFns = [];
|
2202
2063
|
|
2203
2064
|
;// CONCATENATED MODULE: ./src/components/YcCustomerService/chatMixin.js
|
2204
2065
|
|
2205
2066
|
/* harmony default export */ var chatMixin = ({
|
2206
2067
|
props: {
|
2207
|
-
visible: Boolean
|
2068
|
+
visible: Boolean,
|
2069
|
+
jumpPage: String,
|
2070
|
+
json: String,
|
2071
|
+
title: String,
|
2072
|
+
commit: String,
|
2073
|
+
regular: Array
|
2208
2074
|
},
|
2209
2075
|
data() {
|
2210
2076
|
return {
|
2211
2077
|
textareaValue: "",
|
2212
|
-
regular: ['发票增值税率', '城市维护建设税', '教育费附加征收率'],
|
2078
|
+
// regular: ['发票增值税率', '城市维护建设税', '教育费附加征收率'],
|
2213
2079
|
messagelist: [{
|
2214
2080
|
id: 'admin',
|
2215
2081
|
msg: ['您好,38号客服很高兴为你服务!'],
|
@@ -2218,10 +2084,14 @@ var chatvue_type_template_id_005a6884_staticRenderFns = [];
|
|
2218
2084
|
// {id: 'personal', msg: ['消费税?']}
|
2219
2085
|
],
|
2220
2086
|
|
2221
|
-
questions: (__webpack_require__(6671)/* ["default"] */ .Z),
|
2222
2087
|
isActive: false
|
2223
2088
|
};
|
2224
2089
|
},
|
2090
|
+
computed: {
|
2091
|
+
questions() {
|
2092
|
+
return JSON.parse(this.json);
|
2093
|
+
}
|
2094
|
+
},
|
2225
2095
|
methods: {
|
2226
2096
|
close() {
|
2227
2097
|
this.$emit("update:visible", false);
|
@@ -2274,9 +2144,10 @@ var chatvue_type_template_id_005a6884_staticRenderFns = [];
|
|
2274
2144
|
|
2275
2145
|
enlarge() {
|
2276
2146
|
// this.$router.resolve({
|
2277
|
-
// name:
|
2147
|
+
// name: this.jumpPage
|
2278
2148
|
// })
|
2279
|
-
|
2149
|
+
|
2150
|
+
window.open(this.jumpPage, '_blank');
|
2280
2151
|
},
|
2281
2152
|
handExpand(item) {
|
2282
2153
|
item.isActive = !item.isActive;
|
@@ -2291,10 +2162,10 @@ var chatvue_type_template_id_005a6884_staticRenderFns = [];
|
|
2291
2162
|
});
|
2292
2163
|
;// CONCATENATED MODULE: ./src/components/YcCustomerService/chat.vue?vue&type=script&lang=js&
|
2293
2164
|
/* harmony default export */ var YcCustomerService_chatvue_type_script_lang_js_ = (chatvue_type_script_lang_js_);
|
2294
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/YcCustomerService/chat.vue?vue&type=style&index=0&id=
|
2165
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/YcCustomerService/chat.vue?vue&type=style&index=0&id=dcf285b2&prod&lang=scss&
|
2295
2166
|
// extracted by mini-css-extract-plugin
|
2296
2167
|
|
2297
|
-
;// CONCATENATED MODULE: ./src/components/YcCustomerService/chat.vue?vue&type=style&index=0&id=
|
2168
|
+
;// CONCATENATED MODULE: ./src/components/YcCustomerService/chat.vue?vue&type=style&index=0&id=dcf285b2&prod&lang=scss&
|
2298
2169
|
|
2299
2170
|
;// CONCATENATED MODULE: ./src/components/YcCustomerService/chat.vue
|
2300
2171
|
|
@@ -2307,8 +2178,8 @@ var chatvue_type_template_id_005a6884_staticRenderFns = [];
|
|
2307
2178
|
|
2308
2179
|
var chat_component = normalizeComponent(
|
2309
2180
|
YcCustomerService_chatvue_type_script_lang_js_,
|
2310
|
-
|
2311
|
-
|
2181
|
+
chatvue_type_template_id_dcf285b2_render,
|
2182
|
+
chatvue_type_template_id_dcf285b2_staticRenderFns,
|
2312
2183
|
false,
|
2313
2184
|
null,
|
2314
2185
|
null,
|
@@ -2324,42 +2195,41 @@ var chat_component = normalizeComponent(
|
|
2324
2195
|
components: {
|
2325
2196
|
chatVue: chat
|
2326
2197
|
},
|
2198
|
+
props: {
|
2199
|
+
jumpPage: String,
|
2200
|
+
title: String,
|
2201
|
+
json: String,
|
2202
|
+
regular: Array
|
2203
|
+
},
|
2327
2204
|
data() {
|
2328
2205
|
return {
|
2329
2206
|
visible: false
|
2330
2207
|
};
|
2331
2208
|
},
|
2209
|
+
computed: {
|
2210
|
+
hasSlot() {
|
2211
|
+
return Boolean(this.$slots.default);
|
2212
|
+
}
|
2213
|
+
},
|
2332
2214
|
watch: {
|
2333
2215
|
$route(to) {
|
2334
|
-
if (to.path !=
|
2216
|
+
if (to.path != this.page) {
|
2335
2217
|
this.$refs.customer.style.display = "block";
|
2336
2218
|
} else {
|
2337
2219
|
this.$refs.customer.style.display = "none";
|
2338
2220
|
}
|
2339
2221
|
}
|
2340
2222
|
},
|
2341
|
-
// created() {
|
2342
|
-
// this.$router.addRoutes([
|
2343
|
-
// {
|
2344
|
-
// path: "/question",
|
2345
|
-
// name: "question",
|
2346
|
-
// component: (resolve) =>
|
2347
|
-
// require(["comp/YcCustomerService/question"], resolve),
|
2348
|
-
// hidden: true,
|
2349
|
-
// },
|
2350
|
-
// ])
|
2351
|
-
// console.log(window.whiteList)
|
2352
|
-
// },
|
2353
2223
|
mounted() {
|
2354
2224
|
this.$refs.customer.style.display = "block";
|
2355
2225
|
}
|
2356
2226
|
});
|
2357
2227
|
;// CONCATENATED MODULE: ./src/components/YcCustomerService/index.vue?vue&type=script&lang=js&
|
2358
2228
|
/* harmony default export */ var components_YcCustomerServicevue_type_script_lang_js_ = (YcCustomerServicevue_type_script_lang_js_);
|
2359
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/YcCustomerService/index.vue?vue&type=style&index=0&id=
|
2229
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/YcCustomerService/index.vue?vue&type=style&index=0&id=fe391484&prod&lang=scss&scoped=true&
|
2360
2230
|
// extracted by mini-css-extract-plugin
|
2361
2231
|
|
2362
|
-
;// CONCATENATED MODULE: ./src/components/YcCustomerService/index.vue?vue&type=style&index=0&id=
|
2232
|
+
;// CONCATENATED MODULE: ./src/components/YcCustomerService/index.vue?vue&type=style&index=0&id=fe391484&prod&lang=scss&scoped=true&
|
2363
2233
|
|
2364
2234
|
;// CONCATENATED MODULE: ./src/components/YcCustomerService/index.vue
|
2365
2235
|
|
@@ -2372,23 +2242,28 @@ var chat_component = normalizeComponent(
|
|
2372
2242
|
|
2373
2243
|
var YcCustomerService_component = normalizeComponent(
|
2374
2244
|
components_YcCustomerServicevue_type_script_lang_js_,
|
2375
|
-
|
2376
|
-
|
2245
|
+
YcCustomerServicevue_type_template_id_fe391484_scoped_true_render,
|
2246
|
+
YcCustomerServicevue_type_template_id_fe391484_scoped_true_staticRenderFns,
|
2377
2247
|
false,
|
2378
2248
|
null,
|
2379
|
-
"
|
2249
|
+
"fe391484",
|
2380
2250
|
null
|
2381
2251
|
|
2382
2252
|
)
|
2383
2253
|
|
2384
2254
|
/* harmony default export */ var YcCustomerService = (YcCustomerService_component.exports);
|
2385
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/YcQuestion/index.vue?vue&type=template&id=
|
2386
|
-
var
|
2255
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/YcQuestion/index.vue?vue&type=template&id=74dac1ad&
|
2256
|
+
var YcQuestionvue_type_template_id_74dac1ad_render = function render() {
|
2387
2257
|
var _vm = this,
|
2388
2258
|
_c = _vm._self._c;
|
2389
2259
|
return _c('div', {
|
2390
2260
|
staticClass: "chatPage"
|
2391
|
-
}, [
|
2261
|
+
}, [_c('header', {
|
2262
|
+
staticStyle: {
|
2263
|
+
"background": "url('/cloud-img/customerService/chatTop.png') center",
|
2264
|
+
"background-size": "cover"
|
2265
|
+
}
|
2266
|
+
}, [_c('div', [_c('h3', [_vm._v(_vm._s(_vm.title))]), _c('span', [_vm._v("Problem Help")])]), _c('p', [_vm._v("小优为您提供24小时服务")])]), _c('div', {
|
2392
2267
|
staticClass: "main"
|
2393
2268
|
}, [_c('div', [_c('main', {
|
2394
2269
|
ref: "main"
|
@@ -2503,36 +2378,19 @@ var YcQuestionvue_type_template_id_1d6048bd_render = function render() {
|
|
2503
2378
|
})], 2);
|
2504
2379
|
}), 1)], 1)])]);
|
2505
2380
|
};
|
2506
|
-
var
|
2507
|
-
var _vm = this,
|
2508
|
-
_c = _vm._self._c;
|
2509
|
-
return _c('header', {
|
2510
|
-
staticStyle: {
|
2511
|
-
"background": "url('/cloud-img/customerService/chatTop.png') center",
|
2512
|
-
"background-size": "cover"
|
2513
|
-
}
|
2514
|
-
}, [_c('div', [_c('h3', [_vm._v("小优客服")]), _c('span', [_vm._v("Problem Help")])]), _c('p', [_vm._v("小优为您提供24小时服务")])]);
|
2515
|
-
}];
|
2516
|
-
|
2517
|
-
;// CONCATENATED MODULE: ./src/components/YcQuestion/index.vue?vue&type=template&id=1d6048bd&
|
2381
|
+
var YcQuestionvue_type_template_id_74dac1ad_staticRenderFns = [];
|
2518
2382
|
|
2519
2383
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/YcQuestion/index.vue?vue&type=script&lang=js&
|
2520
2384
|
|
2521
2385
|
|
2522
2386
|
/* harmony default export */ var YcQuestionvue_type_script_lang_js_ = ({
|
2523
|
-
name: "
|
2387
|
+
name: "YcQuestion",
|
2524
2388
|
mixins: [chatMixin],
|
2525
2389
|
data() {
|
2526
2390
|
return {
|
2527
2391
|
activeNames: [1]
|
2528
2392
|
};
|
2529
2393
|
},
|
2530
|
-
props: {
|
2531
|
-
page: {
|
2532
|
-
type: String,
|
2533
|
-
default: ""
|
2534
|
-
}
|
2535
|
-
},
|
2536
2394
|
computed: {
|
2537
2395
|
currData() {
|
2538
2396
|
const currData = new Date();
|
@@ -2549,17 +2407,14 @@ var YcQuestionvue_type_template_id_1d6048bd_staticRenderFns = [function () {
|
|
2549
2407
|
return prev;
|
2550
2408
|
}, {});
|
2551
2409
|
}
|
2552
|
-
},
|
2553
|
-
mounted() {
|
2554
|
-
console.log("page", this.page);
|
2555
2410
|
}
|
2556
2411
|
});
|
2557
2412
|
;// CONCATENATED MODULE: ./src/components/YcQuestion/index.vue?vue&type=script&lang=js&
|
2558
2413
|
/* harmony default export */ var components_YcQuestionvue_type_script_lang_js_ = (YcQuestionvue_type_script_lang_js_);
|
2559
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/YcQuestion/index.vue?vue&type=style&index=0&id=
|
2414
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/YcQuestion/index.vue?vue&type=style&index=0&id=74dac1ad&prod&lang=scss&
|
2560
2415
|
// extracted by mini-css-extract-plugin
|
2561
2416
|
|
2562
|
-
;// CONCATENATED MODULE: ./src/components/YcQuestion/index.vue?vue&type=style&index=0&id=
|
2417
|
+
;// CONCATENATED MODULE: ./src/components/YcQuestion/index.vue?vue&type=style&index=0&id=74dac1ad&prod&lang=scss&
|
2563
2418
|
|
2564
2419
|
;// CONCATENATED MODULE: ./src/components/YcQuestion/index.vue
|
2565
2420
|
|
@@ -2572,8 +2427,8 @@ var YcQuestionvue_type_template_id_1d6048bd_staticRenderFns = [function () {
|
|
2572
2427
|
|
2573
2428
|
var YcQuestion_component = normalizeComponent(
|
2574
2429
|
components_YcQuestionvue_type_script_lang_js_,
|
2575
|
-
|
2576
|
-
|
2430
|
+
YcQuestionvue_type_template_id_74dac1ad_render,
|
2431
|
+
YcQuestionvue_type_template_id_74dac1ad_staticRenderFns,
|
2577
2432
|
false,
|
2578
2433
|
null,
|
2579
2434
|
null,
|