order.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638
  1. <template>
  2. <view class="back">
  3. <!-- 地址 -->
  4. <view class="address">
  5. <view class="u-flex u-row-between">
  6. <view class="add">102 Huangjiao Road,</view>
  7. <u-icon name="arrow-right" size='16'></u-icon>
  8. </view>
  9. <view class="info">
  10. <text>Curtis Morris</text>
  11. <text style="margin-left: 20rpx;">041***8314</text>
  12. </view>
  13. </view>
  14. <!-- 商品 -->
  15. <view class="shop">
  16. <view class="">
  17. <image src="../static/images/logo.png" style="width: 38rpx;height: 38rpx;" mode=""></image>
  18. <text class="name">灰妈团购🔥</text>
  19. </view>
  20. <view class="u-flex" style="margin-top: 32rpx;">
  21. <image src="../static/images/logo.png" style="width: 184rpx;height: 184rpx;" mode=""></image>
  22. <view class=" "
  23. style="margin-left: 20rpx;flex-direction: column;justify-content: space-between;height: 184rpx;display: flex;">
  24. <view class="">
  25. <text>鲜活黑虎虾 越冬虾 1kg 35-48只</text>
  26. <view class="weight">黑虎虾 10kg</view>
  27. </view>
  28. <view class="u-flex u-row-between">
  29. <text class="money">¥528.5</text>
  30. <u-number-box v-model="value">
  31. <!-- <view class="bu"> -->
  32. <view slot="minus" class="">
  33. <u-icon name="minus" size="12"></u-icon>
  34. </view>
  35. <text slot="input" style="width: 40px;text-align: center;" class="input">{{value}}</text>
  36. <view slot="plus" class="">
  37. <u-icon name="plus" size="12"></u-icon>
  38. </view>
  39. <!-- </view> -->
  40. </u-number-box>
  41. </view>
  42. </view>
  43. </view>
  44. </view>
  45. <!-- 物流 -->
  46. <view class="logistics u-flex u-row-between">
  47. <text style="font-weight: 600;">跨境物流</text>
  48. <view class="u-flex" @click="show = true">
  49. <text class="change">请选择</text>
  50. <u-icon name="arrow-right" size='16'></u-icon>
  51. </view>
  52. </view>
  53. <!-- 推荐 -->
  54. <view class="recommend">
  55. <view class="top">
  56. <image src="static/images/recommend.png" style="width: 124rpx;height: 30rpx;" mode=""></image>
  57. </view>
  58. <view class="bottom">
  59. <scroll-view scroll-x class="u-flex" style="column: gap 28rpx; display: flex;">
  60. <view class="u-flex">
  61. <view class="" v-for="(item,idx) in 6" :key="idx">
  62. <image src="../static/images/logo.png" style="width: 156rpx;height: 156rpx;" mode="">
  63. </image>
  64. <view class="title">Lemmycree/莱 米可蕊 洁净…</view>
  65. <view class="">¥26.9</view>
  66. </view>
  67. </view>
  68. </scroll-view>
  69. </view>
  70. </view>
  71. <!-- 商品相关 -->
  72. <view class="abount" style="margin-top: 20rpx;">
  73. <view class="u-flex u-row-between" style='margin-bottom:40rpx'>
  74. <view class="name">商品金额</view>
  75. <view class="money">¥2642.5</view>
  76. </view>
  77. <view class="u-flex u-row-between">
  78. <view class="name">商品总重</view>
  79. <view class="money">300kg</view>
  80. </view>
  81. <view class="back u-flex">
  82. <image src="static/images/warning.png" style="width: 32rpx;height: 32rpx;" mode=""></image>
  83. <text style="margin-left: 12rpx;">购买到378-380kg单价¥21,会更优惠</text>
  84. </view>
  85. <view class="u-flex u-row-between" style='margin-bottom:40rpx'>
  86. <view class="name">每公斤费用</view>
  87. <view class="money">¥24</view>
  88. </view>
  89. <view class="u-flex u-row-between">
  90. <view class="name">运费</view>
  91. <view class="money">¥100.00</view>
  92. </view>
  93. <view class="zong u-flex u-row-right">
  94. <view class="">
  95. <text class="small">小计</text>
  96. <text class="mon">¥2642.5</text>
  97. </view>
  98. </view>
  99. </view>
  100. <view class="" style="height: 166rpx;"></view>
  101. <view class="btn u-flex u-row-right">
  102. <view class="">
  103. <text class="kg">共39kg,</text>
  104. <text>合计:</text>
  105. <text class="money">¥2792.5</text>
  106. </view>
  107. <view class="order" @click="topay">
  108. 提交订单
  109. </view>
  110. </view>
  111. <!-- 跨境物流 -->
  112. <u-popup :show="show" @close="close" @open="open" mode="bottom" closeIconPos='top-right' round='28'>
  113. <view style="padding: 40rpx 28rpx;box-sizing:border-box;">
  114. <view class="poptitle">
  115. 跨境物流
  116. </view>
  117. <view class="u-flex u-row-between" style="margin-top: 60rpx;flex-wrap: wrap;">
  118. <view :class="index==idx?'active':'unactive'" v-for="(item,idx) in 6" @click="change(idx)"
  119. style="display: flex;flex-direction: column;align-items: center;justify-content: center;margin-bottom: 28rpx;position: relative;">
  120. <image v-if="index==idx" src="static/images/change.png"
  121. style="width: 36rpx;height: 32rpx;position: absolute;top: 0;right: 0;" mode=""></image>
  122. <view class="logname">海运散货</view>
  123. <view class="wei">¥12/kg</view>
  124. </view>
  125. </view>
  126. <view class="nextto" @click="next">下一步</view>
  127. </view>
  128. </u-popup>
  129. <!-- 跨境物流下一步 -->
  130. <u-popup :safeAreaInsetTop='true' :show="show1" @close="close" @open="open" mode="bottom"
  131. closeIconPos='top-right' round='28' bgColor='#F4F4F4'>
  132. <view style="padding: 40rpx 28rpx;box-sizing:border-box;position: relative;">
  133. <view class="poptitle">
  134. 跨境物流
  135. </view>
  136. <!-- <scroll-view :scroll-y="true" style="500rpx"> -->
  137. <view class="transport" style="margin-top: 32rpx;" @click="activea(idx)" v-for="(item,idx) in 5">
  138. <view class="u-flex u-row-between">
  139. <text class="yundate">发柜日期 2023-12-09</text>
  140. <image v-if="datechan==idx" src="/pageA/static/images/active.png"
  141. style="width: 36rpx;height: 36rpx;" mode=""></image>
  142. <image v-else src="/pageA/static/images/unactive.png" style="width: 36rpx;height: 36rpx;"
  143. mode=""></image>
  144. </view>
  145. <view class="u-flex u-row-between" style="margin-top: 28rpx;">
  146. <view class="chest">
  147. <text>2号海运柜</text>
  148. <text style="margin: 0 16rpx;">|</text>
  149. <text>预计到达时间22个工作日</text>
  150. </view>
  151. <view class="mone">
  152. <text>¥</text>
  153. <text style="font-size: 32rpx;">1820</text>
  154. </view>
  155. </view>
  156. </view>
  157. <!-- </scroll-view> -->
  158. <view class="" style="height: 166rpx;"></view>
  159. <view class="enbottom u-flex u-row-between">
  160. <view class="cancel" @click="close">取消</view>
  161. <view class="confirm" @click="confirm">确定</view>
  162. </view>
  163. </view>
  164. </u-popup>
  165. </view>
  166. </template>
  167. <script>
  168. export default {
  169. data() {
  170. return {
  171. value: 1,
  172. show: false,
  173. index: '',
  174. show1: false,
  175. datechan: ''
  176. };
  177. },
  178. methods: {
  179. change(index) {
  180. this.index = index
  181. },
  182. next() {
  183. this.show = false
  184. this.show1 = true
  185. },
  186. activea(idx) {
  187. this.datechan = idx
  188. },
  189. //确定
  190. confirm() {
  191. this.show1 = false
  192. },
  193. // 取消
  194. close() {
  195. this.show = false
  196. this.show1 = false
  197. },
  198. //提交订单
  199. topay(){
  200. uni.navigateTo({
  201. url:'/pageA/payorder'
  202. })
  203. }
  204. }
  205. }
  206. </script>
  207. <style lang="scss" scoped>
  208. .confirm {
  209. width: 398rpx;
  210. height: 84rpx;
  211. background: #F83224;
  212. border-radius: 42rpx;
  213. text-align: center;
  214. font-family: PingFangSC, PingFang SC;
  215. font-weight: 500;
  216. font-size: 32rpx;
  217. color: #FFFFFF;
  218. line-height: 84rpx;
  219. text-align: center;
  220. font-style: normal;
  221. }
  222. .cancel {
  223. width: 280rpx;
  224. height: 84rpx;
  225. border-radius: 42rpx;
  226. border: 2rpx solid rgba(151, 151, 151, 0.3);
  227. font-family: PingFangSC, PingFang SC;
  228. font-weight: 400;
  229. font-size: 32rpx;
  230. color: #444444;
  231. line-height: 84rpx;
  232. text-align: center;
  233. font-style: normal;
  234. }
  235. .enbottom {
  236. width: 750rpx;
  237. height: 166rpx;
  238. background: #FFFFFF;
  239. position: absolute;
  240. left: 0rpx;
  241. bottom: 0;
  242. padding: 0 24rpx;
  243. box-sizing: border-box;
  244. }
  245. .mone {
  246. font-family: JDZhengHT, JDZhengHT;
  247. font-weight: 400;
  248. font-size: 26rpx;
  249. color: #F83224;
  250. line-height: 32rpx;
  251. text-align: left;
  252. font-style: normal;
  253. }
  254. .yundate {
  255. font-family: PingFangSC, PingFang SC;
  256. font-weight: 600;
  257. font-size: 32rpx;
  258. color: #333333;
  259. line-height: 44rpx;
  260. text-align: left;
  261. font-style: normal;
  262. }
  263. .chest {
  264. font-family: SFPro, SFPro;
  265. font-weight: 400;
  266. font-size: 24rpx;
  267. color: #555555;
  268. line-height: 28rpx;
  269. text-align: left;
  270. font-style: normal;
  271. }
  272. .act {
  273. width: 702rpx;
  274. height: 164rpx;
  275. background: #FFFFFF;
  276. border-radius: 12rpx;
  277. padding: 24rpx 20rpx;
  278. box-sizing: border-box;
  279. border: 1rpx solid #F83224;
  280. }
  281. .transport {
  282. width: 702rpx;
  283. height: 164rpx;
  284. background: #FFFFFF;
  285. border-radius: 12rpx;
  286. padding: 24rpx 20rpx;
  287. box-sizing: border-box;
  288. }
  289. .nextto {
  290. width: 702rpx;
  291. height: 84rpx;
  292. background: #F83224;
  293. border-radius: 44rpx;
  294. font-family: PingFangSC, PingFang SC;
  295. font-weight: 500;
  296. font-size: 32rpx;
  297. color: #FFFFFF;
  298. line-height: 84rpx;
  299. text-align: center;
  300. font-style: normal;
  301. margin-top: 108rpx;
  302. }
  303. .logname {
  304. font-family: PingFangSC, PingFang SC;
  305. font-weight: 400;
  306. font-size: 28rpx;
  307. color: #333333;
  308. line-height: 40rpx;
  309. text-align: right;
  310. font-style: normal;
  311. }
  312. .wei {
  313. font-family: JDZhengHT, JDZhengHT;
  314. font-weight: 400;
  315. font-size: 32rpx;
  316. color: #F83224;
  317. line-height: 40rpx;
  318. text-align: right;
  319. font-style: normal;
  320. margin-top: 8rpx;
  321. }
  322. .active {
  323. width: 218rpx;
  324. height: 148rpx;
  325. background: rgba(247, 50, 36, 0.05);
  326. border-radius: 8rpx;
  327. border: 1rpx solid #F83224;
  328. }
  329. .unactive {
  330. width: 218rpx;
  331. height: 148rpx;
  332. border-radius: 12rpx;
  333. border: 1rpx solid #C3C3C3;
  334. }
  335. .poptitle {
  336. width: 142rpx;
  337. height: 50rpx;
  338. font-family: PingFangSC, PingFang SC;
  339. font-weight: 600;
  340. font-size: 36rpx;
  341. color: #333333;
  342. text-align: center;
  343. width: 100%;
  344. }
  345. .back {
  346. background: rgba(244, 244, 244, 1);
  347. padding: 20rpx 24rpx;
  348. box-sizing: border-box;
  349. .btn {
  350. width: 750rpx;
  351. height: 166rpx;
  352. background: #FFFFFF;
  353. box-shadow: 0rpx -1rpx 0rpx 0rpx rgba(0, 0, 0, 0.05);
  354. position: fixed;
  355. bottom: 0;
  356. left: 0;
  357. padding: 0 24rpx 5rpx 5rpx;
  358. box-sizing: border-box;
  359. .money {
  360. font-family: HarmonyOS_Sans_Medium;
  361. font-size: 48rpx;
  362. color: #F83224;
  363. line-height: 38rpx;
  364. text-align: left;
  365. font-style: normal;
  366. }
  367. .kg {
  368. font-family: PingFangSC, PingFang SC;
  369. font-weight: 400;
  370. font-size: 24rpx;
  371. color: #333333;
  372. line-height: 34rpx;
  373. text-align: left;
  374. font-style: normal;
  375. }
  376. .order {
  377. width: 232rpx;
  378. height: 80rpx;
  379. background: #F83224;
  380. border-radius: 40rpx;
  381. font-family: PingFangTC, PingFangTC;
  382. font-weight: 500;
  383. font-size: 32rpx;
  384. color: #FFFFFF;
  385. line-height: 80rpx;
  386. text-align: center;
  387. font-style: normal;
  388. margin-left: 20rpx;
  389. }
  390. }
  391. //商品相关
  392. .abount {
  393. padding: 28rpx 24rpx;
  394. box-sizing: border-box;
  395. background: #FFFFFF;
  396. border-radius: 16rpx;
  397. width: 702rpx;
  398. .zong {
  399. width: 654rpx;
  400. padding: 22rpx 0 0 0;
  401. border-top: 2rpx solid #979797;
  402. margin-top: 32rpx;
  403. .small {
  404. font-family: PingFangTC, PingFangTC;
  405. font-weight: 400;
  406. font-size: 24rpx;
  407. color: #444444;
  408. line-height: 34rpx;
  409. text-align: left;
  410. font-style: normal;
  411. }
  412. .mon {
  413. font-family: HarmonyOS_Sans_Medium;
  414. font-size: 28rpx;
  415. color: #F83224;
  416. line-height: 38rpx;
  417. text-align: left;
  418. font-style: normal;
  419. margin-left: 12rpx;
  420. }
  421. }
  422. .back {
  423. background: rgba(244, 244, 244, 1);
  424. padding: 22rpx 16rpx;
  425. box-sizing: border-box;
  426. margin-top: 10rpx;
  427. margin-bottom: 20rpx;
  428. }
  429. .name {
  430. font-family: PingFangSC, PingFang SC;
  431. font-weight: 400;
  432. font-size: 28rpx;
  433. color: #333333;
  434. line-height: 40rpx;
  435. text-align: left;
  436. font-style: normal;
  437. }
  438. .money {
  439. font-family: HarmonyOS_Sans_Medium;
  440. font-size: 28rpx;
  441. color: #222222;
  442. line-height: 38rpx;
  443. text-align: left;
  444. font-style: normal;
  445. }
  446. }
  447. .recommend {
  448. margin-top: 20rpx;
  449. .title {
  450. font-family: PingFangSC, PingFang SC;
  451. font-weight: 400;
  452. font-size: 22rpx;
  453. color: #222222;
  454. line-height: 32rpx;
  455. text-align: left;
  456. font-style: normal;
  457. width: 148rpx;
  458. }
  459. .top {
  460. width: 702rpx;
  461. height: 64rpx;
  462. background: linear-gradient(180deg, #FFE7E3 0%, rgba(255, 255, 255, 1) 100%);
  463. border-radius: 16rpx 16rpx 0 0;
  464. padding: 24rpx 22rpx;
  465. box-sizing: border-box;
  466. }
  467. .bottom {
  468. padding: 0 20rpx 22rpx;
  469. box-sizing: border-box;
  470. background: #fff;
  471. }
  472. }
  473. //物流
  474. .logistics {
  475. width: 702rpx;
  476. height: 96rpx;
  477. background: #FFFFFF;
  478. border-radius: 16rpx;
  479. padding: 28rpx 22rpx;
  480. box-sizing: border-box;
  481. margin-top: 20rpx;
  482. .change {
  483. font-family: PingFangSC, PingFang SC;
  484. font-weight: 400;
  485. font-size: 28rpx;
  486. color: #F83224;
  487. line-height: 40rpx;
  488. text-align: left;
  489. font-style: normal;
  490. margin-right: 8rpx;
  491. }
  492. }
  493. //商城
  494. .shop {
  495. width: 702rpx;
  496. // height: 322rpx;
  497. background: #FFFFFF;
  498. border-radius: 16rpx;
  499. padding: 30rpx 24rpx;
  500. margin-top: 20rpx;
  501. box-sizing: border-box;
  502. .bu {
  503. width: 120rpx;
  504. height: 40rpx;
  505. border-radius: 20rpx;
  506. border: 1rpx solid rgba(151, 151, 151, 0.3);
  507. }
  508. .money {
  509. font-family: HarmonyOS_Sans_Medium;
  510. font-size: 24rpx;
  511. color: #F83224;
  512. line-height: 34rpx;
  513. text-align: left;
  514. font-style: normal;
  515. }
  516. .name {
  517. font-family: PingFangSC, PingFang SC;
  518. font-weight: 400;
  519. font-size: 30rpx;
  520. color: #222222;
  521. line-height: 42rpx;
  522. text-align: left;
  523. font-style: normal;
  524. margin-left: 10rpx;
  525. }
  526. .weight {
  527. font-family: PingFangSC, PingFang SC;
  528. font-weight: 400;
  529. font-size: 24rpx;
  530. color: #222222;
  531. line-height: 34rpx;
  532. text-align: left;
  533. font-style: normal;
  534. margin-top: 16rpx;
  535. }
  536. }
  537. // 地址
  538. .address {
  539. width: 702rpx;
  540. // height: 182rpx;
  541. background: #FFFFFF;
  542. border-radius: 16rpx;
  543. padding: 32rpx 24rpx;
  544. box-sizing: border-box;
  545. .add {
  546. font-family: SFPro, SFPro;
  547. font-weight: 500;
  548. font-size: 32rpx;
  549. color: #222222;
  550. line-height: 36rpx;
  551. text-align: left;
  552. font-style: normal;
  553. }
  554. .info {
  555. font-family: SFPro, SFPro;
  556. font-weight: 400;
  557. font-size: 24rpx;
  558. color: #555555;
  559. line-height: 28rpx;
  560. text-align: left;
  561. font-style: normal;
  562. margin-top: 20rpx;
  563. }
  564. }
  565. }
  566. .minus {
  567. width: 22px;
  568. height: 22px;
  569. border-width: 1px;
  570. border-color: #E6E6E6;
  571. border-style: solid;
  572. border-top-left-radius: 100px;
  573. border-top-right-radius: 100px;
  574. border-bottom-left-radius: 100px;
  575. border-bottom-right-radius: 100px;
  576. @include flex;
  577. justify-content: center;
  578. align-items: center;
  579. }
  580. .input {
  581. padding: 0 10px;
  582. }
  583. .plus {
  584. width: 22px;
  585. height: 22px;
  586. background-color: #FF0000;
  587. border-radius: 50%;
  588. /* #ifndef APP-NVUE */
  589. display: flex;
  590. /* #endif */
  591. justify-content: center;
  592. align-items: center;
  593. }
  594. </style>