[更新]
This commit is contained in:
7
pages/activity/activity.wxml
Normal file
7
pages/activity/activity.wxml
Normal file
@@ -0,0 +1,7 @@
|
||||
<!-- 商品活动列表 -->
|
||||
<view class="activityTitle">
|
||||
<image src="/static/icon/activity_icon.png"></image>商品列表
|
||||
</view>
|
||||
<view class="activityList" bindtap="userNav" data-url="/pages/activityInfo/activityInfo?id={{item.id}}" wx:for="{{indexArr}}" wx:key="indexArr">
|
||||
<image src="{{item.cover_path}}" mode="scaleToFill"></image>
|
||||
</view>
|
||||
Reference in New Issue
Block a user