|
@@ -1,5 +1,17 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view >
|
|
<view >
|
|
|
|
|
+ <swiper class="screen-swiper square-dot" style="width: 100%;height: 330rpx;" :indicator-dots="true" :circular="true"
|
|
|
|
|
+ :autoplay="true" interval="5000" duration="500">
|
|
|
|
|
+ <swiper-item v-for="(item,index) in 4" :key="index" style="width: 100%;height: 330rpx;">
|
|
|
|
|
+ <wx-open-launch-weapp id="launch-btn" username="gh_1ac06b5a8f4e">
|
|
|
|
|
+ <script type="text/wxtag-template">
|
|
|
|
|
+ <image style="width: 100%;height: 330rpx;" src="https://upload-file-data.obs.cn-south-1.myhuaweicloud.com/69beb1ec0d2642d2afe02908fdaac775-ad.png" mode="aspectFill"></image>
|
|
|
|
|
+ </script>
|
|
|
|
|
+ </wx-open-launch-weapp>
|
|
|
|
|
+ </swiper-item>
|
|
|
|
|
+ </swiper>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
<goods :goodsList="goodsList" :activityId="activityId"></goods>
|
|
<goods :goodsList="goodsList" :activityId="activityId"></goods>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
@@ -22,6 +34,7 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
mounted() {
|
|
mounted() {
|
|
|
|
|
+ this.$shareConfig({}, this)
|
|
|
this.fetchGoodsList();
|
|
this.fetchGoodsList();
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|