jufubao-base 1.0.130-beta3 → 1.0.130-beta5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
height: bigHeight + 'rpx',
|
|
32
32
|
borderRadius: radius + 'rpx',
|
|
33
33
|
}"
|
|
34
|
-
|
|
34
|
+
>
|
|
35
|
+
<view @click="handleClick(bigList[0])">
|
|
35
36
|
<image
|
|
36
37
|
:style="{
|
|
37
38
|
width: bigWidth + 'rpx',
|
|
@@ -40,8 +41,9 @@
|
|
|
40
41
|
}"
|
|
41
42
|
:src="bigList[0].image_url"
|
|
42
43
|
mode="aspectFill"
|
|
43
|
-
></image>
|
|
44
|
-
|
|
44
|
+
></image>
|
|
45
|
+
</view>
|
|
46
|
+
</view>
|
|
45
47
|
<view
|
|
46
48
|
v-else
|
|
47
49
|
:style="{
|
|
@@ -79,7 +81,6 @@
|
|
|
79
81
|
</template>
|
|
80
82
|
</xd-swiper>
|
|
81
83
|
</xd-swiper-dot>
|
|
82
|
-
|
|
83
84
|
<view v-if="isPreview" class="carousel-mask"></view>
|
|
84
85
|
</view>
|
|
85
86
|
<view
|
|
@@ -102,7 +103,7 @@
|
|
|
102
103
|
height: smallHeight + 'rpx',
|
|
103
104
|
borderRadius: topRadius + 'rpx',
|
|
104
105
|
}"
|
|
105
|
-
><view>
|
|
106
|
+
><view @click="handleClick(topList[0])">
|
|
106
107
|
<image
|
|
107
108
|
:style="{
|
|
108
109
|
width: bigWidth + 'rpx',
|
|
@@ -166,7 +167,7 @@
|
|
|
166
167
|
height: smallHeight + 'rpx',
|
|
167
168
|
borderRadius: bottomRadius + 'rpx',
|
|
168
169
|
}"
|
|
169
|
-
><view>
|
|
170
|
+
><view @click="handleClick(bottomList[0])">
|
|
170
171
|
<image
|
|
171
172
|
:style="{
|
|
172
173
|
width: bigWidth + 'rpx',
|