|
@@ -29,7 +29,7 @@
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- showRightIcon: false, // 是否显示右箭头
|
|
|
|
|
|
+ showRightIcon: true, // 是否显示右箭头
|
|
swiperScrollWidth: 0, // 盒子的宽度
|
|
swiperScrollWidth: 0, // 盒子的宽度
|
|
swiperScrollContentWidth: 0, // 内容的宽度
|
|
swiperScrollContentWidth: 0, // 内容的宽度
|
|
maxClickNum: 0, // 最大点击次数
|
|
maxClickNum: 0, // 最大点击次数
|