account.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693
  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(255, 210, 210, 1)" :placeholder='true' :safeAreaInsetTop="true"
  10. style="position: absolute;z-index: 110;">
  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. <view class="topadd" style="margin-top: 20rpx;">
  16. <view class="u-flex u-row-around">
  17. <view class="flexc">
  18. <view class="entrepotname">{{topadd.province_name + topadd.city_name}}</view>
  19. <view class="adda">{{topadd.name}}</view>
  20. </view>
  21. <image src="/pageB/static/images/arrows.png" style="width: 130rpx;height: 10rpx;" mode=""></image>
  22. <view class="flexc">
  23. <view class="entrepotname">{{bottomadd.country_name}}</view>
  24. <view class="adda">{{bottomadd.name}}</view>
  25. </view>
  26. </view>
  27. <view class="topinfo" style="margin-top: 26rpx;">
  28. <text class='toptype'>{{i18n.typeof}}:</text>
  29. <text class='toptype' style='color:rgba(34, 34, 34, 1)'>{{goodinfo.goodname}}</text>
  30. <text class='toptype' style='margin:0 14rpx'>|</text>
  31. <text class='toptype'>{{i18n.weight}}:</text>
  32. <text class='toptype' style='color:rgba(34, 34, 34, 1)'>{{goodinfo.weight}}kg</text>
  33. <text class='toptype' style='margin:0 14rpx'> |</text>
  34. <text class='toptype'>{{i18n.number}}:</text>
  35. <text class='toptype' style='color:rgba(34, 34, 34, 1)'>{{goodinfo.number}}件</text>
  36. </view>
  37. </view>
  38. <!-- 地址 -->
  39. <view class="address">
  40. <view class="left u-flex" style="display: flex;">
  41. <view class="u-row-between left" style="display: flex;flex-direction: column;">
  42. <image src="/static/express/ji.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  43. <image src="/static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode="">
  44. </image>
  45. </view>
  46. <view class=" u-row-between left"
  47. style="flex: 1;margin-left: 28rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08) ;display: flex;">
  48. <view v-if="JSON.stringify(topadd)==='{}'" class="u-row-between " style="" @click="send">
  49. <view class="pople">{{i18n.sender}}</view>
  50. <view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
  51. </view>
  52. <view v-else class="u-row-between " style="" @click="send">
  53. <view class="">
  54. <text class="topname">{{topadd.name}}</text>
  55. <text class="topaddress"
  56. style="margin-left: 8rpx;">{{replacePhoneToStar(topadd.mobile)}}</text>
  57. </view>
  58. <view class="topaddress" style="margin-top: 14rpx;">{{topadd.full_address}}</view>
  59. </view>
  60. <view class="u-flex" @click.stop="addbook(0)">
  61. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  62. <text class="right">{{i18n.addressbook}}</text>
  63. </view>
  64. </view>
  65. </view>
  66. <view class="left u-flex"
  67. style="display: flex;margin-top: 26rpx;">
  68. <view class="u-row-between left" style="display: flex;flex-direction: column;">
  69. <image src="/static/express/shou.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  70. <!-- <image src="../../static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode=""> -->
  71. </image>
  72. </view>
  73. <view class=" u-row-between left" style="flex: 1;margin-left: 28rpx;display: flex;">
  74. <view v-if="JSON.stringify(bottomadd)==='{}'" class="u-row-between " style=""
  75. @click="recipirnt">
  76. <view class="pople">{{i18n.recipient}}</view>
  77. <view class="jiadd" style="margin-top: 14rpx;">{{i18n.informate}}</view>
  78. </view>
  79. <view v-else class="u-row-between " style="" @click="send">
  80. <view class="">
  81. <text class="topname">{{bottomadd.name}}</text>
  82. <text class="topaddress"
  83. style="margin-left: 8rpx;">{{replacePhoneToStar(bottomadd.mobile)}}</text>
  84. </view>
  85. <view class="topaddress" style="margin-top: 14rpx;">{{bottomadd.full_address}}</view>
  86. </view>
  87. <view class="u-flex" @click.stop="addbook(1)">
  88. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  89. <text class="right">{{i18n.addressbook}}</text>
  90. </view>
  91. </view>
  92. </view>
  93. </view>
  94. <view class="entrepot">
  95. <view class="entre u-flex u-row-between" style="margin-top: 20rpx;">
  96. <text class="title">{{expressinfo.type_name}}|{{expressinfo.containerBase.transport_type_name}}</text>
  97. </view>
  98. <view class="box u-row-around u-flex">
  99. <view class="flexc">
  100. <view class="entrepotname">{{expressinfo.transit_full_address.slice(0,6)}}</view>
  101. <view class="adda">{{i18n.Starting}}</view>
  102. </view>
  103. <image src="/pageB/static/images/arrows.png" style="width: 130rpx;height: 10rpx;" mode=""></image>
  104. <view class="flexc">
  105. <view class="entrepotname">{{expressinfo.containerBase.country_name}}</view>
  106. <view class="adda">{{i18n.destination}}</view>
  107. </view>
  108. </view>
  109. </view>
  110. <view class="wup">
  111. <!-- 物品信息 -->
  112. <view class="info u-flex u-row-between">
  113. <view class="u-flex">
  114. <!-- <text class="wupin">{{i18n.item}}</text> -->
  115. <text class="wupin">包裹总重</text>
  116. </view>
  117. <view class="u-flex">
  118. <text class="chang">{{orderinfo.estimated_weight}}kg</text>
  119. </view>
  120. </view>
  121. <view class="info u-flex u-row-between">
  122. <view class="u-flex">
  123. <text class="wupin">{{i18n.price}}</text>
  124. </view>
  125. <view class="u-flex">
  126. <text class="chang">¥{{orderinfo.estimated_unit_price}}</text>
  127. </view>
  128. </view>
  129. <view class="info u-flex u-row-right">
  130. <view class="u-flex">
  131. <text class="wupin">{{i18n.subtotal}}:</text>
  132. </view>
  133. <view class="u-flex">
  134. <text class="chang" style="color: rgba(248, 50, 36, 1);">¥</text>
  135. <text style="color: rgba(248, 50, 36, 1);font-size: 38rpx;font-weight: 600;">{{orderinfo.estimated_price}}</text>
  136. </view>
  137. </view>
  138. </view>
  139. <view class="" style="height: 166rpx;"></view>
  140. <!-- 下一步 -->
  141. <view class="next u-flex-between" style="display: flex;" @click="payorder">
  142. <view class="gopay">{{i18n.Immediatepayment}}</view>
  143. </view>
  144. </view>
  145. </view>
  146. </template>
  147. <script>
  148. export default {
  149. data() {
  150. return {
  151. deal: -1,
  152. checkboxValue1: [],
  153. goodinfo:{},
  154. topadd:{},
  155. bottomadd:{},
  156. expressinfo:{},
  157. orderinfo:{}
  158. }
  159. },
  160. onLoad(options) {
  161. this.goodinfo = JSON.parse(decodeURIComponent(options.goodinfo));
  162. this.topadd = JSON.parse(decodeURIComponent(options.topadd));
  163. this.bottomadd = JSON.parse(decodeURIComponent(options.bottomadd));
  164. this.expressinfo = JSON.parse(decodeURIComponent(options.expressinfo));
  165. this.orderinfo = JSON.parse(decodeURIComponent(options.orderinfo));
  166. },
  167. computed: {
  168. i18n() {
  169. return this.$t('index')
  170. }
  171. },
  172. methods: {
  173. //正则匹配手机号
  174. replacePhoneToStar: function(phone) {
  175. if (phone) {
  176. return phone.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2');
  177. }
  178. },
  179. checkboxChange(n) {
  180. console.log('change', n);
  181. },
  182. payorder(){
  183. uni.navigateTo({
  184. url: '/pageA/payorder?sum=' + this.orderinfo.estimated_price +'&type=' + 'group_pack_order'+'&orderid='+this.orderinfo.id
  185. })
  186. }
  187. // end(){
  188. // uni.navigateTo({
  189. // url:'/pageB/end'
  190. // })
  191. // }
  192. }
  193. }
  194. </script>
  195. <style lang="scss" scoped>
  196. .gopay{
  197. width: 686rpx;
  198. height: 88rpx;
  199. background: #F83224;
  200. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255,21,21,0.5);
  201. border-radius: 44rpx;
  202. font-family: PingFangSC, PingFang SC;
  203. font-weight: 500;
  204. font-size: 32rpx;
  205. color: #FFFFFF;
  206. line-height: 88rpx;
  207. text-align: center;
  208. font-style: normal;
  209. }
  210. .topadd {
  211. width: 702rpx;
  212. // height: 278rpx;
  213. background: #FFFFFF;
  214. border-radius: 16rpx;
  215. padding: 40rpx 24rpx 30rpx;
  216. box-sizing: border-box;
  217. .toptype {
  218. font-family: PingFangSC, PingFang SC;
  219. font-weight: 400;
  220. font-size: 24rpx;
  221. color: #777777;
  222. line-height: 34rpx;
  223. text-align: left;
  224. font-style: normal;
  225. }
  226. .topinfo {
  227. width: 662rpx;
  228. height: 92rpx;
  229. background: #F4F4F4;
  230. border-radius: 12rpx;
  231. line-height: 92rpx;
  232. padding: 0 24rpx;
  233. box-sizing: border-box;
  234. }
  235. .adda {
  236. margin-top: 8rpx;
  237. font-family: PingFangSC, PingFang SC;
  238. font-weight: 400;
  239. font-size: 24rpx;
  240. color: #222222;
  241. line-height: 34rpx;
  242. text-align: right;
  243. font-style: normal;
  244. }
  245. .entrepotname {
  246. font-family: PingFangSC, PingFang SC;
  247. font-weight: 560;
  248. font-size: 32rpx;
  249. color: #222222;
  250. line-height: 44rpx;
  251. text-align: left;
  252. font-style: normal;
  253. }
  254. }
  255. .entrepot {
  256. width: 702rpx;
  257. // height: 360rpx;
  258. background: #FFFFFF;
  259. border-radius: 16rpx;
  260. // margin-bottom: 20rpx;
  261. padding: 0 20rpx 32rpx;
  262. box-sizing: border-box;
  263. .timea {
  264. font-family: PingFangSC, PingFang SC;
  265. font-weight: 400;
  266. font-size: 26rpx;
  267. color: #444444;
  268. line-height: 36rpx;
  269. text-align: left;
  270. font-style: normal;
  271. margin-top: 30rpx;
  272. }
  273. .adda {
  274. margin-top: 8rpx;
  275. font-family: PingFangSC, PingFang SC;
  276. font-weight: 400;
  277. font-size: 24rpx;
  278. color: #222222;
  279. line-height: 34rpx;
  280. text-align: right;
  281. font-style: normal;
  282. }
  283. .entrepotname {
  284. font-family: PingFangSC, PingFang SC;
  285. font-weight: 560;
  286. font-size: 32rpx;
  287. color: #222222;
  288. line-height: 44rpx;
  289. text-align: left;
  290. font-style: normal;
  291. }
  292. .box {
  293. width: 662rpx;
  294. height: 128rpx;
  295. background: #F5F5F5;
  296. border-radius: 10rpx;
  297. }
  298. .entre {
  299. width: 662rpx;
  300. height: 100rpx;
  301. border-bottom: 2rpx solid rgba(151, 151, 151, 0.1);
  302. line-height: 100rpx;
  303. .title {
  304. font-family: PingFangSC, PingFang SC;
  305. font-weight: 600;
  306. font-size: 28rpx;
  307. color: #222222;
  308. line-height: 40rpx;
  309. text-align: left;
  310. font-style: normal;
  311. }
  312. .change {
  313. // width: 100rpx;
  314. padding: 10rpx 26rpx;
  315. height: 52rpx;
  316. display: inline;
  317. background: rgba(255, 21, 21, 0.1);
  318. border-radius: 30rpx;
  319. font-family: PingFangSC, PingFang SC;
  320. font-weight: 400;
  321. font-size: 24rpx;
  322. color: #F83224;
  323. line-height: 32rpx;
  324. text-align: center;
  325. font-style: normal;
  326. box-sizing: border-box;
  327. }
  328. }
  329. }
  330. .sum {
  331. font-family: PingFangSC, PingFang SC;
  332. font-weight: 500;
  333. font-size: 24rpx;
  334. color: #222222;
  335. line-height: 34rpx;
  336. text-align: left;
  337. font-style: normal;
  338. }
  339. .deal {
  340. font-family: PingFangSC, PingFang SC;
  341. font-weight: 400;
  342. font-size: 20rpx;
  343. color: #666666;
  344. line-height: 28rpx;
  345. text-align: left;
  346. font-style: normal;
  347. }
  348. .tonext {
  349. width: 286rpx;
  350. height: 88rpx;
  351. background: #F83224;
  352. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  353. border-radius: 44rpx;
  354. font-family: PingFangSC, PingFang SC;
  355. font-weight: 500;
  356. font-size: 32rpx;
  357. color: #FFFFFF;
  358. line-height: 88rpx;
  359. text-align: center;
  360. font-style: normal;
  361. }
  362. .next {
  363. width: 750rpx;
  364. height: 166rpx;
  365. background: #FFFFFF;
  366. position: fixed;
  367. bottom: 0;
  368. left: 0;
  369. padding: 12rpx 24rpx;
  370. box-sizing: border-box;
  371. }
  372. .wup {
  373. width: 702rpx;
  374. // height: 220rpx;
  375. background: #FFFFFF;
  376. border-radius: 16rpx;
  377. margin-top: 20rpx;
  378. padding: 0rpx 20rpx;
  379. box-sizing: border-box;
  380. }
  381. .info {
  382. height: 100rpx;
  383. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  384. .wupin {
  385. font-family: PingFangSC, PingFang SC;
  386. font-weight: 400;
  387. font-size: 28rpx;
  388. color: #333333;
  389. line-height: 40rpx;
  390. text-align: left;
  391. font-style: normal;
  392. }
  393. .chang {
  394. font-family: HarmonyOS_Sans_Medium;
  395. font-size: 28rpx;
  396. color: #222222;
  397. line-height: 38rpx;
  398. text-align: left;
  399. font-style: normal;
  400. }
  401. .mast {
  402. width: 62rpx;
  403. height: 30rpx;
  404. border-radius: 16rpx;
  405. border: 1rpx solid #F83224;
  406. font-family: PingFangSC, PingFang SC;
  407. font-weight: 400;
  408. font-size: 20rpx;
  409. color: #FF1515;
  410. line-height: 30rpx;
  411. text-align: center;
  412. font-style: normal;
  413. margin-left: 12rpx;
  414. }
  415. }
  416. .mon {
  417. font-family: HarmonyOS_Sans_Medium;
  418. font-size: 20rpx;
  419. color: #F83224;
  420. line-height: 26rpx;
  421. text-align: left;
  422. font-style: normal;
  423. }
  424. .bigtitle {
  425. font-family: PingFangSC, PingFang SC;
  426. font-weight: 600;
  427. font-size: 28rpx;
  428. color: #222222;
  429. line-height: 40rpx;
  430. text-align: left;
  431. font-style: normal;
  432. }
  433. .timeb {
  434. font-family: PingFangSC, PingFang SC;
  435. font-weight: 400;
  436. font-size: 22rpx;
  437. color: #666666;
  438. line-height: 32rpx;
  439. text-align: left;
  440. font-style: normal;
  441. }
  442. .timea {
  443. font-family: PingFangSC, PingFang SC;
  444. font-weight: 400;
  445. font-size: 22rpx;
  446. color: #555555;
  447. line-height: 32rpx;
  448. text-align: left;
  449. font-style: normal;
  450. }
  451. .pinb {
  452. width: 148rpx;
  453. height: 64rpx;
  454. background: #FF1515;
  455. border-radius: 42rpx;
  456. font-family: PingFangSC, PingFang SC;
  457. font-weight: 500;
  458. font-size: 28rpx;
  459. color: #FFFFFF;
  460. line-height: 64rpx;
  461. text-align: center;
  462. font-style: normal;
  463. }
  464. .label {
  465. margin-top: 20rpx;
  466. width: 702rpx;
  467. height: 288rpx;
  468. background: #FFFFFF;
  469. border-radius: 16rpx;
  470. padding: 32rpx 20rpx;
  471. box-sizing: border-box;
  472. .left {
  473. width: 144rpx;
  474. height: 144rpx;
  475. background: #F5F5F5;
  476. border-radius: 8rpx;
  477. .bourn {
  478. font-family: PingFangSC, PingFang SC;
  479. font-weight: 400;
  480. font-size: 20rpx;
  481. color: #222222;
  482. line-height: 28rpx;
  483. text-align: left;
  484. font-style: normal;
  485. }
  486. .addres {
  487. font-family: PingFangSC, PingFang SC;
  488. font-weight: 500;
  489. font-size: 28rpx;
  490. color: #222222;
  491. line-height: 40rpx;
  492. text-align: left;
  493. font-style: normal;
  494. }
  495. }
  496. }
  497. .flexc {
  498. display: flex;
  499. flex-direction: column;
  500. justify-content: center;
  501. align-items: center;
  502. }
  503. .hai {
  504. font-family: PingFangSC, PingFang SC;
  505. font-weight: 600;
  506. font-size: 32rpx;
  507. color: #222222;
  508. line-height: 44rpx;
  509. text-align: left;
  510. font-style: normal;
  511. margin-right: 10rpx;
  512. }
  513. .more {
  514. font-family: PingFangSC, PingFang SC;
  515. font-weight: 400;
  516. font-size: 24rpx;
  517. color: #F83224;
  518. line-height: 34rpx;
  519. text-align: left;
  520. font-style: normal;
  521. }
  522. .parcel {
  523. width: 702rpx;
  524. height: 260rpx;
  525. background: #FFFFFF;
  526. border-radius: 16rpx;
  527. margin-top: 20rpx;
  528. padding: 24rpx;
  529. box-sizing: border-box;
  530. .myparcel {
  531. font-family: PingFangSC, PingFang SC;
  532. font-weight: 600;
  533. font-size: 28rpx;
  534. color: #222222;
  535. line-height: 40rpx;
  536. text-align: left;
  537. font-style: normal;
  538. }
  539. .add {
  540. width: 240rpx;
  541. height: 48rpx;
  542. background: rgba(248, 50, 36, 0.06);
  543. border-radius: 24rpx;
  544. .addtext {
  545. font-family: PingFangSC, PingFang SC;
  546. font-weight: 600;
  547. font-size: 20rpx;
  548. color: #000000;
  549. line-height: 28rpx;
  550. text-align: left;
  551. font-style: normal;
  552. }
  553. }
  554. }
  555. .address {
  556. width: 702rpx;
  557. // height: 776rpx;
  558. background: #FFFFFF;
  559. border-radius: 20rpx;
  560. padding: 48rpx 24rpx 36rpx;
  561. box-sizing: border-box;
  562. margin-top: 38rpx;
  563. .bottom {
  564. padding: 0 76rpx;
  565. box-sizing: border-box;
  566. margin-top: 48rpx;
  567. .friend {
  568. font-family: PingFangSC, PingFang SC;
  569. font-weight: 400;
  570. font-size: 28rpx;
  571. color: #555555;
  572. line-height: 40rpx;
  573. text-align: left;
  574. font-style: normal;
  575. margin-left: 12rpx;
  576. }
  577. }
  578. .mail {
  579. width: 646rpx;
  580. height: 84rpx;
  581. background: #F83224;
  582. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  583. border-radius: 44rpx;
  584. font-family: PingFangSC, PingFang SC;
  585. font-weight: 500;
  586. font-size: 32rpx;
  587. color: #FFFFFF;
  588. line-height: 84rpx;
  589. text-align: center;
  590. font-style: normal;
  591. }
  592. .left {
  593. height: 128rpx;
  594. .pople {
  595. font-family: PingFangSC, PingFang SC;
  596. font-weight: 500;
  597. font-size: 30rpx;
  598. color: #222222;
  599. line-height: 42rpx;
  600. text-align: left;
  601. font-style: normal;
  602. }
  603. .jiadd {
  604. font-family: PingFangSC, PingFang SC;
  605. font-weight: 400;
  606. font-size: 26rpx;
  607. color: #777777;
  608. line-height: 36rpx;
  609. text-align: left;
  610. font-style: normal;
  611. }
  612. .right {
  613. font-family: PingFangSC, PingFang SC;
  614. font-weight: 500;
  615. font-size: 26rpx;
  616. color: #222222;
  617. line-height: 36rpx;
  618. text-align: left;
  619. font-style: normal;
  620. margin-left: 18rpx;
  621. }
  622. }
  623. }
  624. ::v-deep .u-navbar__content.data-v-1194bf80 {
  625. // background-color: rgba(0, 0, 0, 0) !important;
  626. }
  627. ::v-deep .u-status-bar.data-v-13f16680 {
  628. // background-color: rgba(0, 0, 0, 0) !important;
  629. }
  630. ::v-deep .u-subsection--button.data-v-b14d3440 {
  631. /* padding: 6rpx 34rpx !important; */
  632. border-radius: 64rpx !important;
  633. }
  634. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  635. border-radius: 32rpx !important;
  636. }
  637. </style>