@@ -1,5 +1,5 @@
<!--components/blocks/swiper_list/swiper_list.wxml-->
-<swiper autoplay indicator-dots style="height:{{(750 / scale)+'rpx'}}">
+<swiper indicator-active-color="#eb4e4f" autoplay indicator-dots style="height:{{(750 / scale)+'rpx'}}">
<block wx:key="item" wx:for="{{image_list}}">
<swiper-item>
<blockItem block_type="adv_list" item_data="{{item}}"></blockItem>
@@ -66,5 +66,11 @@ Page({
wx.hideLoading()
}, 1000)
})
- }
+ },
+ onShareAppMessage: function () {
+ return {
+ title:"熊猫美妆",
+ path:"/pages/index/index"
+ }