Commit 774adf30 authored by zhengke's avatar zhengke

修改

parent 77ce563e
...@@ -33,7 +33,10 @@ ...@@ -33,7 +33,10 @@
</view> </view>
<view class="good-info"> <view class="good-info">
<view class="good-name" v-if="goodsInfo.showGoodsName">{{ item.name }}</view> <view class="good-name" v-if="goodsInfo.showGoodsName">{{ item.name }}</view>
<view class="good-sub-name" v-if="item.subname">{{item.subname}}</view> <!-- <view class="good-sub-name" v-if="item.subname">{{item.subname}}</view> -->
<view class="good-sub-name" style="height:30rpx;">
<template v-if="item.subname">{{item.subname}}</template>
</view>
<view class="good-price-info"> <view class="good-price-info">
<view class="price"> <view class="price">
{{ goodsInfo.showGoodsPrice ? getPrice(item.price) : '' }} {{ goodsInfo.showGoodsPrice ? getPrice(item.price) : '' }}
......
...@@ -1048,7 +1048,6 @@ export default { ...@@ -1048,7 +1048,6 @@ export default {
: Math.floor(e.detail.scrollTop - 100) / 100 > 1 : Math.floor(e.detail.scrollTop - 100) / 100 > 1
? 1 ? 1
: Math.floor(e.detail.scrollTop - 100) / 100; : Math.floor(e.detail.scrollTop - 100) / 100;
console.log("1051", this.titleStyle.opacity);
this.$forceUpdate(); this.$forceUpdate();
}, },
//获取详情 //获取详情
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment