orderbox.wxml
7.3 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!-- 下载地址 -->
<view class="xiazairegister" wx:if="{{xizaicode}}" bindtap="hidexiazai">
<view class="xiazaiwrapcode">
<view class="codetitle">{{copytitle}}</view>
<view class="lianjie">
<view class="lainjietext">{{copyurl}}</view>
<view class="codeitemright" catchtap='copy' data-url="{{copyurl}}" style="margin-left:10rpx">复制</view>
</view>
<view class="want">
若想获取未调色原始素材,请联系客服至灵山湾影视局进行拷贝
</view>
<button open-type="contact" class="huoqu">获取未调色的原始dng序列</button>
</view>
</view>
<!-- 合并下载地址 -->
<view class="xiazairegister" wx:if="{{hexizaicode}}" bindtap="hidehexiazai">
<view class="xiazaiwrapcode">
<view class="hexiazaibox">
<view wx:if="{{video!=null}}">
<view class="codeitem" wx:for="{{video}}" wx:key="">
<view class="codeitemleft">
<view class="codetitle">{{item.info.title}}</view>
<view class="lianjie" wx:if="{{item.info.attr==1}}">
链接:{{item.info.two_url}}
</view>
<view class="lianjie" wx:if="{{item.info.attr==2}}">
链接:{{item.info.four_url}}
</view>
<view class="lianjie" wx:if="{{item.info.attr==3}}">
链接:{{item.info.eight_url}}
</view>
<view class="tiqu" wx:if="{{item.info.attr==1}}">提取码: {{item.info.two_code}}</view>
<view class="tiqu" wx:if="{{item.info.attr==2}}">提取码: {{item.info.four_code}}</view>
<view class="tiqu" wx:if="{{item.info.attr==3}}">提取码: {{item.info.eight_code}}</view>
</view>
<!--
<view class="codeitemright" wx:if="{{item.info.attr==1}}" catchtap='copy' data-url="{{item.info.two_url}}" data-code="{{item.info.two_code}}">复制</view>
<view class="codeitemright" wx:if="{{item.info.attr==2}}" catchtap='copy' data-url="{{item.info.four_url}}" data-code="{{item.info.four_code}}">复制</view>
<view class="codeitemright" wx:if="{{item.info.attr==3}}" catchtap='copy' data-url="{{item.info.eight_url}}" data-code="{{item.info.eight_code}}">复制</view> -->
</view>
</view>
<view wx:if="{{pic!=null}}">
<view class="codeitem" wx:for="{{pic}}" wx:key="">
<view class="codeitemleft">
<view class="codetitle">{{item.title}}</view>
<view class="lianjie">
链接:{{item.url}}
</view>
<view class="tiqu">提取码: {{item.code}}</view>
</view>
<!-- <view class="codeitemright" catchtap='copy' data-url="{{item.url}}" data-code="{{item.code}}">复制</view> -->
</view>
</view>
</view>
<view class="codeitemright fuzhi" bindtap="hecopy">复制</view>
</view>
</view>
<!-- 删除订单 -->
<view class="xiazairegister" wx:if="{{quxiao}}" bindtap="hidecancel">
<view class="delwrap quxiaowrap" catchtap='ti'>
<view class="fapiaokai">
<view class="quxiaoding">是否取消该订单?</view>
</view>
<!-- <view class="delwrd">是否删除该订单</view> -->
<view class="delbottom">
<view class="delbottomleft" bindtap="cancelquxiao">取消</view>
<view class="delbottomright quefa" bindtap="surequxiao">确定</view>
</view>
</view>
</view>
<!-- 输入邮箱 -->
<view class="xiazairegister" bindtap="hideyou" wx:if="{{showyou}}">
<view class="delwrap youwrap" catchtap='ti'>
<view class="youxiang">请输入邮箱</view>
<view class="youxiangenter">
<input placeholder='' placeholder-class='you' />
</view>
<view class="youque">确定</view>
</view>
</view>
<!-- 下载授权书-->
<view class="xiazairegister" bindtap="hideshou" wx:if="{{shouwrap}}">
<view class="xiazaiwrap" catchtap='ti'>
<view class="shouquanxin">授权书信息</view>
<view class="xiazaiitem">
<view class="xizaileft">使用人:</view>
<view class="xiazairight">
<input placeholder='请输入' bindinput="username" />
</view>
</view>
<view class="yong">
<view class="xizaileft yongleft">用途:</view>
<view class="xiazairight yongtu">
<textarea placeholder='请输入' bindinput="use" />
</view>
</view>
<view class="xiazaiitem">
<view class="xizaileft">联系方式:</view>
<view class="xiazairight">
<input placeholder='请输入' bindinput="lianxiphone" />
</view>
</view>
<view class="xiazaiitem">
<view class="xizaileft">邮箱:</view>
<view class="xiazairight">
<input placeholder='请输入' bindinput="email" />
</view>
</view>
<view class="quding" bindtap="surexia">确定</view>
</view>
</view>
<view class="xiazairegister" bindtap="hideshouall" wx:if="{{shouwrapall}}">
<view class="xiazaiwrap" catchtap='ti'>
<view class="shouquanxin">授权书信息</view>
<view class="xiazaiitem">
<view class="xizaileft">使用人:</view>
<view class="xiazairight">
<input placeholder='请输入' bindinput="username" />
</view>
</view>
<view class="yong">
<view class="xizaileft yongleft">用途:</view>
<view class="xiazairight yongtu">
<textarea placeholder='请输入' bindinput="use" />
</view>
</view>
<view class="xiazaiitem">
<view class="xizaileft">联系方式:</view>
<view class="xiazairight">
<input placeholder='请输入' bindinput="lianxiphone" />
</view>
</view>
<view class="quding" bindtap="surexiaquan">确定</view>
</view>
</view>
<view class="orderhead" >
<view class="orderheaditem {{ordersid==1?'orderactive':''}}" bindtap="ordersel" data-id="1">
全部
</view>
<view class="orderheaditem {{ordersid==2?'orderactive':''}}" bindtap="ordersel" data-id="2">
审核中
</view>
<view class="orderheaditem {{ordersid==3?'orderactive':''}}" bindtap="ordersel" data-id="3">
已通过
</view>
<view class="orderheaditem {{ordersid==4?'orderactive':''}}" bindtap="ordersel" data-id="4">
未通过
</view>
</view>
<!-- 全部订单 -->
<view class="orderhezi" >
<view class="nodata" wx:if="{{orderlist.length==0}}">暂无数据</view>
<view class="wanchengbox" wx:else>
<view class="finish">
<view class="finishitem" wx:for="{{orderlist}}" wx:key=''>
<view class="finishitemright">
<view class="finishitemrightbox">
<view class="finishitemritem" >
<view class="finishitemritemleft">
<image src="{{item.image}}"></image>
<image src="/img/duanvideo.png" class="shipintop"></image>
<image src="/img/duanvideo.png" class="shipinbot"></image>
</view>
<view class="finishitemright">
<view class="finishitemrighttop">
{{item.title}}
</view>
<view class="finishitemrighttop" style="color:#409FFE;font-size:32rpx;margin-top:28rpx">
{{item.status==0?'审核中':item.status==1?'审核通过':'审核未通过'}}
</view>
</view>
</view>
</view>
<view class="shenqingbox" wx:if="{{item.status==1}}">
<view class="sheqingboxitem" bindtap="xiazaiaddress" data-url="{{item.url}}" data-title="{{item.title}}">下载地址</view>
</view>
<view class="shenqingbox" wx:if="{{item.status==2}}">
<view class="sheqingboxitem" bindtap="repalyshen" data-id="{{item.video_id}}">重新申请</view>
</view>
</view>
</view>
</view>
</view>
</view>