order-confirm.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537
  1. <template>
  2. <view class="order-confirm">
  3. <view class="box address hflex acenter jbetween" @click="show_address = true">
  4. <image src="./static/address.png" mode="aspectFill"></image>
  5. <view class="address-text" v-if="JSON.stringify(address) == '{}'">收货地址</view>
  6. <view class="address-box vflex" v-else>
  7. <text>{{address.province}}{{address.city}}{{address.area}}{{address.address}}</text>
  8. <text>{{address.name}} {{address.mobile}}</text>
  9. </view>
  10. <u-icon name="arrow-right" color="#999999" size="14"></u-icon>
  11. </view>
  12. <view class="box good">
  13. <view class="title">商品</view>
  14. <view class="hflex good-detail">
  15. <image :src="detail.image" mode="aspectFill"></image>
  16. <view class="vflex center jbetween">
  17. <view class="name text_hide2">{{detail.name}}</view>
  18. <view class="spec" v-if="detail.spec">{{detail.spec}}</view>
  19. </view>
  20. <view class="right vflex aend">
  21. <view class="price">{{detail.price}}积分</view>
  22. <view class="num">X{{num}}</view>
  23. </view>
  24. </view>
  25. <view class="cell hflex acenter jbetween">
  26. <view class="label">优惠券</view>
  27. <view class="hflex acenter" @click="show_youhui = true">
  28. <view class="value">{{youhui_active == -1 ? '不使用' : youhui_list[youhui_active].coupon.name}}</view>
  29. <image src="static/down.png" mode="aspectFill"></image>
  30. </view>
  31. </view>
  32. <view class="cell hflex acenter jbetween" @click="show_vip = true">
  33. <view class="label">会员等级优惠</view>
  34. <view class="hflex acenter">
  35. <view class="value">{{vip_active == -1 ? '不使用' : '使用'}}</view>
  36. <image src="static/down.png" mode="aspectFill"></image>
  37. </view>
  38. </view>
  39. </view>
  40. <view class="box">
  41. <view class="hflex acenter jbetween cell">
  42. <view class="label">运费</view>
  43. <view class="value">包邮</view>
  44. </view>
  45. <view class="hflex acenter jbetween cell">
  46. <view class="label">订单总积分</view>
  47. <view class="value">{{detail.price * num }}</view>
  48. </view>
  49. <view class="hflex acenter jbetween cell">
  50. <view class="label">优惠积分</view>
  51. <view class="value">{{youhui}}</view>
  52. </view>
  53. <view class="hflex acenter jbetween cell">
  54. <view class="label">实付积分</view>
  55. <view class="value">{{total}}</view>
  56. </view>
  57. <view class="hflex acenter jbetween cell">
  58. <view class="label">备注信息</view>
  59. <u-input v-model="remarks" border="none" inputAlign="right" placeholder="选填"></u-input>
  60. </view>
  61. </view>
  62. <view style="height: 166rpx; "></view>
  63. <view class="bottom hflex acenter jend">
  64. <view class="money">总计<span class="money-text">{{total}}积分</span></view>
  65. <view class="btn" @click="submit">提交订单</view>
  66. </view>
  67. <u-popup :show="show_address" @close="toclose" mode="bottom" :round="13">
  68. <addressBox :index="select_address" :list="address_list" @close="toclose" @select="selectAddress"></addressBox>
  69. </u-popup>
  70. <u-popup :show="show_youhui" @close="toclose" mode="bottom" :round="13">
  71. <youhui :index="youhui_active" :list="youhui_list" @close="toclose" @select="selectyouhui"></youhui>
  72. </u-popup>
  73. <u-popup :show="show_vip" @close="toclose" mode="bottom" :round="13">
  74. <youhui :index="vip_active" type="vip" :list="vip_list" @close="toclose" @select="selectvip"></youhui>
  75. </u-popup>
  76. <u-popup :show="show_submit" @close="toclose" mode="center" :round="10">
  77. <view class="popu1 vflex acenter">
  78. <image src="static/success.png" mode="aspectFill"></image>
  79. <view class="success">提交成功</view>
  80. <view class="success-text">请前往添加客服微信</view>
  81. <view class="hflex acenter btns">
  82. <view class="btn1" @click="tosubmit">稍后添加</view>
  83. <view class="btn2" @click="show_wx = true">添加客服</view>
  84. </view>
  85. </view>
  86. </u-popup>
  87. <u-popup :show="show_wx" @close="tosubmit" mode="center" :round="10">
  88. <kefu-wx :wxcode="wxcode" @submit="tosubmit"></kefu-wx>
  89. </u-popup>
  90. </view>
  91. </template>
  92. <script>
  93. import addressBox from './components/addressbox.vue'
  94. import youhui from './components/youhui.vue'
  95. import kefuWx from './components/kefu-wx.vue'
  96. import $api from '@/static/js/api.js'
  97. export default {
  98. components: {
  99. addressBox,
  100. youhui,
  101. kefuWx
  102. },
  103. data() {
  104. return {
  105. address_list: [],
  106. address: {},
  107. show_address: false,
  108. detail: {},
  109. youhui_list: [],
  110. show_youhui: false,
  111. show_vip: false,
  112. youhui_active: -1,
  113. vip_list: [],
  114. vip_active: -1,
  115. remarks: '',
  116. show_submit: false,
  117. show_wx: false,
  118. wxcode: '',
  119. num: 1,
  120. total: 0,
  121. youhui: 0,
  122. order: {},
  123. select_address: -1,
  124. }
  125. },
  126. onLoad(options) {
  127. this.detail = JSON.parse(decodeURIComponent(options.good))
  128. this.num = options.num
  129. // this.getlist()
  130. // this.getcode()
  131. this.getyouhui()
  132. },
  133. onShow() {
  134. this.getlist()
  135. },
  136. methods: {
  137. getyouhui() {
  138. var that = this
  139. $api.req({
  140. url: 'user/coupon',
  141. data: {
  142. is_page: 0,
  143. is_expire: 0,
  144. is_use: 0,
  145. type: 'integral',
  146. goods_id: that.detail.id
  147. }
  148. }, function(res) {
  149. that.youhui_list = res.data
  150. })
  151. },
  152. getwxcode() {
  153. var that = this
  154. $api.req({
  155. url: 'config',
  156. data: {
  157. module: 'basic'
  158. }
  159. }, function(res) {
  160. that.wxcode = res.data.customer_service_qrcode
  161. })
  162. },
  163. count() {
  164. var _this = this
  165. $api.req({
  166. url: 'integral/order/calculate',
  167. method: 'POST',
  168. data: {
  169. goods_id: _this.detail.id,
  170. goods_count: _this.num,
  171. coupon_id: _this.youhui_active == -1 ? '0' : _this.youhui_list[_this.youhui_active].id,
  172. is_level_discount: _this.vip_active == -1 ? '0' : '1',
  173. address_id: _this.address ? _this.address.id : '0'
  174. }
  175. }, function(res) {
  176. if (res.code == 10000) {
  177. _this.total = res.data.price_data.pay_price
  178. _this.youhui = res.data.price_data.coupon_discount
  179. }
  180. })
  181. },
  182. tosubmit() {
  183. this.toclose()
  184. uni.redirectTo({
  185. url: '/pageB/order-detail?id=' + this.order.id
  186. })
  187. },
  188. submit() {
  189. var _this = this
  190. if (JSON.stringify(this.address) == '{}') {
  191. $api.info('请先选择收货地址')
  192. return
  193. }
  194. uni.showModal({
  195. title: '',
  196. content: '是否提交订单',
  197. success: function(res) {
  198. if (res.confirm) {
  199. $api.req({
  200. url: 'integral/order',
  201. method: 'POST',
  202. data: {
  203. goods_id: _this.detail.id,
  204. goods_count: _this.num,
  205. coupon_id: _this.youhui_active == -1 ? '0' : _this.youhui_list[
  206. _this.youhui_active].id,
  207. is_level_discount: _this.vip_active == -1 ? '0' : '1',
  208. address_id: _this.address ? _this.address.id : '0'
  209. }
  210. }, function(res) {
  211. if (res.code == 10000) {
  212. _this.show_submit = true
  213. _this.order = res.data
  214. _this.getwxcode()
  215. }
  216. })
  217. }
  218. }
  219. });
  220. },
  221. selectyouhui(e) {
  222. this.youhui_active = e
  223. this.count()
  224. this.toclose()
  225. },
  226. selectvip(e) {
  227. this.vip_active = e
  228. this.count()
  229. this.toclose()
  230. },
  231. getdata() {
  232. },
  233. selectAddress(e) {
  234. this.select_address = e
  235. this.address = this.address_list[e]
  236. this.toclose()
  237. },
  238. toclose() {
  239. this.show_address = false
  240. this.show_vip = false
  241. this.show_youhui = false
  242. this.show_submit = false
  243. this.show_wx = false
  244. },
  245. getlist() {
  246. var _this = this
  247. $api.req({
  248. url: 'address',
  249. method: 'GET',
  250. data: {
  251. is_page: 0
  252. }
  253. }, function(res) {
  254. if (res.code == 10000) {
  255. _this.address_list = res.data
  256. if (_this.address_list.length > 0) {
  257. _this.address = _this.address_list[0]
  258. }
  259. }
  260. _this.count()
  261. })
  262. },
  263. }
  264. }
  265. </script>
  266. <style lang="scss">
  267. .order-confirm::v-deep {
  268. background: #F4F4F4;
  269. padding: 20rpx 24rpx;
  270. box-sizing: border-box;
  271. min-height: 100vh;
  272. .popu1 {
  273. width: 510rpx;
  274. padding: 46rpx 0;
  275. .top {
  276. width: 100%;
  277. .top-title {
  278. font-size: 32rpx;
  279. font-family: PingFangSC, PingFang SC;
  280. font-weight: 600;
  281. color: #000000;
  282. text-align: center;
  283. padding-left: 100rpx;
  284. }
  285. image {
  286. width: 36rpx;
  287. height: 36rpx;
  288. }
  289. }
  290. .center {
  291. image {
  292. width: 310rpx;
  293. height: 310rpx;
  294. }
  295. text {
  296. font-size: 22rpx;
  297. font-family: PingFangSC, PingFang SC;
  298. font-weight: 400;
  299. color: rgba(0, 0, 0, .42);
  300. }
  301. }
  302. image {
  303. width: 78rpx;
  304. height: 78rpx;
  305. margin: 12rpx 36rpx;
  306. }
  307. .success {
  308. font-size: 30rpx;
  309. font-family: PingFangSC, PingFang SC;
  310. font-weight: 400;
  311. color: #000000;
  312. }
  313. .success-text {
  314. font-size: 24rpx;
  315. font-family: PingFangSC, PingFang SC;
  316. font-weight: 400;
  317. color: rgba(0, 0, 0, .6);
  318. padding: 8rpx 0 42rpx;
  319. }
  320. .btns {
  321. .btn1 {
  322. width: 204rpx;
  323. height: 72rpx;
  324. background: #E7E7E7;
  325. border-radius: 40rpx;
  326. font-size: 28rpx;
  327. font-family: PingFangSC, PingFang SC;
  328. font-weight: 400;
  329. color: #666666;
  330. line-height: 72rpx;
  331. text-align: center;
  332. }
  333. .btn2 {
  334. width: 204rpx;
  335. height: 72rpx;
  336. background: #00B0B0;
  337. border-radius: 40rpx;
  338. font-size: 28rpx;
  339. font-family: PingFangSC, PingFang SC;
  340. font-weight: 400;
  341. color: #FFFFFF;
  342. line-height: 72rpx;
  343. text-align: center;
  344. margin: 0 0 0 26rpx;
  345. }
  346. }
  347. }
  348. .bottom {
  349. position: fixed;
  350. bottom: 0;
  351. left: 0;
  352. width: 750rpx;
  353. height: 166rpx;
  354. background: #FFFFFF;
  355. box-sizing: border-box;
  356. padding: 12rpx 28rpx 68rpx;
  357. .money {
  358. font-size: 24rpx;
  359. font-family: PingFangSC, PingFang SC;
  360. font-weight: 400;
  361. color: #222222;
  362. .money-text {
  363. font-size: 40rpx;
  364. font-family: SFPro, SFPro;
  365. font-weight: 500;
  366. color: #FF4954;
  367. padding: 0 20rpx 0 12rpx;
  368. }
  369. }
  370. .btn {
  371. width: 232rpx;
  372. height: 86rpx;
  373. background: #00B0B0;
  374. border-radius: 44rpx;
  375. font-size: 32rpx;
  376. font-family: PingFangSC, PingFang SC;
  377. font-weight: 500;
  378. color: #FFFFFF;
  379. line-height: 86rpx;
  380. text-align: center;
  381. }
  382. }
  383. .box {
  384. background: #FFFFFF;
  385. border-radius: 16rpx;
  386. margin: 0 0 20rpx;
  387. padding: 28rpx 20rpx 0;
  388. .cell {
  389. padding: 0 0 36rpx;
  390. .label {
  391. font-size: 28rpx;
  392. font-family: PingFangSC, PingFang SC;
  393. font-weight: 400;
  394. color: #222222;
  395. }
  396. .value {
  397. font-size: 28rpx;
  398. font-family: PingFangSC, PingFang SC;
  399. font-weight: 400;
  400. color: #333333;
  401. }
  402. image {
  403. width: 28rpx;
  404. height: 28rpx;
  405. margin: 0 0 0 16rpx;
  406. }
  407. }
  408. }
  409. .good {
  410. padding: 24rpx 20rpx;
  411. box-sizing: border-box;
  412. .title {
  413. font-size: 32rpx;
  414. font-family: PingFangSC, PingFang SC;
  415. font-weight: 500;
  416. color: #222222;
  417. padding: 0 0 26rpx;
  418. }
  419. .good-detail {
  420. padding: 0 0 40rpx;
  421. .right {
  422. .price {
  423. font-size: 28rpx;
  424. font-family: SFPro, SFPro;
  425. font-weight: 500;
  426. color: #FF4954;
  427. }
  428. .num {
  429. font-size: 24rpx;
  430. font-family: SFPro, SFPro;
  431. font-weight: 400;
  432. color: #999999;
  433. padding: 18rpx 0 0;
  434. }
  435. }
  436. image {
  437. width: 160rpx;
  438. height: 160rpx;
  439. margin: 0 20rpx 0 0;
  440. }
  441. .center {
  442. width: 330rpx;
  443. .name {
  444. font-size: 28rpx;
  445. font-family: PingFangSC, PingFang SC;
  446. font-weight: 400;
  447. color: #222222;
  448. }
  449. .spec {
  450. max-width: max-content;
  451. background: #F3F3F3;
  452. border-radius: 6rpx;
  453. font-size: 20rpx;
  454. font-family: SFPro, SFPro;
  455. font-weight: 400;
  456. color: #222222;
  457. padding: 6rpx 18rpx;
  458. margin: 16rpx 0 0;
  459. }
  460. }
  461. }
  462. }
  463. .address {
  464. padding: 28rpx;
  465. width: 100%;
  466. box-sizing: border-box;
  467. image {
  468. width: 32rpx;
  469. height: 32rpx;
  470. margin: 0 16rpx 0 0;
  471. }
  472. .address-box {
  473. width: 550rpx;
  474. text:first-child {
  475. font-size: 30rpx;
  476. font-family: PingFangSC, PingFang SC;
  477. font-weight: 600;
  478. color: #222222;
  479. }
  480. text:last-child {
  481. font-size: 24rpx;
  482. font-family: JDZhengHT, JDZhengHT;
  483. font-weight: 300;
  484. color: #666666;
  485. padding: 10rpx 0 0;
  486. }
  487. }
  488. .address-text {
  489. width: 550rpx;
  490. font-size: 28rpx;
  491. font-family: PingFangSC, PingFang SC;
  492. font-weight: 500;
  493. color: #333333;
  494. }
  495. }
  496. }
  497. </style>