tijiao
This commit is contained in:
@@ -4,17 +4,24 @@
|
||||
"version" : "0.0",
|
||||
"configurations" : [
|
||||
{
|
||||
"app-plus" : {
|
||||
"launchtype" : "local"
|
||||
},
|
||||
"default" : {
|
||||
"launchtype" : "local"
|
||||
},
|
||||
"h5" : {
|
||||
"launchtype" : "local"
|
||||
},
|
||||
"provider" : "aliyun",
|
||||
"type" : "uniCloud"
|
||||
"app-plus" :
|
||||
{
|
||||
"launchtype" : "local"
|
||||
},
|
||||
"default" :
|
||||
{
|
||||
"launchtype" : "local"
|
||||
},
|
||||
"h5" :
|
||||
{
|
||||
"launchtype" : "local"
|
||||
},
|
||||
"mp-weixin" :
|
||||
{
|
||||
"launchtype" : "local"
|
||||
},
|
||||
"provider" : "aliyun",
|
||||
"type" : "uniCloud"
|
||||
},
|
||||
{
|
||||
"playground" : "standard",
|
||||
|
||||
2
App.vue
2
App.vue
@@ -294,7 +294,7 @@ export default {
|
||||
right: 0;
|
||||
} */
|
||||
|
||||
/deep/uni-page-body {
|
||||
::v-deepuni-page-body {
|
||||
// background-color: #F5F5F5 !important;
|
||||
background-color: $themeBgColor;
|
||||
min-height: 100% !important;
|
||||
|
||||
@@ -791,7 +791,7 @@ function calcTimer(timer) {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
/deep/.list_item {
|
||||
::v-deep.list_item {
|
||||
background-color: #fff;
|
||||
display: flex;
|
||||
align-items: center !important;
|
||||
@@ -811,7 +811,7 @@ function calcTimer(timer) {
|
||||
.titleItem {
|
||||
}
|
||||
}
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
// background-color: #B7E0E2 !important;
|
||||
background-color: #fff !important;
|
||||
}
|
||||
|
||||
@@ -173,7 +173,7 @@ export default {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/deep/ .uni-section-header__decoration.line {
|
||||
::v-deep .uni-section-header__decoration.line {
|
||||
background-color: #18bc37;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -130,7 +130,7 @@ export default {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/deep/ .uni-section-header__decoration.line {
|
||||
::v-deep .uni-section-header__decoration.line {
|
||||
background-color: #18bc37;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -370,7 +370,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.uni-swiper-dot-active {
|
||||
::v-deep.uni-swiper-dot-active {
|
||||
color: $themeColor !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1684,7 +1684,7 @@ uni-view {
|
||||
padding: 20rpx 20rpx;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
/deep/.goods_nav_box {
|
||||
::v-deep.goods_nav_box {
|
||||
.left {
|
||||
margin-top: -10rpx;
|
||||
width: auto;
|
||||
|
||||
@@ -1532,7 +1532,7 @@ export default {
|
||||
letter-spacing: 2rpx;
|
||||
}
|
||||
|
||||
/deep/.description {
|
||||
::v-deep.description {
|
||||
overflow: hidden;
|
||||
color: #666;
|
||||
text-overflow: -o-ellipsis-lastline;
|
||||
@@ -1629,7 +1629,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.u-tabs__wrapper__nav__item__text {
|
||||
::v-deep.u-tabs__wrapper__nav__item__text {
|
||||
// font-size: 32rpx !important;
|
||||
}
|
||||
|
||||
@@ -1639,7 +1639,7 @@ export default {
|
||||
z-index: 970;
|
||||
}
|
||||
|
||||
/deep/.u-tabs__wrapper__nav__item {
|
||||
::v-deep.u-tabs__wrapper__nav__item {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
@@ -1652,7 +1652,7 @@ export default {
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
||||
/deep/.order_box .list_item {
|
||||
::v-deep.order_box .list_item {
|
||||
// border-bottom: none;
|
||||
padding: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
|
||||
@@ -1388,7 +1388,7 @@ export default {
|
||||
margin-left: 18rpx;
|
||||
}
|
||||
|
||||
/deep/.sx-address-picker__list-tab {
|
||||
::v-deep.sx-address-picker__list-tab {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
@@ -1400,7 +1400,7 @@ export default {
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
|
||||
/deep/.uni-easyinput__content {
|
||||
::v-deep.uni-easyinput__content {
|
||||
background-color: #f5f5f5 !important;
|
||||
border-color: #f5f5f5 !important;
|
||||
}
|
||||
@@ -1435,15 +1435,15 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.is-input-error-border .uni-easyinput__placeholder-class {
|
||||
::v-deep.is-input-error-border .uni-easyinput__placeholder-class {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
/deep/.uni-easyinput-error {
|
||||
::v-deep.uni-easyinput-error {
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
/deep/.uni-forms-item .is-required {
|
||||
::v-deep.uni-forms-item .is-required {
|
||||
margin-right: 10rpx !important;
|
||||
padding-top: 10rpx !important;
|
||||
}
|
||||
|
||||
@@ -794,7 +794,7 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import "@/style/mixin.scss";
|
||||
/deep/.list_item {
|
||||
::v-deep.list_item {
|
||||
// border-bottom: none;
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
|
||||
@@ -200,7 +200,7 @@ export default {
|
||||
.popup_content {
|
||||
padding-bottom: 140rpx;
|
||||
}
|
||||
/deep/.list_item {
|
||||
::v-deep.list_item {
|
||||
// border-bottom: none;
|
||||
|
||||
border: none !important;
|
||||
@@ -213,10 +213,10 @@ export default {
|
||||
max-height: 90vh;
|
||||
}
|
||||
}
|
||||
/deep/.u-popup__content {
|
||||
::v-deep.u-popup__content {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
/deep/.u-popup__content__close {
|
||||
::v-deep.u-popup__content__close {
|
||||
color: #fff !important;
|
||||
}
|
||||
.title_box {
|
||||
|
||||
@@ -128,7 +128,7 @@ export default {
|
||||
.titleItem {
|
||||
width: calc(100% - 30rpx);
|
||||
}
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.list_item:last-child {
|
||||
|
||||
@@ -151,7 +151,7 @@ export default {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -1966,11 +1966,11 @@ export default {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/deep/.titleItem {
|
||||
::v-deep.titleItem {
|
||||
// width: calc(100% - 120rpx) !important;
|
||||
}
|
||||
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
@@ -2037,7 +2037,7 @@ export default {
|
||||
// .common_curriculum_list{
|
||||
|
||||
// }
|
||||
/deep/.common_curriculum_list {
|
||||
::v-deep.common_curriculum_list {
|
||||
margin-top: 20rpx;
|
||||
padding: 20rpx 20rpx 20rpx;
|
||||
|
||||
@@ -2073,7 +2073,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.common_section {
|
||||
::v-deep.common_section {
|
||||
padding: 0 !important;
|
||||
padding-bottom: 20rpx !important;
|
||||
}
|
||||
@@ -2179,7 +2179,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.goods_nav_box {
|
||||
::v-deep.goods_nav_box {
|
||||
.left {
|
||||
margin-top: -10rpx;
|
||||
width: calc(100% - 220rpx);
|
||||
@@ -2255,7 +2255,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.pay_item:nth-last-child(1) {
|
||||
::v-deep.pay_item:nth-last-child(1) {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -327,7 +327,7 @@ export default {
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
|
||||
/deep/.list_item {
|
||||
::v-deep.list_item {
|
||||
// border-bottom: none;
|
||||
padding: 10rpx 0 !important;
|
||||
padding-right: 0 !important;
|
||||
@@ -409,7 +409,7 @@ export default {
|
||||
padding-bottom: 140rpx;
|
||||
}
|
||||
|
||||
/deep/.list_item {
|
||||
::v-deep.list_item {
|
||||
// border-bottom: none;
|
||||
|
||||
border: none !important;
|
||||
@@ -425,11 +425,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.u-popup__content {
|
||||
::v-deep.u-popup__content {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
/deep/.u-popup__content__close {
|
||||
::v-deep.u-popup__content__close {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -283,7 +283,7 @@ export default {
|
||||
border: 2rpx solid $themeColor;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
/deep/.list_item {
|
||||
::v-deep.list_item {
|
||||
// border-bottom: none;
|
||||
padding: 10rpx 0 !important;
|
||||
padding-right: 0 !important;
|
||||
@@ -358,7 +358,7 @@ export default {
|
||||
.popup_content {
|
||||
padding-bottom: 140rpx;
|
||||
}
|
||||
/deep/.list_item {
|
||||
::v-deep.list_item {
|
||||
// border-bottom: none;
|
||||
|
||||
border: none !important;
|
||||
@@ -373,10 +373,10 @@ export default {
|
||||
// margin: 0 auto;
|
||||
}
|
||||
}
|
||||
/deep/.u-popup__content {
|
||||
::v-deep.u-popup__content {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
/deep/.u-popup__content__close {
|
||||
::v-deep.u-popup__content__close {
|
||||
color: #fff !important;
|
||||
}
|
||||
.title_box {
|
||||
|
||||
@@ -645,7 +645,7 @@ export default {
|
||||
width: 100vw;
|
||||
height: auto;
|
||||
|
||||
/deep/.pause {
|
||||
::v-deep.pause {
|
||||
width: 60rpx !important;
|
||||
height: 60rpx !important;
|
||||
}
|
||||
|
||||
@@ -1102,7 +1102,7 @@ export default {
|
||||
width: 100vw;
|
||||
height: auto;
|
||||
|
||||
/deep/.pause {
|
||||
::v-deep.pause {
|
||||
width: 60rpx !important;
|
||||
height: 60rpx !important;
|
||||
}
|
||||
|
||||
@@ -359,7 +359,7 @@ export default {
|
||||
width: 100vw;
|
||||
height: auto;
|
||||
|
||||
/deep/.pause {
|
||||
::v-deep.pause {
|
||||
width: 60rpx !important;
|
||||
height: 60rpx !important;
|
||||
}
|
||||
|
||||
@@ -1110,7 +1110,7 @@ if(this.platform == 'ios'){
|
||||
width: 100vw;
|
||||
height: auto;
|
||||
|
||||
/deep/.pause {
|
||||
::v-deep.pause {
|
||||
width: 60rpx !important;
|
||||
height: 60rpx !important;
|
||||
}
|
||||
|
||||
@@ -893,7 +893,7 @@
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import '@/style/mixin.scss';
|
||||
/deep/uni-page-body{
|
||||
::v-deepuni-page-body{
|
||||
background-color: #f5f5f5 !important;
|
||||
}
|
||||
.LearningCourseBox,.ExpiredCourseBox{margin-top: 20rpx;}
|
||||
|
||||
@@ -884,7 +884,7 @@ export default {
|
||||
float: left;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
/deep/.list_item {
|
||||
::v-deep.list_item {
|
||||
padding: 12rpx 20rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -908,7 +908,7 @@ export default {
|
||||
// .commonDetailPage{
|
||||
// background-color: $themeBgColor;
|
||||
// }
|
||||
/deep/.wrapper {
|
||||
::v-deep.wrapper {
|
||||
background-color: $themeBgColor;
|
||||
.content_list {
|
||||
// padding: 20rpx 0;
|
||||
|
||||
@@ -709,7 +709,7 @@ export default {
|
||||
float: left;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
/deep/.list_item {
|
||||
::v-deep.list_item {
|
||||
padding: 12rpx 20rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@@ -768,7 +768,7 @@
|
||||
float: left;
|
||||
}
|
||||
|
||||
/deep/.list_item {
|
||||
::v-deep.list_item {
|
||||
border-radius: 20rpx;
|
||||
|
||||
margin-bottom: 20rpx;
|
||||
@@ -787,7 +787,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// /deep/.list_item :nth-child(2n-1) {
|
||||
// ::v-deep.list_item :nth-child(2n-1) {
|
||||
// background: rgba(255, 255, 255, 0.85) !important;
|
||||
// }
|
||||
.feng {
|
||||
@@ -810,7 +810,7 @@
|
||||
background-image: #edf6f5ad !important;
|
||||
}
|
||||
|
||||
/deep/.uni-scroll-view-content {
|
||||
::v-deep.uni-scroll-view-content {
|
||||
box-sizing: border-box !important;
|
||||
padding: 20rpx !important;
|
||||
}
|
||||
@@ -847,7 +847,7 @@
|
||||
// justify-content: space-between;
|
||||
}
|
||||
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: #fff !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -745,11 +745,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.titleItem {
|
||||
::v-deep.titleItem {
|
||||
// width: calc(100% - 120rpx) !important;
|
||||
}
|
||||
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -1195,12 +1195,12 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.titleItem {
|
||||
::v-deep.titleItem {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
@@ -1514,32 +1514,32 @@ export default {
|
||||
// background:
|
||||
}
|
||||
|
||||
/deep/.u-alert--warning--light {
|
||||
::v-deep.u-alert--warning--light {
|
||||
background-color: none !important;
|
||||
}
|
||||
|
||||
/deep/.u-alert__text--warning--light {
|
||||
::v-deep.u-alert__text--warning--light {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
/deep/.u-alert {
|
||||
::v-deep.u-alert {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
/deep/.u-icon__icon--warning {
|
||||
::v-deep.u-icon__icon--warning {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
/deep/.uni-section {
|
||||
::v-deep.uni-section {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
/deep/.uni-section .uni-section-header {
|
||||
::v-deep.uni-section .uni-section-header {
|
||||
padding-top: 10rpx !important;
|
||||
padding-bottom: 10rpx !important;
|
||||
}
|
||||
|
||||
/deep/.uni-section .uni-section-header {
|
||||
::v-deep.uni-section .uni-section-header {
|
||||
padding-left: 0rpx !important;
|
||||
// padding-bottom: 10rpx !important;
|
||||
}
|
||||
@@ -1766,7 +1766,7 @@ export default {
|
||||
padding: 10rpx 0;
|
||||
color: #333;
|
||||
}
|
||||
/deep/ .prof img {
|
||||
::v-deep .prof img {
|
||||
width: 100%;
|
||||
}
|
||||
.containerBg {
|
||||
@@ -1800,12 +1800,12 @@ export default {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
/deep/.section {
|
||||
::v-deep.section {
|
||||
padding-top: 0 !important;
|
||||
background: linear-gradient(108deg, #f0fbf4 0%, #d1e8da 100%) !important;
|
||||
}
|
||||
|
||||
/deep/.section_box {
|
||||
::v-deep.section_box {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -921,7 +921,7 @@ export default {
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
}
|
||||
/deep/.section:nth-child(1) {
|
||||
::v-deep.section:nth-child(1) {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -884,7 +884,7 @@ export default {
|
||||
// align-items: center;
|
||||
}
|
||||
|
||||
/deep/.common_curriculum_list {
|
||||
::v-deep.common_curriculum_list {
|
||||
padding: 20rpx;
|
||||
|
||||
.content_item {
|
||||
@@ -905,21 +905,21 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.u-cell__left-icon-wrap {
|
||||
::v-deep.u-cell__left-icon-wrap {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/deep/.u-cell__body {
|
||||
::v-deep.u-cell__body {
|
||||
background: #1b9994 !important;
|
||||
box-shadow: 0rpx 0rpx 6rpx 0rpx rgba(0, 82, 79, 0.65) !important;
|
||||
padding: 0 20rpx !important;
|
||||
}
|
||||
|
||||
/deep/.u-icon__icon--info {
|
||||
::v-deep.u-icon__icon--info {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
/deep/.u-collapse-item__content__text {
|
||||
::v-deep.u-collapse-item__content__text {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
padding-top: 0 !important;
|
||||
@@ -994,7 +994,7 @@ export default {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/deep/.list_item {
|
||||
::v-deep.list_item {
|
||||
position: relative;
|
||||
border-radius: 20rpx;
|
||||
padding: 20rpx !important;
|
||||
@@ -1012,7 +1012,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
// /deep/.list_item :nth-child(2n-1) {
|
||||
// ::v-deep.list_item :nth-child(2n-1) {
|
||||
// background: rgba(255, 255, 255, 0.85) !important;
|
||||
// }
|
||||
.feng {
|
||||
@@ -1035,7 +1035,7 @@ export default {
|
||||
background-image: #edf6f5ad !important;
|
||||
}
|
||||
|
||||
/deep/.uni-scroll-view-content {
|
||||
::v-deep.uni-scroll-view-content {
|
||||
box-sizing: border-box !important;
|
||||
padding: 10rpx !important;
|
||||
}
|
||||
@@ -1266,7 +1266,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background: rgba(255, 255, 255, 0.85) !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -1823,11 +1823,11 @@ export default {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/deep/.titleItem {
|
||||
::v-deep.titleItem {
|
||||
// width: calc(100% - 120rpx) !important;
|
||||
}
|
||||
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
@@ -2071,7 +2071,7 @@ export default {
|
||||
// .common_curriculum_list{
|
||||
|
||||
// }
|
||||
/deep/.common_curriculum_list {
|
||||
::v-deep.common_curriculum_list {
|
||||
margin-top: 20rpx;
|
||||
padding: 20rpx 20rpx 20rpx;
|
||||
|
||||
@@ -2107,7 +2107,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.common_section {
|
||||
::v-deep.common_section {
|
||||
padding: 0 !important;
|
||||
padding-bottom: 20rpx !important;
|
||||
}
|
||||
@@ -2203,14 +2203,14 @@ export default {
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
|
||||
/deep/.list_item {
|
||||
::v-deep.list_item {
|
||||
// border-bottom: none;
|
||||
padding: 10rpx 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.parameterList {
|
||||
/deep/.list_item {
|
||||
::v-deep.list_item {
|
||||
// border-bottom: none;
|
||||
padding: 0 !important;
|
||||
border: none !important;
|
||||
@@ -2232,7 +2232,7 @@ export default {
|
||||
}
|
||||
|
||||
.parameter_info {
|
||||
/deep/.list_item {
|
||||
::v-deep.list_item {
|
||||
// border-bottom: none;
|
||||
padding: 0 !important;
|
||||
border: none !important;
|
||||
@@ -2253,11 +2253,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.u-popup__content {
|
||||
::v-deep.u-popup__content {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
/deep/.u-popup__content__close {
|
||||
::v-deep.u-popup__content__close {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -2204,11 +2204,11 @@ export default {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/deep/.titleItem {
|
||||
::v-deep.titleItem {
|
||||
// width: calc(100% - 120rpx) !important;
|
||||
}
|
||||
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
@@ -2275,7 +2275,7 @@ export default {
|
||||
// .common_curriculum_list{
|
||||
|
||||
// }
|
||||
/deep/.common_curriculum_list {
|
||||
::v-deep.common_curriculum_list {
|
||||
margin-top: 20rpx;
|
||||
padding: 20rpx 20rpx 20rpx;
|
||||
|
||||
@@ -2311,7 +2311,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.common_section {
|
||||
::v-deep.common_section {
|
||||
padding: 0 !important;
|
||||
padding-bottom: 20rpx !important;
|
||||
}
|
||||
@@ -2417,7 +2417,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.goods_nav_box {
|
||||
::v-deep.goods_nav_box {
|
||||
.left {
|
||||
margin-top: -10rpx;
|
||||
width: calc(100% - 180rpx);
|
||||
@@ -2493,7 +2493,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.pay_item:nth-last-child(1) {
|
||||
::v-deep.pay_item:nth-last-child(1) {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -227,7 +227,7 @@ export default {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/deep/ .uni-section-header__decoration.line {
|
||||
::v-deep .uni-section-header__decoration.line {
|
||||
background-color: #18bc37;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -207,7 +207,7 @@ export default {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/deep/ .uni-section-header__decoration.line {
|
||||
::v-deep .uni-section-header__decoration.line {
|
||||
background-color: #18bc37;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -198,7 +198,7 @@ export default {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/deep/ .uni-section-header__decoration.line {
|
||||
::v-deep .uni-section-header__decoration.line {
|
||||
background-color: #18bc37;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -176,7 +176,7 @@ export default {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/deep/ .uni-section-header__decoration.line {
|
||||
::v-deep .uni-section-header__decoration.line {
|
||||
background-color: #18bc37;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -184,7 +184,7 @@ export default {
|
||||
height: calc(100% - 170rpx);
|
||||
}
|
||||
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
@@ -226,7 +226,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.rightArrow {
|
||||
::v-deep.rightArrow {
|
||||
margin-top: 6rpx !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1023,7 +1023,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -833,7 +833,7 @@ export default {
|
||||
height: calc(100% - 170rpx);
|
||||
}
|
||||
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
@@ -858,7 +858,7 @@ export default {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
/deep/.set_box {
|
||||
::v-deep.set_box {
|
||||
background-color: #fff;
|
||||
height: auto;
|
||||
|
||||
@@ -866,7 +866,7 @@ export default {
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
/deep/.titleItem {
|
||||
::v-deep.titleItem {
|
||||
line-height: 45rpx;
|
||||
// width: calc(100% - 120rpx) !important;
|
||||
}
|
||||
@@ -881,7 +881,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.rightArrow {
|
||||
::v-deep.rightArrow {
|
||||
margin-top: 6rpx !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1341,22 +1341,22 @@ export default {
|
||||
margin: 1rpx 15rpx 0 0;
|
||||
|
||||
.quhaoSel {
|
||||
/deep/.uni-select {
|
||||
::v-deep.uni-select {
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
/deep/.uni-select__selector-item {
|
||||
::v-deep.uni-select__selector-item {
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
/deep/.uni-stat__select {
|
||||
::v-deep.uni-stat__select {
|
||||
height: 60rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -999,11 +999,11 @@ export default {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/deep/.titleItem {
|
||||
::v-deep.titleItem {
|
||||
// width: calc(100% - 120rpx) !important;
|
||||
}
|
||||
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
@@ -1070,7 +1070,7 @@ export default {
|
||||
// .common_curriculum_list{
|
||||
|
||||
// }
|
||||
/deep/.common_curriculum_list {
|
||||
::v-deep.common_curriculum_list {
|
||||
margin-top: 20rpx;
|
||||
padding: 20rpx 20rpx 20rpx;
|
||||
|
||||
@@ -1106,7 +1106,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.common_section {
|
||||
::v-deep.common_section {
|
||||
padding: 0 !important;
|
||||
padding-bottom: 20rpx !important;
|
||||
}
|
||||
@@ -1212,7 +1212,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.goods_nav_box {
|
||||
::v-deep.goods_nav_box {
|
||||
.left {
|
||||
margin-top: -10rpx;
|
||||
width: calc(100% - 180rpx);
|
||||
@@ -1288,7 +1288,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.pay_item:nth-last-child(1) {
|
||||
::v-deep.pay_item:nth-last-child(1) {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
}
|
||||
@@ -1396,7 +1396,7 @@ export default {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
/deep/.commonDetailPage {
|
||||
::v-deep.commonDetailPage {
|
||||
height: 100vh !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -699,7 +699,7 @@ export default {
|
||||
// right: 30rpx;
|
||||
// top: 20rpx;
|
||||
}
|
||||
/deep/.u-alert__content__title {
|
||||
::v-deep.u-alert__content__title {
|
||||
// background-color: #f0f0f0;
|
||||
font-size: 24rpx !important;
|
||||
// color: #f4511a !important;
|
||||
|
||||
@@ -397,7 +397,7 @@ export default {
|
||||
// margin-bottom: 30rpx;
|
||||
padding: 10rpx 20rpx 40rpx;
|
||||
}
|
||||
/deep/.list_item {
|
||||
::v-deep.list_item {
|
||||
background-color: rgba(255, 255, 255, 0.85) !important;
|
||||
box-shadow: 0 0px 10px 1px #d3d1d133 !important;
|
||||
border-radius: 10rpx;
|
||||
|
||||
@@ -721,7 +721,7 @@ export default {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/deep/.list_item {
|
||||
::v-deep.list_item {
|
||||
border-radius: 20rpx;
|
||||
|
||||
margin-bottom: 40rpx;
|
||||
@@ -738,7 +738,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
// /deep/.list_item :nth-child(2n-1) {
|
||||
// ::v-deep.list_item :nth-child(2n-1) {
|
||||
// background: rgba(255, 255, 255, 0.85) !important;
|
||||
// }
|
||||
.feng {
|
||||
@@ -761,7 +761,7 @@ export default {
|
||||
background-image: #edf6f5ad !important;
|
||||
}
|
||||
|
||||
/deep/.uni-scroll-view-content {
|
||||
::v-deep.uni-scroll-view-content {
|
||||
box-sizing: border-box !important;
|
||||
padding: 20rpx !important;
|
||||
}
|
||||
@@ -794,7 +794,7 @@ export default {
|
||||
// justify-content: space-between;
|
||||
}
|
||||
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: rgba(255, 255, 255, 0.85) !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1045,11 +1045,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.titleItem {
|
||||
::v-deep.titleItem {
|
||||
// width: calc(100% - 120rpx) !important;
|
||||
}
|
||||
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
@@ -1357,32 +1357,32 @@ export default {
|
||||
// background:
|
||||
}
|
||||
|
||||
/deep/.u-alert--warning--light {
|
||||
::v-deep.u-alert--warning--light {
|
||||
background-color: none !important;
|
||||
}
|
||||
|
||||
/deep/.u-alert__text--warning--light {
|
||||
::v-deep.u-alert__text--warning--light {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
/deep/.u-alert {
|
||||
::v-deep.u-alert {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
/deep/.u-icon__icon--warning {
|
||||
::v-deep.u-icon__icon--warning {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
/deep/.uni-section {
|
||||
::v-deep.uni-section {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
/deep/.uni-section .uni-section-header {
|
||||
::v-deep.uni-section .uni-section-header {
|
||||
padding-top: 10rpx !important;
|
||||
padding-bottom: 10rpx !important;
|
||||
}
|
||||
|
||||
/deep/.uni-section .uni-section-header {
|
||||
::v-deep.uni-section .uni-section-header {
|
||||
padding-left: 0rpx !important;
|
||||
// padding-bottom: 10rpx !important;
|
||||
}
|
||||
@@ -1646,12 +1646,12 @@ export default {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
/deep/.section {
|
||||
::v-deep.section {
|
||||
padding-top: 0 !important;
|
||||
background: linear-gradient(108deg, #f0fbf4 0%, #d1e8da 100%) !important;
|
||||
}
|
||||
|
||||
/deep/.section_box {
|
||||
::v-deep.section_box {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -637,11 +637,11 @@ export default {
|
||||
width: 240rpx;
|
||||
height: 50rpx !important;
|
||||
|
||||
/deep/.uni-select {
|
||||
::v-deep.uni-select {
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
/deep/.uni-select__selector-item {
|
||||
::v-deep.uni-select__selector-item {
|
||||
font-size: 24rpx;
|
||||
// padding: 0 10rpx;
|
||||
}
|
||||
|
||||
@@ -1067,11 +1067,11 @@ export default {
|
||||
width: 240rpx;
|
||||
height: 50rpx !important;
|
||||
|
||||
/deep/.uni-select {
|
||||
::v-deep.uni-select {
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
/deep/.uni-select__selector-item {
|
||||
::v-deep.uni-select__selector-item {
|
||||
font-size: 24rpx;
|
||||
// padding: 0 10rpx;
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ $themeBgColor: #EDF6F5 !important;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/deep/uni-radio .uni-radio-input {
|
||||
::v-deepuni-radio .uni-radio-input {
|
||||
width: 20px !important;
|
||||
height: 20px !important;
|
||||
}
|
||||
@@ -63,7 +63,7 @@ $themeBgColor: #EDF6F5 !important;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/deep/uni-page-body {
|
||||
::v-deepuni-page-body {
|
||||
height: 100% !important;
|
||||
|
||||
}
|
||||
@@ -117,7 +117,7 @@ $themeBgColor: #EDF6F5 !important;
|
||||
background: #EDFCF7;
|
||||
}
|
||||
|
||||
/deep/.common_section {
|
||||
::v-deep.common_section {
|
||||
.uni-section-header {
|
||||
padding: 0 !important;
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ export default {
|
||||
type: String,
|
||||
default: uni.$u.props.input.placeholder
|
||||
},
|
||||
// 指定placeholder的样式类,注意页面或组件的style中写了scoped时,需要在类名前写/deep/
|
||||
// 指定placeholder的样式类,注意页面或组件的style中写了scoped时,需要在类名前写::v-deep
|
||||
placeholderClass: {
|
||||
type: String,
|
||||
default: uni.$u.props.input.placeholderClass
|
||||
|
||||
@@ -89,7 +89,7 @@ import props from "./props.js";
|
||||
* @property {Boolean} password 是否密码类型 ( 默认 false )
|
||||
* @property {String | Number} maxlength 最大输入长度,设置为 -1 的时候不限制最大长度 ( 默认 -1 )
|
||||
* @property {String} placeholder 输入框为空时的占位符
|
||||
* @property {String} placeholderClass 指定placeholder的样式类,注意页面或组件的style中写了scoped时,需要在类名前写/deep/ ( 默认 'input-placeholder' )
|
||||
* @property {String} placeholderClass 指定placeholder的样式类,注意页面或组件的style中写了scoped时,需要在类名前写::v-deep ( 默认 'input-placeholder' )
|
||||
* @property {String | Object} placeholderStyle 指定placeholder的样式,字符串/对象形式,如"color: red;"
|
||||
* @property {Boolean} showWordLimit 是否显示输入字数统计,只在 type ="text"或type ="textarea"时有效 ( 默认 false )
|
||||
* @property {String} confirmType 设置右下角按钮的文字,兼容性详见uni-app文档 ( 默认 'done' )
|
||||
|
||||
@@ -10,7 +10,7 @@ export default {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.textarea.placeholder
|
||||
},
|
||||
// 指定placeholder的样式类,注意页面或组件的style中写了scoped时,需要在类名前写/deep/
|
||||
// 指定placeholder的样式类,注意页面或组件的style中写了scoped时,需要在类名前写::v-deep
|
||||
placeholderClass: {
|
||||
type: String,
|
||||
default: uni.$u.props.input.placeholderClass
|
||||
|
||||
@@ -49,7 +49,7 @@ import props from "./props.js";
|
||||
*
|
||||
* @property {String | Number} value 输入框的内容
|
||||
* @property {String | Number} placeholder 输入框为空时占位符
|
||||
* @property {String} placeholderClass 指定placeholder的样式类,注意页面或组件的style中写了scoped时,需要在类名前写/deep/ ( 默认 'input-placeholder' )
|
||||
* @property {String} placeholderClass 指定placeholder的样式类,注意页面或组件的style中写了scoped时,需要在类名前写::v-deep ( 默认 'input-placeholder' )
|
||||
* @property {String | Object} placeholderStyle 指定placeholder的样式,字符串/对象形式,如"color: red;"
|
||||
* @property {String | Number} height 输入框高度(默认 70 )
|
||||
* @property {String} confirmType 设置键盘右下角按钮的文字,仅微信小程序,App-vue和H5有效(默认 'done' )
|
||||
|
||||
File diff suppressed because one or more lines are too long
2
unpackage/dist/build/app-plus/app-view.js
vendored
2
unpackage/dist/build/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
0
unpackage/dist/dev/.automator/mp-weixin/.automator.json
vendored
Normal file
0
unpackage/dist/dev/.automator/mp-weixin/.automator.json
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/buyPupFudu.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/buyPupFudu.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/download/downloadFooter.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/download/downloadFooter.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/list/VideoList.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/list/VideoList.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/mescroll-uni/mescroll-body.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/mescroll-uni/mescroll-body.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/music.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/music.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/orderCoupon.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/orderCoupon.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/page-head/page-head.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/page-head/page-head.js.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["webpack:///D:/0--------------------xulu/sociology_app/components/page-head/page-head.vue?a463","webpack:///D:/0--------------------xulu/sociology_app/components/page-head/page-head.vue?a870","webpack:///D:/0--------------------xulu/sociology_app/components/page-head/page-head.vue?d410","webpack:///D:/0--------------------xulu/sociology_app/components/page-head/page-head.vue?3f84","uni-app:///components/page-head/page-head.vue"],"names":["name","props","title","type","default"],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAqI;AACrI;AAC6D;AACL;;;AAGxD;AACyK;AACzK,gBAAgB,6KAAU;AAC1B,EAAE,+EAAM;AACR,EAAE,mGAAM;AACR,EAAE,4GAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,uGAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACtBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAAooB,CAAgB,mnBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;eCMxpB;EACAA;EACAC;IACAC;MACAC;MACAC;IACA;EACA;AACA;AAAA,2B","file":"components/page-head/page-head.js","sourcesContent":["import { render, staticRenderFns, recyclableRender, components } from \"./page-head.vue?vue&type=template&id=737de282&name=page-head&\"\nvar renderjs\nimport script from \"./page-head.vue?vue&type=script&lang=js&\"\nexport * from \"./page-head.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"components/page-head/page-head.vue\"\nexport default component.exports","export * from \"-!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--17-0!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./page-head.vue?vue&type=template&id=737de282&name=page-head&\"","var components\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--13-1!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./page-head.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--13-1!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../软件/软件/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./page-head.vue?vue&type=script&lang=js&\"","<template name=\"page-head\">\r\n\t<view class=\"common-page-head\">\r\n\t\t<view class=\"common-page-head-title\">{{title}}</view>\r\n\t</view>\r\n</template>\r\n<script>\r\n\texport default {\r\n\t\tname: \"page-head\",\r\n\t\tprops: {\r\n\t\t\ttitle: {\r\n\t\t\t\ttype: String,\r\n\t\t\t\tdefault: \"\"\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</script>\r\n"],"sourceRoot":""}
|
||||
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/player/player.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/player/player.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/public-module/public-module.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/public-module/public-module.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/tagTree.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/tagTree.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/u-link/u-link.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/components/u-link/u-link.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/TaihuPublicWelfare/index/index.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/TaihuPublicWelfare/index/index.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/advertisement/advertisement.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/advertisement/advertisement.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/advertisement/index/detail.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/advertisement/index/detail.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/advertisement/index/index.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/advertisement/index/index.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/bookShop/orderLCont.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/bookShop/orderLCont.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/bookShop/orderList.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/bookShop/orderList.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/button/button.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/button/button.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/canvas/canvas.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/canvas/canvas.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/checkbox/checkbox.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/checkbox/checkbox.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/address/edit.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/address/edit.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/anchorLink.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/anchorLink.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/coupon/index.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/coupon/index.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/curriculum.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/curriculum.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/goodsList.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/goodsList.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/goodsNav.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/goodsNav.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/list.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/list.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/orderSubmit.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/orderSubmit.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/richDetail.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/richDetail.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/selectGoods.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/selectGoods.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/selectVip.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/selectVip.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/sticky.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/sticky.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/video.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/video.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/video/audio.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/video/audio.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/video/index.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/commonComponents/video/index.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/cover-view/cover-view.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/cover-view/cover-view.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/editor/editor.js.map
vendored
Normal file
1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/component/editor/editor.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user