end.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576
  1. <template>
  2. <!-- 寄快递 -->
  3. <view class="" style="padding: 0 24rpx;">
  4. <view style="position: relative;padding-bottom: 20rpx;">
  5. <!-- 自定义导航栏 -->
  6. <image src="/static/images/index/back.png"
  7. style="width: 750rpx;height: 1200rpx;position: absolute;top: 0;z-index: -1;left:-24rpx;" mode="">
  8. </image>
  9. <u-navbar :autoBack='true' title='寄快递' bgColor="rgba(248, 50, 36, 0.2)" :placeholder='true' :safeAreaInsetTop="true"
  10. style="position: absolute;z-index: 110;background-color: rgba(0,0,0,0);">
  11. <view class="u-nav-slot" slot="left" style="display: flex;">
  12. <u-icon name="arrow-left" color="rgba(0, 0, 0, 1)" size="24" @click="uni.navigateBack()"></u-icon>
  13. </view>
  14. </u-navbar>
  15. <!-- 邮寄地址 -->
  16. <view class="mail">
  17. <view class="u-flex u-row-around" style="margin-top: 40rpx;padding: 0 80rpx;">
  18. <view class="flexc">
  19. <view class="entrepotname">东莞仓库</view>
  20. <view class="adda">陈盼盼</view>
  21. </view>
  22. <image src="/pageB/static/images/arrows.png" style="width: 130rpx;height: 10rpx;" mode=""></image>
  23. <view class="flexc">
  24. <view class="entrepotname">澳大利亚</view>
  25. <view class="adda">Curtis Morris</view>
  26. </view>
  27. </view>
  28. <view class="boxinfo">
  29. <view class="">
  30. <text class="abouta">{{i18n.typeof}}:</text>
  31. <text class="abouta" style='color:rgba(34, 34, 34, 1)'>日用品</text>
  32. <text class="abouta" style='margin:0 16rpx'>|</text>
  33. <text class="abouta">{{i18n.weight}}:</text>
  34. <text class="abouta" style='color:rgba(34, 34, 34, 1)'>30.00kg</text>
  35. <text class="abouta" style='margin:0 16rpx'>|</text>
  36. <text class="abouta">{{i18n.number}}:</text>
  37. <text class="abouta" style='color:rgba(34, 34, 34, 1)'>20件</text>
  38. </view>
  39. <view class="" style="margin-top: 20rpx;">
  40. <text class="abouta">{{i18n.flow}}:</text>
  41. <text class="abouta" style='color:rgba(34, 34, 34, 1)'>{{i18n.Marinetank}}</text>
  42. </view>
  43. </view>
  44. </view>
  45. <!-- 地址 -->
  46. <view class="address">
  47. <view class="left u-flex" style="display: flex;" @click="send">
  48. <view class="u-row-between left" style="display: flex;flex-direction: column;">
  49. <image src="/static/express/ji.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  50. <image src="/static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode="">
  51. </image>
  52. </view>
  53. <view class=" u-row-between left"
  54. style="flex: 1;margin-left: 28rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08) ;display: flex;">
  55. <view class="u-row-between " style="">
  56. <view class="pople">{{i18n.sender}}</view>
  57. <view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
  58. </view>
  59. <view class="u-flex">
  60. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  61. <text class="right">{{i18n.addressbook}}</text>
  62. </view>
  63. </view>
  64. </view>
  65. <view class="left u-flex"
  66. style="display: flex;margin-top: 26rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08)" @click="recipe">
  67. <view class="u-row-between left" style="display: flex;flex-direction: column;">
  68. <image src="/static/express/shou.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  69. <!-- <image src="../../static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode=""> -->
  70. </image>
  71. </view>
  72. <view class=" u-row-between left" style="flex: 1;margin-left: 28rpx;display: flex;">
  73. <view class="u-row-between " style="">
  74. <view class="pople">{{i18n.recipient}}</view>
  75. <view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
  76. </view>
  77. <view class="u-flex">
  78. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  79. <text class="right">{{i18n.addressbook}}</text>
  80. </view>
  81. </view>
  82. </view>
  83. </view>
  84. <!-- 快递服务 -->
  85. <view class="wup u-flex u-row-between">
  86. <view>{{i18n.Expressservice}}</view>
  87. <view class="u-flex" @click="toexpress">
  88. <view class="selection">{{expname||i18n.selection}}</view>
  89. <image src="../static/express/next1.png" style="width: 30rpx;height: 30rpx;" mode=""></image>
  90. </view>
  91. </view>
  92. <!-- 下一步 -->
  93. <view class="next u-flex-between" style="display: flex;">
  94. <!-- <view class="" style="flex: 1;">
  95. <view class="sum">
  96. <text>预估总价</text>
  97. <text style="color: rgba(248, 50, 36, 1);">¥ - -</text>
  98. </view>
  99. <view class="deal u-flex" style="margin-top: 16rpx;">
  100. <u-checkbox-group shape='circle' v-model="checkboxValue1" placement="column" @change="checkboxChange">
  101. <u-checkbox :customStyle="{marginBottom: '8px',marginTop:'5px'}" :name="deal" >
  102. </u-checkbox>
  103. </u-checkbox-group>
  104. <text>我阅读并同意</text>
  105. <text style="color: rgba(248, 50, 36, 1);">《国际快递服务协议》</text>
  106. </view>
  107. </view> -->
  108. <view class="tonext " style="" @click="payorder">
  109. {{i18n.Orderconfirmation}}
  110. </view>
  111. </view>
  112. </view>
  113. </view>
  114. </template>
  115. <script>
  116. export default {
  117. data() {
  118. return {
  119. deal: -1,
  120. checkboxValue1: [],
  121. expname: ''
  122. }
  123. },
  124. onLoad(options) {
  125. },
  126. computed: {
  127. i18n() {
  128. return this.$t('index')
  129. }
  130. },
  131. methods: {
  132. send() {
  133. uni.navigateTo({
  134. url: '/pageB/Senderinfor'
  135. })
  136. },
  137. recipe() {
  138. uni.navigateTo({
  139. url: '/pageB/recipientinfo'
  140. })
  141. },
  142. payorder(){
  143. uni.navigateTo({
  144. url:'/pageA/payorder'
  145. })
  146. },
  147. checkboxChange(n) {
  148. console.log('change', n);
  149. },
  150. toexpress() {
  151. uni.navigateTo({
  152. url: '/pageB/expresstype',
  153. events: {
  154. todcp: (res) => {
  155. this.expname = res
  156. }
  157. }
  158. })
  159. }
  160. }
  161. }
  162. </script>
  163. <style lang="scss" scoped>
  164. .selection {
  165. font-family: PingFangSC, PingFang SC;
  166. font-weight: 400;
  167. font-size: 28rpx;
  168. color: #666666;
  169. line-height: 40rpx;
  170. text-align: left;
  171. font-style: normal;
  172. }
  173. .mail {
  174. width: 702rpx;
  175. height: 332rpx;
  176. background: #FFFFFF;
  177. border-radius: 16rpx;
  178. margin-top: 38rpx;
  179. padding: 1rpx 20rpx 28rpx;
  180. box-sizing: border-box;
  181. .abouta {
  182. font-family: PingFangSC, PingFang SC;
  183. font-weight: 400;
  184. font-size: 24rpx;
  185. color: #777777;
  186. line-height: 34rpx;
  187. text-align: left;
  188. font-style: normal;
  189. }
  190. .boxinfo {
  191. margin-top: 26rpx;
  192. width: 662rpx;
  193. height: 148rpx;
  194. background: #F4F4F4;
  195. border-radius: 12rpx;
  196. padding: 28rpx 20rpx;
  197. box-sizing: border-box;
  198. }
  199. .adda {
  200. margin-top: 8rpx;
  201. font-family: PingFangSC, PingFang SC;
  202. font-weight: 400;
  203. font-size: 24rpx;
  204. color: #222222;
  205. line-height: 34rpx;
  206. text-align: right;
  207. font-style: normal;
  208. }
  209. .entrepotname {
  210. font-family: PingFangSC, PingFang SC;
  211. font-weight: 500;
  212. font-size: 32rpx;
  213. color: #222222;
  214. line-height: 44rpx;
  215. text-align: left;
  216. font-style: normal;
  217. }
  218. }
  219. .sum {
  220. font-family: PingFangSC, PingFang SC;
  221. font-weight: 500;
  222. font-size: 24rpx;
  223. color: #222222;
  224. line-height: 34rpx;
  225. text-align: left;
  226. font-style: normal;
  227. }
  228. .deal {
  229. font-family: PingFangSC, PingFang SC;
  230. font-weight: 400;
  231. font-size: 20rpx;
  232. color: #666666;
  233. line-height: 28rpx;
  234. text-align: left;
  235. font-style: normal;
  236. }
  237. .tonext {
  238. width: 686rpx;
  239. height: 88rpx;
  240. background: #F83224;
  241. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  242. border-radius: 44rpx;
  243. font-family: PingFangSC, PingFang SC;
  244. font-weight: 500;
  245. font-size: 32rpx;
  246. color: #FFFFFF;
  247. line-height: 88rpx;
  248. text-align: center;
  249. font-style: normal;
  250. }
  251. .next {
  252. width: 750rpx;
  253. height: 166rpx;
  254. background: #FFFFFF;
  255. position: fixed;
  256. bottom: 0;
  257. left: 0;
  258. padding: 12rpx 24rpx;
  259. box-sizing: border-box;
  260. }
  261. .wup {
  262. width: 704rpx;
  263. height: 76rpx;
  264. background: #FFFFFF;
  265. border-radius: 16rpx;
  266. margin-top: 20rpx;
  267. padding: 0rpx 20rpx;
  268. box-sizing: border-box;
  269. }
  270. .info {
  271. height: 100rpx;
  272. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  273. .wupin {
  274. font-family: PingFangSC, PingFang SC;
  275. font-weight: 400;
  276. font-size: 28rpx;
  277. color: #333333;
  278. line-height: 40rpx;
  279. text-align: left;
  280. font-style: normal;
  281. }
  282. .change {
  283. font-family: PingFangSC, PingFang SC;
  284. font-weight: 400;
  285. font-size: 28rpx;
  286. color: #666666;
  287. line-height: 40rpx;
  288. text-align: left;
  289. font-style: normal;
  290. }
  291. .mast {
  292. width: 62rpx;
  293. height: 30rpx;
  294. border-radius: 16rpx;
  295. border: 1rpx solid #F83224;
  296. font-family: PingFangSC, PingFang SC;
  297. font-weight: 400;
  298. font-size: 20rpx;
  299. color: #FF1515;
  300. line-height: 30rpx;
  301. text-align: center;
  302. font-style: normal;
  303. margin-left: 12rpx;
  304. }
  305. }
  306. .mon {
  307. font-family: HarmonyOS_Sans_Medium;
  308. font-size: 20rpx;
  309. color: #F83224;
  310. line-height: 26rpx;
  311. text-align: left;
  312. font-style: normal;
  313. }
  314. .bigtitle {
  315. font-family: PingFangSC, PingFang SC;
  316. font-weight: 600;
  317. font-size: 28rpx;
  318. color: #222222;
  319. line-height: 40rpx;
  320. text-align: left;
  321. font-style: normal;
  322. }
  323. .timeb {
  324. font-family: PingFangSC, PingFang SC;
  325. font-weight: 400;
  326. font-size: 22rpx;
  327. color: #666666;
  328. line-height: 32rpx;
  329. text-align: left;
  330. font-style: normal;
  331. }
  332. .timea {
  333. font-family: PingFangSC, PingFang SC;
  334. font-weight: 400;
  335. font-size: 22rpx;
  336. color: #555555;
  337. line-height: 32rpx;
  338. text-align: left;
  339. font-style: normal;
  340. }
  341. .pinb {
  342. width: 148rpx;
  343. height: 64rpx;
  344. background: #FF1515;
  345. border-radius: 42rpx;
  346. font-family: PingFangSC, PingFang SC;
  347. font-weight: 500;
  348. font-size: 28rpx;
  349. color: #FFFFFF;
  350. line-height: 64rpx;
  351. text-align: center;
  352. font-style: normal;
  353. }
  354. .label {
  355. margin-top: 20rpx;
  356. width: 702rpx;
  357. height: 288rpx;
  358. background: #FFFFFF;
  359. border-radius: 16rpx;
  360. padding: 32rpx 20rpx;
  361. box-sizing: border-box;
  362. .left {
  363. width: 144rpx;
  364. height: 144rpx;
  365. background: #F5F5F5;
  366. border-radius: 8rpx;
  367. .bourn {
  368. font-family: PingFangSC, PingFang SC;
  369. font-weight: 400;
  370. font-size: 20rpx;
  371. color: #222222;
  372. line-height: 28rpx;
  373. text-align: left;
  374. font-style: normal;
  375. }
  376. .addres {
  377. font-family: PingFangSC, PingFang SC;
  378. font-weight: 500;
  379. font-size: 28rpx;
  380. color: #222222;
  381. line-height: 40rpx;
  382. text-align: left;
  383. font-style: normal;
  384. }
  385. }
  386. }
  387. .flexc {
  388. display: flex;
  389. flex-direction: column;
  390. justify-content: center;
  391. align-items: center;
  392. }
  393. .hai {
  394. font-family: PingFangSC, PingFang SC;
  395. font-weight: 600;
  396. font-size: 32rpx;
  397. color: #222222;
  398. line-height: 44rpx;
  399. text-align: left;
  400. font-style: normal;
  401. margin-right: 10rpx;
  402. }
  403. .more {
  404. font-family: PingFangSC, PingFang SC;
  405. font-weight: 400;
  406. font-size: 24rpx;
  407. color: #F83224;
  408. line-height: 34rpx;
  409. text-align: left;
  410. font-style: normal;
  411. }
  412. .parcel {
  413. width: 702rpx;
  414. height: 260rpx;
  415. background: #FFFFFF;
  416. border-radius: 16rpx;
  417. margin-top: 20rpx;
  418. padding: 24rpx;
  419. box-sizing: border-box;
  420. .myparcel {
  421. font-family: PingFangSC, PingFang SC;
  422. font-weight: 600;
  423. font-size: 28rpx;
  424. color: #222222;
  425. line-height: 40rpx;
  426. text-align: left;
  427. font-style: normal;
  428. }
  429. .add {
  430. width: 240rpx;
  431. height: 48rpx;
  432. background: rgba(248, 50, 36, 0.06);
  433. border-radius: 24rpx;
  434. .addtext {
  435. font-family: PingFangSC, PingFang SC;
  436. font-weight: 600;
  437. font-size: 20rpx;
  438. color: #000000;
  439. line-height: 28rpx;
  440. text-align: left;
  441. font-style: normal;
  442. }
  443. }
  444. }
  445. .address {
  446. width: 702rpx;
  447. // height: 776rpx;
  448. background: #FFFFFF;
  449. border-radius: 20rpx;
  450. padding: 48rpx 24rpx 36rpx;
  451. box-sizing: border-box;
  452. margin-top: 20rpx;
  453. .bottom {
  454. padding: 0 76rpx;
  455. box-sizing: border-box;
  456. margin-top: 48rpx;
  457. .friend {
  458. font-family: PingFangSC, PingFang SC;
  459. font-weight: 400;
  460. font-size: 28rpx;
  461. color: #555555;
  462. line-height: 40rpx;
  463. text-align: left;
  464. font-style: normal;
  465. margin-left: 12rpx;
  466. }
  467. }
  468. .mail {
  469. width: 646rpx;
  470. height: 84rpx;
  471. background: #F83224;
  472. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  473. border-radius: 44rpx;
  474. font-family: PingFangSC, PingFang SC;
  475. font-weight: 500;
  476. font-size: 32rpx;
  477. color: #FFFFFF;
  478. line-height: 84rpx;
  479. text-align: center;
  480. font-style: normal;
  481. }
  482. .left {
  483. height: 128rpx;
  484. .pople {
  485. font-family: PingFangSC, PingFang SC;
  486. font-weight: 500;
  487. font-size: 30rpx;
  488. color: #222222;
  489. line-height: 42rpx;
  490. text-align: left;
  491. font-style: normal;
  492. }
  493. .jiadd {
  494. font-family: PingFangSC, PingFang SC;
  495. font-weight: 400;
  496. font-size: 26rpx;
  497. color: #777777;
  498. line-height: 36rpx;
  499. text-align: left;
  500. font-style: normal;
  501. }
  502. .right {
  503. font-family: PingFangSC, PingFang SC;
  504. font-weight: 500;
  505. font-size: 26rpx;
  506. color: #222222;
  507. line-height: 36rpx;
  508. text-align: left;
  509. font-style: normal;
  510. margin-left: 18rpx;
  511. }
  512. }
  513. }
  514. ::v-deep .u-navbar__content.data-v-1194bf80 {
  515. background-color: rgba(0, 0, 0, 0) !important;
  516. }
  517. ::v-deep .u-status-bar.data-v-13f16680 {
  518. background-color: rgba(0, 0, 0, 0) !important;
  519. }
  520. ::v-deep .u-subsection--button.data-v-b14d3440 {
  521. /* padding: 6rpx 34rpx !important; */
  522. border-radius: 64rpx !important;
  523. }
  524. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  525. border-radius: 32rpx !important;
  526. }
  527. </style>