diff --git a/.env.development b/.env.development index b99874a..64a2508 100644 --- a/.env.development +++ b/.env.development @@ -4,9 +4,9 @@ VITE_ENV = development VITE_APP_BASE_URL = https://utel.zltest.com.tw -VITE_APP_LINE_LIFF_ID = 1656907652-p38ddKzQ +VITE_APP_LINE_LIFF_ID = 2000917272-PBWoXdOl -VITE_APP_SEND_URL = https://liff.line.me/1656907652-VJq33Pdg +VITE_APP_SEND_URL = https://liff.line.me/2000917272-PBWoXdOl VITE_APP_API_URL = https://utel.zltest.com.tw/appapi/v1 diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 9f40f9f..30f140f 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -1,18 +1,31 @@ @charset "UTF-8"; @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); -.text-skyBlue { +.text-lightBlue { color: #b2c4ce !important; } -.bg-skyBlue { +.bg-lightBlue { background-color: #b2c4ce !important; } -.bd-skyBlue { +.bd-lightBlue { border-style: solid; border-color: #b2c4ce !important; } +.text-skyBlue { + color: #5b7b94 !important; +} + +.bg-skyBlue { + background-color: #5b7b94 !important; +} + +.bd-skyBlue { + border-style: solid; + border-color: #5b7b94 !important; +} + .text-moBlue { color: #486499 !important; } @@ -39,17 +52,17 @@ border-color: #345068 !important; } -.text-pink { - color: #fdebeb !important; +.text-lightPink { + color: #f1e6e2 !important; } -.bg-pink { - background-color: #fdebeb !important; +.bg-lightPink { + background-color: #f1e6e2 !important; } -.bd-pink { +.bd-lightPink { border-style: solid; - border-color: #fdebeb !important; + border-color: #f1e6e2 !important; } .text-cherry { @@ -298,23 +311,33 @@ h1, h2, h3, h4, h5, h6 { margin: 0; } -.btn-outline-earthGold, .btn-outline-tomatoRed, .btn-outline-limeGreen, .btn-outline-cherry, .btn-outline-pink, .btn-outline-darkBlue, .btn-outline-moBlue, .btn-outline-skyBlue, .btn-earthGold, .btn-tomatoRed, .btn-limeGreen, .btn-cherry, .btn-pink, .btn-darkBlue, .btn-moBlue, .btn-skyBlue { +.btn-outline-earthGold, .btn-outline-tomatoRed, .btn-outline-limeGreen, .btn-outline-cherry, .btn-outline-lightPink, .btn-outline-darkBlue, .btn-outline-moBlue, .btn-outline-skyBlue, .btn-outline-lightBlue, .btn-earthGold, .btn-tomatoRed, .btn-limeGreen, .btn-cherry, .btn-lightPink, .btn-darkBlue, .btn-moBlue, .btn-skyBlue, .btn-lightBlue { border-radius: 3px; } -.limit.btn-outline-earthGold, .limit.btn-outline-tomatoRed, .limit.btn-outline-limeGreen, .limit.btn-outline-cherry, .limit.btn-outline-pink, .limit.btn-outline-darkBlue, .limit.btn-outline-moBlue, .limit.btn-outline-skyBlue, .limit.btn-earthGold, .limit.btn-tomatoRed, .limit.btn-limeGreen, .limit.btn-cherry, .limit.btn-pink, .limit.btn-darkBlue, .limit.btn-moBlue, .limit.btn-skyBlue { +.limit.btn-outline-earthGold, .limit.btn-outline-tomatoRed, .limit.btn-outline-limeGreen, .limit.btn-outline-cherry, .limit.btn-outline-lightPink, .limit.btn-outline-darkBlue, .limit.btn-outline-moBlue, .limit.btn-outline-skyBlue, .limit.btn-outline-lightBlue, .limit.btn-earthGold, .limit.btn-tomatoRed, .limit.btn-limeGreen, .limit.btn-cherry, .limit.btn-lightPink, .limit.btn-darkBlue, .limit.btn-moBlue, .limit.btn-skyBlue, .limit.btn-lightBlue { width: 200px; } -.btn-skyBlue { +.btn-lightBlue { border: 1px solid #b2c4ce !important; color: #fff; background-color: #b2c4ce; } -.btn-skyBlue:hover { +.btn-lightBlue:hover { color: #fff; background-color: #93acba; } +.btn-skyBlue { + border: 1px solid #5b7b94 !important; + color: #fff; + background-color: #5b7b94; +} +.btn-skyBlue:hover { + color: #fff; + background-color: #486174; +} + .btn-moBlue { border: 1px solid #486499 !important; color: #fff; @@ -335,14 +358,14 @@ h1, h2, h3, h4, h5, h6 { background-color: #233646; } -.btn-pink { - border: 1px solid #fdebeb !important; +.btn-lightPink { + border: 1px solid #f1e6e2 !important; color: #fff; - background-color: #fdebeb; + background-color: #f1e6e2; } -.btn-pink:hover { +.btn-lightPink:hover { color: #fff; - background-color: #f8bdbd; + background-color: #e0c8c0; } .btn-cherry { @@ -385,20 +408,33 @@ h1, h2, h3, h4, h5, h6 { background-color: #ab8753; } -.btn-outline-skyBlue { +.btn-outline-lightBlue { border: 1px solid #b2c4ce; color: #b2c4ce; background-color: transparent; + background-color: #fff; } -.btn-outline-skyBlue:hover { +.btn-outline-lightBlue:hover { color: #fff; background-color: #b2c4ce; } +.btn-outline-skyBlue { + border: 1px solid #5b7b94; + color: #5b7b94; + background-color: transparent; + background-color: #fff; +} +.btn-outline-skyBlue:hover { + color: #fff; + background-color: #5b7b94; +} + .btn-outline-moBlue { border: 1px solid #486499; color: #486499; background-color: transparent; + background-color: #fff; } .btn-outline-moBlue:hover { color: #fff; @@ -409,26 +445,29 @@ h1, h2, h3, h4, h5, h6 { border: 1px solid #345068; color: #345068; background-color: transparent; + background-color: #fff; } .btn-outline-darkBlue:hover { color: #fff; background-color: #345068; } -.btn-outline-pink { - border: 1px solid #fdebeb; - color: #fdebeb; +.btn-outline-lightPink { + border: 1px solid #f1e6e2; + color: #f1e6e2; background-color: transparent; + background-color: #fff; } -.btn-outline-pink:hover { +.btn-outline-lightPink:hover { color: #fff; - background-color: #fdebeb; + background-color: #f1e6e2; } .btn-outline-cherry { border: 1px solid #E31D64; color: #E31D64; background-color: transparent; + background-color: #fff; } .btn-outline-cherry:hover { color: #fff; @@ -439,6 +478,7 @@ h1, h2, h3, h4, h5, h6 { border: 1px solid #94ac5e; color: #94ac5e; background-color: transparent; + background-color: #fff; } .btn-outline-limeGreen:hover { color: #fff; @@ -449,6 +489,7 @@ h1, h2, h3, h4, h5, h6 { border: 1px solid #f85d5d; color: #f85d5d; background-color: transparent; + background-color: #fff; } .btn-outline-tomatoRed:hover { color: #fff; @@ -459,6 +500,7 @@ h1, h2, h3, h4, h5, h6 { border: 1px solid #BC9F75; color: #BC9F75; background-color: transparent; + background-color: #fff; } .btn-outline-earthGold:hover { color: #fff; @@ -498,10 +540,154 @@ h1, h2, h3, h4, h5, h6 { display: none; } -.home { - background-color: #f1e6e2; +/* ========================================= vant ============================================= */ +.van-notice-bar { + font-size: 18px; +} + +.van-popup.van-toast { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 30px; +} +.van-popup.cropPopup { + display: block; + max-width: 400px; + width: 90%; + height: 430px; + top: 30%; + margin: auto; + padding: 0; +} + +.van-tabs { + padding: 20px 0 0px; +} +.van-tabs .van-tabs__wrap { + height: initial !important; +} +.van-tabs .van-tabs__wrap .van-tabs__nav { + padding: 0; + background-color: transparent; +} +.van-tabs .van-tabs__wrap .van-tabs__nav .van-tab.van-tab--active .tab_item { + color: #345068; +} +.van-tabs .van-tabs__wrap .van-tabs__nav .van-tab .tab_item { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + color: #5b7b94; +} +.van-tabs .van-tabs__wrap .van-tabs__nav .van-tabs__line { + bottom: 0; + background: #345068; +} + +.van-cell-group { + border-radius: 5px; + margin-bottom: 15px; + overflow: hidden; +} +.van-cell-group .van-cell { + padding: 6px 16px; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.van-cell-group .van-cell::after { + border-bottom: 1px #e3e3e3 solid; + -webkit-transform: none; + transform: none; +} +.van-cell-group .van-cell.longText .van-field__label { + width: 160px; +} +.van-cell-group .van-cell .van-field__label { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + padding: 4px 0; + font-weight: bold; +} +.van-cell-group .van-cell .van-field__label:before { + position: absolute; + left: -8px; +} +.van-cell-group .van-cell .van-field__label i, .van-cell-group .van-cell .van-field__label svg { + color: #5b7b94; + margin-top: 5px; + margin-right: 5px; +} +.van-cell-group .van-cell .van-field__label--top i, .van-cell-group .van-cell .van-field__label--top svg { + color: #5b7b94; + margin-top: 0px; + margin-right: 5px; +} + +/* ========================================= stage ============================================= */ +.content { + padding: 15px 0; + background-color: #b2c4ce; +} + +.upload-main { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.upload-main .upload-img { + width: 100px; + aspect-ratio: 1/1; + border-radius: 50%; + border: 1px #d8d8d8 solid; +} + +.cropper { + height: 300px; + background: #DDD; +} + +.cropper-section { + margin: 0 auto; + position: fixed; + text-align: center; + top: 60px; + width: 100%; + max-width: 500px; + z-index: 8888; +} +.cropper-section .crop-area { + margin: 5 auto; + width: 100%; +} +.cropper-section .crop-btn { + background-color: #666; + text-align: center; } +/* ========================================= other ============================================= */ .imgCnt { position: relative; overflow: hidden; @@ -511,8 +697,6 @@ h1, h2, h3, h4, h5, h6 { height: 100%; -o-object-fit: cover; object-fit: cover; - -webkit-transition: all 0.3s; - transition: all 0.3s; } /*! diff --git a/src/assets/css/page/index.css b/src/assets/css/page/index.css deleted file mode 100644 index b48ea9f..0000000 --- a/src/assets/css/page/index.css +++ /dev/null @@ -1,144 +0,0 @@ -.my-account { - position: relative; - width: 100%; - padding: 20px 15px; -} -.my-account .avatar { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.my-account .avatar .left { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-flex: 1; - -ms-flex: 1 0 0px; - flex: 1 0 0; -} -.my-account .avatar .left .imgCnt { - width: 80px; - height: 80px; - min-width: 80px; - border-radius: 50%; - border: 2px #fff solid; - overflow: hidden; - margin-right: 15px; -} -.my-account .avatar .left .imgCnt img { - width: 100%; - height: 100%; - -o-object-fit: cover; - object-fit: cover; -} -.my-account .avatar .left .info .name { - font-weight: bold; - color: #303a47; -} -.my-account .avatar .left .info .conpany { - margin-top: 5px; -} -.my-account .avatar .right { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; -} -.my-account .recommend { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - padding: 20px 0 10px; -} -.my-account .recommend .btn { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - width: 30%; - height: 100px; - background-color: #fff; - border-radius: 0; -} -.my-account .recommend .btn .img { - font-size: 35px; - line-height: 45px; - color: #345068; -} -.my-account .recommend .btn .text { - font-size: 16px; - font-weight: bold; - color: #345068; -} - -.content { - padding: 15px; - background-color: #b2c4ce; -} -.content .card { - border: none; - margin-bottom: 15px; -} -.content .card .card-body { - padding: 5px 15px; -} -.content .card .card-body .item { - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - width: 100%; - font-size: 15px; -} -.content .card .card-body .item + .item { - border-top: 1px solid #e3e3e3; -} -.content .card .card-body .item .left { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - padding: 8px 0; - font-weight: bold; -} -.content .card .card-body .item .right { - -webkit-box-flex: 1; - -ms-flex: 1 0 0px; - flex: 1 0 0; - color: #666; -} -.content .card .card-body .item .right a { - color: #666; -} -.content .card .card-body .item i, .content .card .card-body .item svg { - color: #839eb6; - margin-right: 6px; -} \ No newline at end of file diff --git a/src/assets/images/upload.jpg b/src/assets/images/upload.jpg index 41b7554..4f83fc7 100644 Binary files a/src/assets/images/upload.jpg and b/src/assets/images/upload.jpg differ diff --git a/src/assets/sass/base/_global.scss b/src/assets/sass/base/_global.scss index cc4c57b..3e73285 100644 --- a/src/assets/sass/base/_global.scss +++ b/src/assets/sass/base/_global.scss @@ -16,10 +16,11 @@ $radius: ( //字體顏色 $basicColor: ( - skyBlue:#b2c4ce, + lightBlue:#b2c4ce, + skyBlue:#5b7b94, moBlue:#486499, darkBlue:#345068, - pink:#fdebeb, + lightPink:#f1e6e2, cherry:#E31D64, mintGreen:#f2f8e7, limeGreen:#94ac5e, @@ -31,10 +32,11 @@ $basicColor: ( $textArr: + (lightBlue, map-get($basicColor, lightBlue)), (skyBlue, map-get($basicColor, skyBlue)), (moBlue, map-get($basicColor, moBlue)), (darkBlue, map-get($basicColor, darkBlue)), - (pink, map-get($basicColor, pink)), + (lightPink, map-get($basicColor, lightPink)), (cherry, map-get($basicColor, cherry)), (mintGreen, map-get($basicColor, mintGreen)), (limeGreen, map-get($basicColor, limeGreen)), diff --git a/src/assets/sass/components/_btn.scss b/src/assets/sass/components/_btn.scss index 4b6a4d1..b795b8b 100644 --- a/src/assets/sass/components/_btn.scss +++ b/src/assets/sass/components/_btn.scss @@ -1,8 +1,9 @@ $normalArr: + (lightBlue, #fff, map-get($basicColor, lightBlue), map-get($basicColor, lightBlue)), (skyBlue, #fff, map-get($basicColor, skyBlue), map-get($basicColor, skyBlue)), (moBlue, #fff, map-get($basicColor, moBlue), map-get($basicColor, moBlue)), (darkBlue, #fff, map-get($basicColor, darkBlue), map-get($basicColor, darkBlue)), - (pink, #fff, map-get($basicColor, pink), map-get($basicColor, pink)), + (lightPink, #fff, map-get($basicColor, lightPink), map-get($basicColor, lightPink)), (cherry, #fff, map-get($basicColor, cherry), map-get($basicColor, cherry)), (limeGreen, #fff, map-get($basicColor, limeGreen), map-get($basicColor, limeGreen)), (tomatoRed, #fff, map-get($basicColor, tomatoRed), map-get($basicColor, tomatoRed)), @@ -10,10 +11,11 @@ $normalArr: ; $outlineArr: + (lightBlue, 1px, map-get($basicColor, lightBlue), transparent, map-get($basicColor, lightBlue)), (skyBlue, 1px, map-get($basicColor, skyBlue), transparent, map-get($basicColor, skyBlue)), (moBlue, 1px, map-get($basicColor, moBlue), transparent, map-get($basicColor, moBlue)), (darkBlue, 1px, map-get($basicColor, darkBlue), transparent, map-get($basicColor, darkBlue)), - (pink, 1px, map-get($basicColor, pink), transparent, map-get($basicColor, pink)), + (lightPink, 1px, map-get($basicColor, lightPink), transparent, map-get($basicColor, lightPink)), (cherry, 1px, map-get($basicColor, cherry), transparent, map-get($basicColor, cherry)), (limeGreen, 1px, map-get($basicColor, limeGreen), transparent, map-get($basicColor, limeGreen)), (tomatoRed, 1px, map-get($basicColor, tomatoRed), transparent, map-get($basicColor, tomatoRed)), @@ -32,6 +34,7 @@ $outlineArr: @each $class, $bdWidth, $color, $bgColor, $bdColor in $outlineArr { .btn-outline-#{"" + $class} { @include outlineBtn($bdWidth, $color, $bgColor, $bdColor); + background-color: #fff; } } diff --git a/src/assets/sass/layout/_layout.scss b/src/assets/sass/layout/_layout.scss index b53a477..7b2bf2a 100644 --- a/src/assets/sass/layout/_layout.scss +++ b/src/assets/sass/layout/_layout.scss @@ -2,10 +2,143 @@ display: none; } -.home{ - background-color: #f1e6e2; +/* ========================================= vant ============================================= */ + +.van-notice-bar{ + font-size: 18px; +} + +.van-popup{ + &.van-toast{ + display: flex; + justify-content: center; + align-items: center; + padding: 30px; + } + &.cropPopup{ + display: block; + max-width: 400px; + width: 90%; + height: 430px; + top: 30%; + margin: auto; + padding: 0; + } +} + +.van-tabs{ + padding:20px 0 0px; + .van-tabs__wrap{ + height:initial !important; + .van-tabs__nav{ + padding:0; + background-color: transparent; + .van-tab{ + &.van-tab--active{ + .tab_item{ + color: #345068; + } + } + .tab_item{ + display: flex; + align-items: center; + flex-direction: column; + color: #5b7b94; + } + } + .van-tabs__line{ + bottom:0; + background: #345068; + } + } + } +} + +.van-cell-group{ + border-radius: 5px; + margin-bottom: 15px; + overflow: hidden; + .van-cell{ + padding: 6px 16px; + align-items: center; + &::after{ + border-bottom:1px #e3e3e3 solid; + transform: none; + } + &.longText{ + .van-field__label{ + width:160px; + } + } + .van-field__label{ + position: relative; + display: flex; + padding: 4px 0; + font-weight: bold; + &:before{ + position: absolute; + left:-8px; + } + i,svg{ + color: #5b7b94; + margin-top: 5px; + margin-right: 5px; + } + } + .van-field__label--top{ + i,svg{ + color: #5b7b94; + margin-top: 0px; + margin-right: 5px; + } + } + } +} + +/* ========================================= stage ============================================= */ + +.content{ + padding: 15px 0; + background-color: #b2c4ce; } +.upload-main{ + display: flex; + justify-content: center; + align-items: center; + .upload-img{ + width: 100px; + aspect-ratio: 1/1; + border-radius: 50%; + border:1px #d8d8d8 solid; + } + } + + .cropper { + height: 300px; + background: #DDD; + } + + .cropper-section{ + margin: 0 auto; + position: fixed; + text-align: center; + top: 60px; + width: 100%; + max-width: 500px; + z-index: 8888; + .crop-area{ + margin: 5 auto; + width: 100%; + } + .crop-btn{ + background-color: #666; + text-align: center; + } + } + +/* ========================================= other ============================================= */ + .imgCnt{ position: relative; overflow: hidden; @@ -13,6 +146,14 @@ width:100%; height:100%; object-fit: cover; - transition: all .3s; } } + + + + + + + + + diff --git a/src/assets/sass/page/index.scss b/src/assets/sass/page/index.scss deleted file mode 100644 index 7f82edb..0000000 --- a/src/assets/sass/page/index.scss +++ /dev/null @@ -1,109 +0,0 @@ -.my-account { - position: relative; - width: 100%; - padding: 20px 15px; - .avatar{ - display: flex; - justify-content: space-between; - align-items: center; - .left{ - display: flex; - align-items: center; - flex: 1 0 0; - .imgCnt{ - width:80px; - height: 80px; - min-width: 80px; - border-radius: 50%; - border:2px #fff solid; - overflow: hidden; - margin-right: 15px; - img{ - width:100%; - height: 100%; - object-fit: cover; - } - } - .info{ - .name{ - font-weight: bold; - color: #303a47; - } - .conpany{ - margin-top: 5px; - } - } - } - .right{ - flex: 0 0 auto; - } - } - .recommend{ - display: flex; - justify-content: space-between; - align-items: center; - padding: 20px 0 10px; - .btn{ - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; - width:30%; - height: 100px; - background-color: #fff; - border-radius: 0; - .img{ - font-size: 35px; - line-height: 45px; - color: #345068; - } - .text{ - font-size: 16px; - font-weight: bold; - color: #345068; - } - } - } -} - -.content{ - padding: 15px; - background-color: #b2c4ce; - .card { - border: none; - // border-radius: 0; - margin-bottom: 15px; - .card-body{ - padding: 5px 15px; - .item { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - width:100%; - font-size: 15px; - &+.item{ - border-top: 1px solid #e3e3e3; - } - .left{ - flex: 0 0 auto; - padding: 8px 0; - font-weight: bold; - } - .right{ - flex: 1 0 0; - color: #666; - a{ - color: #666; - } - } - i,svg{ - color: #839eb6; - margin-right: 6px; - } - } - } - } -} - - diff --git a/src/views/Home/index.vue b/src/views/Home/index.vue index 0d73e55..592eb10 100644 --- a/src/views/Home/index.vue +++ b/src/views/Home/index.vue @@ -243,11 +243,13 @@ const handleLogout = () => { - diff --git a/src/views/Member/index.vue b/src/views/Member/index.vue index 3b58933..1bb11b1 100644 --- a/src/views/Member/index.vue +++ b/src/views/Member/index.vue @@ -1,4 +1,4 @@ - - + \ No newline at end of file diff --git a/src/views/Member/index.vue.bak b/src/views/Member/index.vue.bak new file mode 100644 index 0000000..3b58933 --- /dev/null +++ b/src/views/Member/index.vue.bak @@ -0,0 +1,461 @@ + + + + + + + \ No newline at end of file diff --git a/src/views/Register/index.vue b/src/views/Register/index.vue index 8bb3519..9d94756 100644 --- a/src/views/Register/index.vue +++ b/src/views/Register/index.vue @@ -1,153 +1,3 @@ - - - + + diff --git a/src/views/Register/index.vue.bak b/src/views/Register/index.vue.bak new file mode 100644 index 0000000..8bb3519 --- /dev/null +++ b/src/views/Register/index.vue.bak @@ -0,0 +1,344 @@ + + + + +