order.vue 16 KB

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