sureorder.vue
6.4 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
202
203
204
205
206
207
208
209
210
211
212
213
214
<template>
<view class="content">
<view class="sureordertop flextwo">
<view class="addresstop ">
<view class="addressname flexone">
<view class="sureordername">
名字XX
</view>
<view class="sureorderphone">15822187563</view>
</view>
<view class="addresstitle">
天津西青区XXXXXXXXXXXXXXXXXXXXXXXX
</view>
</view>
<view class="yourowk">
<image src="../../static/yourowk.png" mode=""></image>
</view>
</view>
<view class="sureshop">
<view class="sureorderbox flexone">
<view class="sureimg">
<image src="../../static/nearshop.png" mode=""></image>
</view>
<view class="sureshopname">红大地面品厂</view>
</view>
<view class="sureorderitem flex">
<view class="sureorderitemleft">
<image src="../../static/goodtailtop.png" mode=""></image>
</view>
<view class='shuright'>
<view class="suregoodname">商品名称商品名称商品名称商
品名称商品名称商品名称商品名称商品名称
</view>
<view class="surebot flextwo">
<view class="saleprice">¥288</view>
<view class="weightnumk flexone">
<view class="weightnumkleft leftk">
<image src="../../static/addimg.png" mode=""></image>
</view>
<view class="detailnum">1</view>
<view class="weightnumkleft rightk">
<image src="../../static/reduceimg.png" mode=""></image>
</view>
</view>
</view>
</view>
</view>
</view>
<view class="delivery flextwo">
<view class="deliveryleft">配送服务</view>
<view class="deliveryright flexone">
<view class="deliveryname">快递配送</view>
<view class='yourow'>
<image src="../../static/yourowk.png" mode=""></image>
</view>
</view>
</view>
<view class="delivery markcontent">
<view class='markname'>店铺备注</view>
<view class="marktext">
<textarea value="" placeholder="选填,给商家留言" />
</view>
</view>
<view class="delivery flextwo markcontent">
<view class="deliveryleft flexone">
<view class='jifen'>可用积分抵扣50</view>
<view class="jifenimg">
<image src="../../static/gantan.png" mode=""></image>
</view>
</view>
<view class="deliveryname">请输入抵扣积分</view>
</view>
<view class="delivery flextwo markcontent">
<view class="deliveryleft flexone">
<view class='jifen'>优惠劵</view>
<view class="jifenimg">
<image src="../../static/gantan.png" mode=""></image>
</view>
</view>
<view class="deliveryname">满200减99优惠券</view>
</view>
<view class="delivery markcontent">
<view class="deliveryitem flextwo">
<view class='deliveryitemname'>商品金额</view>
<view class='deliveryitemname moneyright'>¥2600.00</view>
</view>
<view class="deliveryitem flextwo">
<view class='deliveryitemname'>积分抵扣</view>
<view class='deliveryitemname moneyright'>¥2600.00</view>
</view>
<view class="deliveryitem flextwo">
<view class='deliveryitemname'>优惠券</view>
<view class='deliveryitemname moneyright'>¥2600.00</view>
</view>
<view class="deliveryitem flextwo">
<view class='deliveryitemname'>运费</view>
<view class='deliveryitemname moneyright'>¥2600.00</view>
</view>
</view>
<view class="delivery peidelivery flextwo">
<view class="deliveryleft">配送服务</view>
<view class="deliverymoney">¥2560.00</view>
</view>
<view class="huiyuanbot boxsizing">
<view class="behuiyuanbtn">确认支付</view>
</view>
<!-- 购买弹层 -->
<view class="register" @click="hidebuy" v-if="buyshow">
<view class="buywrap boxsizing">
<view class="buyname">订单总额</view>
<view class="buymoney">3600</view>
<view class='buybox'>
<view class="buyitem boxsizing flextwo">
<view class="buyitemleft flexone">
<view class="buyleftimg">
<image src="../../static/zhifubao.png" mode=""></image>
</view>
<view class="buyitemname">支付宝</view>
</view>
<view class="selimg">
<image src="../../static/selactive.png" mode=""></image>
</view>
</view>
<view class="buyitem boxsizing flextwo">
<view class="buyitemleft flexone">
<view class="buyleftimg">
<image src="../../static/weixin.png" mode=""></image>
</view>
<view class="buyitemname">微信支付</view>
</view>
<view class="selimg">
<image src="../../static/selactive.png" mode=""></image>
</view>
</view>
<view class="buyitem boxsizing flextwo">
<view class="buyitemleft flexone">
<view class="buyleftimg">
<image src="../../static/yue.png" mode=""></image>
</view>
<view class="buyitemname">余额支付</view>
</view>
<view class="selimg">
<image src="../../static/selactive.png" mode=""></image>
</view>
</view>
<view class="buyitem boxsizing flextwo">
<view class="buyitemleft flexone">
<view class="buyleftimg">
<image src="../../static/baitiao.png" mode=""></image>
</view>
<view class="buyitemname">白条支付</view>
</view>
<view class="selimg">
<image src="../../static/selactive.png" mode=""></image>
</view>
</view>
</view>
<view class="buybtn">确认支付(¥2560.00)</view>
</view>
</view>
<!-- 优惠券使用规则 -->
<view class='register' v-if="couponrule">
<view class="couponrule">
<view class='coupontitle'>优惠券使用规则</view>
<view class="coupontext">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Aenean euismod bibendum laoreet. Proin gravida dolor
sit amet lacus accumsan et viverra justo commodo. Proin sodales pulvinar sic tempor. Sociis natoque penatibus et magnis dis
parturient penatibus et magnis dis parturient
</view>
<view class="know" @click="know">我知道了</view>
</view>
</view>
</view>
</template>
<script>
import app from "../../App.vue";
export default {
data() {
return {
buyshow: false,
couponrule:false
}
},
onLoad() {
},
methods: {
know(){
this.couponrule=false
}
}
}
</script>
<style>
@import url('../../base/nearshop');
@import url('../../base/homepage');
page{
background: #F8F6F9;
}
</style>