You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
613 B
15 lines
613 B
|
5 years ago
|
<!--pages/list/card/index.wxml-->
|
||
|
|
<titleHeader title="一卡游苏州"></titleHeader>
|
||
|
|
<image class="bgimg" src="https://fastadmin.oss-cn-shenzhen.aliyuncs.com/xcxImages/card/bg.png" mode="widthFix"></image>
|
||
|
|
<view class="list">
|
||
|
|
<view class="item" wx:for="{{3}}">
|
||
|
|
<image src="https://fastadmin.oss-cn-shenzhen.aliyuncs.com/xcxImages/card/{{index+1}}.png"></image>
|
||
|
|
<view class="item-info">
|
||
|
|
<view class="textOver2">卡类产品名称</view>
|
||
|
|
<view class="item-bottom">
|
||
|
|
<view class="price">76</view>
|
||
|
|
<view class="btn">立即购买</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|