|
@@ -65,7 +65,7 @@
|
|
|
:url="JSON.parse(itemTwo.prizeType).value == 'goods' ? `/packagePrize/goods/detail?id=${ itemTwo.refId }`:JSON.parse(itemTwo.prizeType).value == 'coin' ?`/packagePrize/goods/detail?id=424`:`/packagePrize/goods/detail?id=425`"
|
|
|
hover-class="none">
|
|
|
<view class="effectsthree-width">
|
|
|
- <image src="../static/activity/effectsthree.png"></image>
|
|
|
+ <image src="../static/activity/effectsthree.png" mode="aspectFit"></image>
|
|
|
<view class="effectsthree-width-name">
|
|
|
{{item.name}}
|
|
|
</view>
|
|
@@ -109,7 +109,7 @@
|
|
|
<navigator
|
|
|
:url="JSON.parse(itemTwo.prizeType).value == 'goods' ? `/packagePrize/goods/detail?id=${ itemTwo.refId }`:JSON.parse(itemTwo.prizeType).value == 'coin' ?`/packagePrize/goods/detail?id=424`:`/packagePrize/goods/detail?id=425`"
|
|
|
hover-class="none">
|
|
|
- <view class="flex">
|
|
|
+ <view class="flex justify">
|
|
|
<view>
|
|
|
<image :src="itemTwo.picUrl" mode="aspectFit" class="imatwo"></image>
|
|
|
</view>
|
|
@@ -672,8 +672,10 @@
|
|
|
// text-align: center;
|
|
|
padding: 0 62rpx;
|
|
|
justify-content: flex-start;
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+ .justify {
|
|
|
+ justify-content: left;
|
|
|
+ }
|
|
|
|
|
|
.imatwo {
|
|
|
width: 150rpx;
|