assistance.wxml
3.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<view class="page" bindtap="close">
<!-- 背景图片 -->
<image class="lumi" src="{{iurl+'miniapp/images/friendhelp/lumi.png'}}" lazy-load="true"></image>
<view class="zindex">
<view class="top">
<view class="flex-center">
<image class="getgift" src="{{iurl+'miniapp/images/friendhelp/getgift.png'}}" lazy-load="true"></image>
</view>
<view class="flex-center fs32">
<view class="excitation">机会总是留给最有行动力的人</view>
</view>
<view class="flex-center">
<image class="gift" src="{{iurl+'miniapp/images/friendhelp/gift.png'}}" lazy-load="true"></image>
</view>
<view class="flex-center fs26 time">
<view>活动时间:</view>
<view>5月28日-6月30日
</view>
</view>
<view class="flex-center">
<view class="flex-center take">
<view>立即领取</view>
</view>
</view>
</view>
<!-- 任务及说明栏 -->
<view>
<!-- 标题 -->
<view class="flex-vertical-between fs28 padding head">
<!-- task -->
<view class="flex-center lhead {{switch_head==0?'rhead':''}}" bindtap="switch_head" data-index="{{0}}">
<image class="explain" src="{{iurl+'miniapp/images/friendhelp/task.png'}}" lazy-load="true"></image>
<view>我的任务</view>
</view>
<view class="flex-center lhead {{switch_head==1?'rhead':''}}" bindtap="switch_head" data-index="{{1}}">
<image class="explain" src="{{iurl+'miniapp/images/friendhelp/explain.png'}}" lazy-load="true"></image>
<view>活动说明</view>
</view>
</view>
<!-- 我的任务 -->
<view wx:if="{{switch_head==0}}" class="white">
<view class="items">
<view class="item fs26 flex-vertical-between padding" wx:for="{{5}}">
<view class="flex-center width">
<view class="ellipsis-1">豪华任务一
</view>
</view>
<!-- 已完成的颜色nostate -->
<view class="flex-center width state {{index==0?'nostate':''}}">
<view class="ellipsis-1">进行中
</view>
</view>
</view>
<!-- 加载更多 -->
<view class="fs28 flex-center">
<view class="line"></view>
<view class="load" bindtap="">点击加载更多</view>
<view class="line"></view>
</view>
</view>
<view class="fs30">
<view class="flex-center nothing">
<view>暂无任务记录</view>
</view>
<view class="flex-center receive">
<view class="flex-center">
<view>已有</view>
<view>126</view>
<view>人领取了任务</view>
</view>
</view>
</view>
</view>
<!-- 活动说明 -->
<view wx:if="{{switch_head}}" class="white">
<view class="items">
<view class="content fs28 padding">
<view>活动时间: 2014年4月24日-27日, 共4天 活动规则:活动期间内,通过当当购物手机客户端成功购买图书的用户, 均视为成功参与此次活动;每个用户只可参与一-次。 奖品发放:交易完成后,3个工作日内发送至参与用户账号 补充说明:此次活动不与客户端用户首单奖励5元活动冲突,可同时参与。 此次活动最终解释权归当当网所有。</view>
</view>
<!-- 加载更多 -->
<view class="loads fs28 flex-center">
<view class="line"></view>
<view class="load" bindtap="">点击加载更多</view>
<view class="line"></view>
</view>
</view>
</view>
</view>
</view>
</view>
<!-- 制作一个圆球导航 -->
<nav_b id="nav_b"></nav_b>