|
@@ -37,7 +37,7 @@
|
|
|
<view class="title">选择规格</view>
|
|
|
<text class="iconfont icon-jiantouyou"></text>
|
|
|
</view>
|
|
|
- <view class="thr_1" >
|
|
|
+ <view class="thr_1">
|
|
|
<view class="title">商品评价({{info.comment||0}})</view>
|
|
|
<text class="iconfont icon-jiantouyou"></text>
|
|
|
</view>
|
|
@@ -93,7 +93,9 @@
|
|
|
<uni-popup ref="popup" background-color="#fff" type="bottom">
|
|
|
<view class="content">
|
|
|
<view class="one">
|
|
|
- <image class="image" :src="info.file&&info.file.length>0?info.file[0].url:''"></image>
|
|
|
+ <image class="image" v-if="specsInfo.file&&specsInfo.file.length>0"
|
|
|
+ :src="specsInfo.file&&specsInfo.file.length>0?specsInfo.file[0].url:''"></image>
|
|
|
+ <image class="image" v-else :src="info.file&&info.file.length>0?info.file[0].url:''"></image>
|
|
|
<view class="other">
|
|
|
<view class="money">
|
|
|
<text>¥</text>
|