|
@@ -121,8 +121,11 @@
|
|
|
<image :src='goodinfo.merchant.image' style="width: 112rpx;height: 112rpx;" mode=""></image>
|
|
|
<view class="" style="margin-left: 20rpx;">
|
|
|
<view class="title">{{goodinfo.merchant.merchant_name}}</view>
|
|
|
- <uni-rate network allow-half :readonly="true" color="red" :size='8' :value="5"
|
|
|
- v-model="rate" />
|
|
|
+ <view class="redback u-flex">
|
|
|
+ <uni-rate network allow-half :readonly="true" active-color="red"
|
|
|
+ color="rgba(255, 27, 0, 0.5)" :size='8' :value="5" v-model="rate" />
|
|
|
+ <text style="margin-left: 8rpx;">{{rate}}</text>
|
|
|
+ </view>
|
|
|
<view class="" style='margin-top:20rpx'></view>
|
|
|
<view class="u-flex" style='margin-top:20rpx'>
|
|
|
<text class='num'>{{i18n.Salesvolume}} 2384w+</text>
|
|
@@ -143,7 +146,7 @@
|
|
|
<swiper style="height: 400rpx;" class="swiper" circular :indicator-dots="true" :autoplay="true">
|
|
|
<swiper-item v-for="(parent,index) in swiptlist" :key="index">
|
|
|
<view class="u-flex swiper-item u-row-between">
|
|
|
- <view class="" v-for="(child,idx) in parent" @click="toinfo(child.id)" :key="idx">
|
|
|
+ <view class="" v-for="(child,idx) in parent" @click="detail(child.id)" :key="idx">
|
|
|
<image :src="child.image" style="width: 214rpx;height: 214rpx;" mode="">
|
|
|
</image>
|
|
|
<view class="u-line-1"
|
|
@@ -231,10 +234,10 @@
|
|
|
<view class="">
|
|
|
<text class="read">¥</text>
|
|
|
<text class="read" style="font-size: 40rpx;"
|
|
|
- v-if="goodinfo.is_discount==0">{{(Number(sku_info.discount_price)*Number(value)) || (Number(goodinfo.discount_price) * Number(value))}}</text>
|
|
|
+ v-if="goodinfo.is_discount==0">{{(Number(sku_info.discount_price*100)*Number(value*100))/10000 || (Number(goodinfo.discount_price*100) * Number(value*100))/10000}}</text>
|
|
|
<!-- <text class="read" v-if="goodinfo.is_discount==0">{{(goodinfo.discount_price * value).slice(-3)}}</text> -->
|
|
|
<text class="read" style="font-size: 40rpx;"
|
|
|
- v-if="goodinfo.is_discount==1">{{(Number(sku_info.price)*Number(value))|| (Number(goodinfo.price) * Number(value))}}</text>
|
|
|
+ v-if="goodinfo.is_discount==1">{{(Number(sku_info.price*100)*Number(value*100))/10000|| (Number(goodinfo.price*100) * Number(value*100))/10000}}</text>
|
|
|
<!-- <text class="read" v-if="goodinfo.is_discount==1">{{(goodinfo.price * value).slice(-3)}}</text> -->
|
|
|
<!-- <text class="read" style="font-size: 40rpx;" >{{(Number(goodinfo.price) * Number(value)).toString()}}</text> -->
|
|
|
</view>
|
|
@@ -273,10 +276,11 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</u-popup>
|
|
|
- <u-popup :show="serve">
|
|
|
- <view style="padding:48rpx 24rpx;box-sizing: border-box;background-color: #FFF3E7;position: relative;">
|
|
|
+ <u-popup :show="serve" :round="20">
|
|
|
+ <view style="padding:48rpx 24rpx;box-sizing: border-box;background-color: #FFF3E7;position: relative;border-radius: 20rpx 20rpx 0 0;">
|
|
|
<view class="u-flex" style="flex-direction: column;justify-content: center;">
|
|
|
- <image src="../static/images/index/serve.png" style="width: 138rpx;height: 34rpx;" mode=""></image>
|
|
|
+ <image src="../static/images/index/serve.png"
|
|
|
+ style="width: 138rpx;height: 34rpx; " mode=""></image>
|
|
|
<text class="info">
|
|
|
售前售后 安心无忧购物
|
|
|
</text>
|
|
@@ -364,7 +368,6 @@
|
|
|
data() {
|
|
|
return {
|
|
|
toView: '',
|
|
|
- rate: '', //星级
|
|
|
imagea: false,
|
|
|
list1: [{
|
|
|
name: '商品',
|
|
@@ -393,7 +396,8 @@
|
|
|
shopcar: '',
|
|
|
sku_info: {},
|
|
|
commentlist: [],
|
|
|
- total: ''
|
|
|
+ total: '',
|
|
|
+ rate: 5,
|
|
|
};
|
|
|
},
|
|
|
computed: {
|
|
@@ -411,7 +415,6 @@
|
|
|
}
|
|
|
this.detail(this.id)
|
|
|
this.recommend()
|
|
|
-
|
|
|
},
|
|
|
methods: {
|
|
|
//评论页面
|
|
@@ -498,6 +501,7 @@
|
|
|
console.log(res);
|
|
|
this.goodinfo = res
|
|
|
this.comment()
|
|
|
+ this.rate = res.merchant.score
|
|
|
}).catch(() => {
|
|
|
|
|
|
})
|
|
@@ -613,6 +617,20 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+ .redback {
|
|
|
+ background: rgba(255, 27, 0, 0.07);
|
|
|
+ border-radius: 12rpx;
|
|
|
+ padding: 6rpx 12rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-family: HarmonyOS_Sans_Medium;
|
|
|
+ font-size: 16rpx;
|
|
|
+ color: #FF1515;
|
|
|
+ line-height: 22rpx;
|
|
|
+ text-align: left;
|
|
|
+ font-style: normal;
|
|
|
+ width: 200rpx;
|
|
|
+ }
|
|
|
+
|
|
|
.sku {
|
|
|
font-family: PingFangSC, PingFang SC;
|
|
|
font-weight: 400;
|
|
@@ -813,7 +831,7 @@
|
|
|
font-family: PingFangSC, PingFang SC;
|
|
|
font-weight: 400;
|
|
|
font-size: 26rpx;
|
|
|
- color: #222222;
|
|
|
+ color: rgba(34, 34, 34, 0.5);
|
|
|
line-height: 36rpx;
|
|
|
text-align: left;
|
|
|
font-style: normal;
|