|
@@ -47,7 +47,7 @@
|
|
<view class="product-wrap clearfix">
|
|
<view class="product-wrap clearfix">
|
|
<view class="wrap-top" >
|
|
<view class="wrap-top" >
|
|
<view class="wrap-top-price">
|
|
<view class="wrap-top-price">
|
|
- <second-price v-if="isRequest" :product="product"></second-price>
|
|
|
|
|
|
+ <second-price :product="product"></second-price>
|
|
</view>
|
|
</view>
|
|
<view class="p-title tui-skeleton-fillet">
|
|
<view class="p-title tui-skeleton-fillet">
|
|
<view class="p-title-name">
|
|
<view class="p-title-name">
|
|
@@ -139,7 +139,7 @@
|
|
<script>
|
|
<script>
|
|
import { mapState,mapMutations } from 'vuex'
|
|
import { mapState,mapMutations } from 'vuex'
|
|
import customP from '@/components/cm-module/headerNavbar/header-poduct' //自定义导航
|
|
import customP from '@/components/cm-module/headerNavbar/header-poduct' //自定义导航
|
|
- import cmPrice from "@/components/cm-module/productDetails/secondPrice.vue" //价格显示
|
|
|
|
|
|
+ import secondPrice from "@/components/cm-module/productDetails/secondPrice.vue" //价格显示
|
|
import authorize from '@/common/config/authorize.js'
|
|
import authorize from '@/common/config/authorize.js'
|
|
import uniStars from '@/components/uni-stars/uni-stars.vue'
|
|
import uniStars from '@/components/uni-stars/uni-stars.vue'
|
|
import tuiSkeleton from "@/components/tui-skeleton/tui-skeleton"
|
|
import tuiSkeleton from "@/components/tui-skeleton/tui-skeleton"
|
|
@@ -153,7 +153,7 @@
|
|
customP,
|
|
customP,
|
|
tuiSkeleton,
|
|
tuiSkeleton,
|
|
recommend,
|
|
recommend,
|
|
- cmPrice,
|
|
|
|
|
|
+ secondPrice,
|
|
cmParameter,
|
|
cmParameter,
|
|
},
|
|
},
|
|
data(){
|
|
data(){
|
|
@@ -402,7 +402,6 @@
|
|
width: 60rpx;
|
|
width: 60rpx;
|
|
height: 2px;
|
|
height: 2px;
|
|
border-radius: 1px;
|
|
border-radius: 1px;
|
|
- background: #FFFFFF;
|
|
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
left: 50%;
|
|
left: 50%;
|