Commit 0212fe0243ec76e9802e59bd4392020d48f32d0a
1 parent
8a5e46ea
幸运购自定义模版标题跳转到幸运购列表
Showing
1 changed file
with
1 additions
and
1 deletions
components/diy_luckyGo/diy_luckyGo.wxml
1 | <wxs module="filters" src="../../utils/filter.wxs"></wxs> | 1 | <wxs module="filters" src="../../utils/filter.wxs"></wxs> |
2 | <block wx:if="{{goods_array.length>0}}"> | 2 | <block wx:if="{{goods_array.length>0}}"> |
3 | <!-- 幸运购 --> | 3 | <!-- 幸运购 --> |
4 | - <view class="pdh20 flex jc_sb ai-center bg-white" bindtap="go"> | 4 | + <view class="pdh20 flex jc_sb ai-center bg-white" bindtap="go" data-url="/packageC/pages/luckyGo/luckyGo_activityList/luckyGo_activityList"> |
5 | <view><text class="iconfont icon-luck"></text>幸运购</view> | 5 | <view><text class="iconfont icon-luck"></text>幸运购</view> |
6 | <view class="arrow-r"> | 6 | <view class="arrow-r"> |
7 | <image src="{{imghost}}/miniapp/images/icon-arrowdown.png" lazy-load="true" class="img-block"></image> | 7 | <image src="{{imghost}}/miniapp/images/icon-arrowdown.png" lazy-load="true" class="img-block"></image> |