提交
This commit is contained in:
@@ -1,8 +1,12 @@
|
|||||||
<template><page-meta
|
<template>
|
||||||
|
<page-meta
|
||||||
:page-font-size="$baseFontSize() + 'px'"
|
:page-font-size="$baseFontSize() + 'px'"
|
||||||
:root-font-size="$baseFontSize() + 'px'"
|
:root-font-size="$baseFontSize() + 'px'"
|
||||||
></page-meta>
|
></page-meta>
|
||||||
<view class="container commonPageBox commonDetailPage" style="height: auto !important;padding-bottom: 0 !important;">
|
<view
|
||||||
|
class="container commonPageBox commonDetailPage"
|
||||||
|
style="height: auto !important; padding-bottom: 0 !important"
|
||||||
|
>
|
||||||
<u-popup :show="show" mode="bottom" @close="close" class="popup_box">
|
<u-popup :show="show" mode="bottom" @close="close" class="popup_box">
|
||||||
<view class="popup_top">
|
<view class="popup_top">
|
||||||
<!-- @click="previewImage(selectGoodsData.productImages)" -->
|
<!-- @click="previewImage(selectGoodsData.productImages)" -->
|
||||||
@@ -17,10 +21,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view :class="`common_radius_box goods_box popup_content`">
|
<view :class="`common_radius_box goods_box popup_content`">
|
||||||
<view class="title title_box"
|
<view class="title title_box">
|
||||||
>
|
|
||||||
|
|
||||||
|
|
||||||
<text
|
<text
|
||||||
v-if="
|
v-if="
|
||||||
selectGoodsData.isVipPrice == 1 &&
|
selectGoodsData.isVipPrice == 1 &&
|
||||||
@@ -39,8 +40,7 @@
|
|||||||
|
|
||||||
<text
|
<text
|
||||||
v-else-if="
|
v-else-if="
|
||||||
selectGoodsData.activityPrice &&
|
selectGoodsData.activityPrice && selectGoodsData.activityPrice > 0
|
||||||
selectGoodsData.activityPrice > 0
|
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<text style="color: #e97512; font-weight: bold"
|
<text style="color: #e97512; font-weight: bold"
|
||||||
@@ -61,8 +61,8 @@
|
|||||||
size="18"
|
size="18"
|
||||||
@click="close"
|
@click="close"
|
||||||
style="display: inline-block"
|
style="display: inline-block"
|
||||||
></u-icon
|
></u-icon>
|
||||||
></view>
|
</view>
|
||||||
<view class="title title_list"
|
<view class="title title_list"
|
||||||
><text>商品列表({{ goodsList.length }})</text></view
|
><text>商品列表({{ goodsList.length }})</text></view
|
||||||
>
|
>
|
||||||
@@ -127,6 +127,7 @@
|
|||||||
>
|
>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
<!-- <text v-if="slotProps.row.conditions!='03'">【试听】</text> -->
|
<!-- <text v-if="slotProps.row.conditions!='03'">【试听】</text> -->
|
||||||
</template>
|
</template>
|
||||||
@@ -146,8 +147,8 @@
|
|||||||
<text @click="handleClickGoBuy">立即购买</text>
|
<text @click="handleClickGoBuy">立即购买</text>
|
||||||
</view>-->
|
</view>-->
|
||||||
</view>
|
</view>
|
||||||
</u-popup></view
|
</u-popup>
|
||||||
>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@@ -255,7 +256,8 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '@/style/mixin.scss';
|
@import "@/style/mixin.scss";
|
||||||
|
|
||||||
.goods_item {
|
.goods_item {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -266,12 +268,14 @@ export default {
|
|||||||
border: 2rpx solid #fff;
|
border: 2rpx solid #fff;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
// font-weight: bold;
|
// font-weight: bold;
|
||||||
margin-bottom: 40rpx;
|
margin-bottom: 40rpx;
|
||||||
padding-left: 20rpx;
|
padding-left: 20rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_box {
|
.image_box {
|
||||||
width: 70rpx;
|
width: 70rpx;
|
||||||
height: 70rpx;
|
height: 70rpx;
|
||||||
@@ -283,6 +287,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.goods_info {
|
.goods_info {
|
||||||
width: calc(100%);
|
width: calc(100%);
|
||||||
// padding: 10rpx 20rpx;
|
// padding: 10rpx 20rpx;
|
||||||
@@ -292,36 +297,45 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
// font-weight: 600;
|
// font-weight: 600;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.price {
|
.price {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.isSelectGoods {
|
.isSelectGoods {
|
||||||
color: $themeColor !important;
|
color: $themeColor !important;
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
color: $themeColor !important;
|
color: $themeColor !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.price {
|
.price {
|
||||||
color: $themeColor !important;
|
color: $themeColor !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
border: 2rpx solid $themeColor;
|
border: 2rpx solid $themeColor;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/.list_item {
|
/deep/.list_item {
|
||||||
// border-bottom: none;
|
// border-bottom: none;
|
||||||
padding: 10rpx 0 !important;
|
padding: 10rpx 0 !important;
|
||||||
padding-right: 0 !important;
|
padding-right: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.goods_image {
|
.goods_image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.curriulum_box {
|
.curriulum_box {
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -369,25 +383,30 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup_box {
|
.popup_box {
|
||||||
padding-top: 30rpx;
|
padding-top: 30rpx;
|
||||||
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
.popup_top {
|
.popup_top {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
padding: 0 20rpx;
|
padding: 0 20rpx;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup_content {
|
.popup_content {
|
||||||
padding-bottom: 140rpx;
|
padding-bottom: 140rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/.list_item {
|
/deep/.list_item {
|
||||||
// border-bottom: none;
|
// border-bottom: none;
|
||||||
|
|
||||||
@@ -403,17 +422,21 @@ export default {
|
|||||||
// margin: 0 auto;
|
// margin: 0 auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/.u-popup__content {
|
/deep/.u-popup__content {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/.u-popup__content__close {
|
/deep/.u-popup__content__close {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title_box {
|
.title_box {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|
||||||
.title_price {
|
.title_price {
|
||||||
color: #ef1224;
|
color: #ef1224;
|
||||||
font-size: 40rpx;
|
font-size: 40rpx;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
4727
unpackage/dist/dev/app-plus/app-service.js
vendored
4727
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
5656
unpackage/dist/dev/app-plus/app-view.js
vendored
5656
unpackage/dist/dev/app-plus/app-view.js
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user