delivery.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  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'
  10. :safeAreaInsetTop="true" 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="address">
  17. <view class="left u-flex" style="display: flex;" @click="send">
  18. <view class="u-row-between left" style="display: flex;flex-direction: column;">
  19. <image src="/static/express/ji.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  20. <image src="/static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode="">
  21. </image>
  22. </view>
  23. <view class=" u-row-between left"
  24. style="flex: 1;margin-left: 28rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08) ;display: flex;">
  25. <view class="u-row-between " style="">
  26. <view class="pople">{{i18n.sender}}</view>
  27. <view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
  28. </view>
  29. <view class="u-flex">
  30. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  31. <text class="right">{{i18n.addressbook}}</text>
  32. </view>
  33. </view>
  34. </view>
  35. <view class="left u-flex"
  36. style="display: flex;margin-top: 26rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08)"
  37. @click="recipe">
  38. <view class="u-row-between left" style="display: flex;flex-direction: column;">
  39. <image src="/static/express/shou.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  40. <!-- <image src="../../static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode=""> -->
  41. </image>
  42. </view>
  43. <view class=" u-row-between left" style="flex: 1;margin-left: 28rpx;display: flex;">
  44. <view class="u-row-between " style="">
  45. <view class="pople">{{i18n.recipient}}</view>
  46. <view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
  47. </view>
  48. <view class="u-flex">
  49. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  50. <text class="right">{{i18n.addressbook}}</text>
  51. </view>
  52. </view>
  53. </view>
  54. </view>
  55. <view class="wup">
  56. <!-- 物品信息 -->
  57. <view class="info u-flex u-row-between" @click='goods'>
  58. <view class="u-flex">
  59. <text class="wupin">{{i18n.item}}</text>
  60. <view class="mast">{{i18n.required}}</view>
  61. </view>
  62. <view class="u-flex">
  63. <text class="change">{{i18n.select}}</text>
  64. <image src="/static/express/next1.png" style="width: 28rpx;height: 28rpx;margin-left: 6rpx;"
  65. mode=""></image>
  66. </view>
  67. </view>
  68. <!-- 跨境物流 -->
  69. <view class="info u-flex u-row-between" @click="logshow=true">
  70. <view class="u-flex">
  71. <text class="wupin">{{i18n.flow}}</text>
  72. </view>
  73. <view class="u-flex">
  74. <text class="change" style="color: rgba(248, 50, 36, 1);">{{i18n.selection}}</text>
  75. <image src="/static/express/next1.png" style="width: 28rpx;height: 28rpx;margin-left: 6rpx;"
  76. mode=""></image>
  77. </view>
  78. </view>
  79. </view>
  80. <!-- 下一步 -->
  81. <view class="next u-flex-between" style="display: flex;">
  82. <view class="" style="flex: 1;">
  83. <view class="sum">
  84. <text>{{i18n.Estimatedprice}}</text>
  85. <text style="color: rgba(248, 50, 36, 1);">¥ - -</text>
  86. </view>
  87. <view class="deal u-flex" style="margin-top: 16rpx;">
  88. <u-checkbox-group shape='circle' v-model="checkboxValue1" placement="column"
  89. @change="checkboxChange">
  90. <u-checkbox :customStyle="{marginBottom: '8px',marginTop:'5px'}" :name="deal">
  91. </u-checkbox>
  92. </u-checkbox-group>
  93. <text>{{i18n.readandagree}}</text>
  94. <text style="color: rgba(248, 50, 36, 1);">《{{i18n.International}}》</text>
  95. </view>
  96. </view>
  97. <view class="tonext " style="" @click="next">
  98. {{i18n.next}}
  99. </view>
  100. </view>
  101. </view>
  102. <u-popup round='28' :show="logshow" @close="close">
  103. <view class="pop">
  104. <kj-flow @success='success' @close='logshow=false'></kj-flow>
  105. </view>
  106. </u-popup>
  107. </view>
  108. </template>
  109. <script>
  110. export default {
  111. data() {
  112. return {
  113. deal: -1,
  114. checkboxValue1: [],
  115. logshow: false, //物流选择
  116. }
  117. },
  118. onLoad(options) {
  119. },
  120. computed: {
  121. i18n() {
  122. return this.$t('index')
  123. }
  124. },
  125. methods: {
  126. close() {
  127. this.logshow = true
  128. },
  129. goods() {
  130. uni.navigateTo({
  131. url: '/pageB/goods'
  132. })
  133. },
  134. send() {
  135. uni.navigateTo({
  136. url: '/pageB/Senderinfor'
  137. })
  138. },
  139. recipe() {
  140. uni.navigateTo({
  141. url: '/pageB/recipientinfo'
  142. })
  143. },
  144. checkboxChange(n) {
  145. console.log('change', n);
  146. },
  147. next() {
  148. uni.navigateTo({
  149. url: '/pageB/end'
  150. })
  151. }
  152. }
  153. }
  154. </script>
  155. <style lang="scss" scoped>
  156. .pop {
  157. font-family: PingFangSC, PingFang SC;
  158. font-weight: 500;
  159. font-size: 36rpx;
  160. color: #333333;
  161. line-height: 50rpx;
  162. text-align: left;
  163. font-style: normal;
  164. padding: 32rpx 28rpx 0 0;
  165. box-sizing: border-box;
  166. }
  167. .sum {
  168. font-family: PingFangSC, PingFang SC;
  169. font-weight: 500;
  170. font-size: 24rpx;
  171. color: #222222;
  172. line-height: 34rpx;
  173. text-align: left;
  174. font-style: normal;
  175. }
  176. .deal {
  177. font-family: PingFangSC, PingFang SC;
  178. font-weight: 400;
  179. font-size: 20rpx;
  180. color: #666666;
  181. line-height: 28rpx;
  182. text-align: left;
  183. font-style: normal;
  184. }
  185. .tonext {
  186. width: 286rpx;
  187. height: 88rpx;
  188. background: #F83224;
  189. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  190. border-radius: 44rpx;
  191. font-family: PingFangSC, PingFang SC;
  192. font-weight: 500;
  193. font-size: 32rpx;
  194. color: #FFFFFF;
  195. line-height: 88rpx;
  196. text-align: center;
  197. font-style: normal;
  198. }
  199. .next {
  200. width: 750rpx;
  201. height: 166rpx;
  202. background: #FFFFFF;
  203. position: fixed;
  204. bottom: 0;
  205. left: 0;
  206. padding: 12rpx 24rpx;
  207. box-sizing: border-box;
  208. }
  209. .wup {
  210. width: 704rpx;
  211. height: 220rpx;
  212. background: #FFFFFF;
  213. border-radius: 16rpx;
  214. margin-top: 20rpx;
  215. padding: 0rpx 20rpx;
  216. box-sizing: border-box;
  217. }
  218. .info {
  219. height: 100rpx;
  220. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  221. .wupin {
  222. font-family: PingFangSC, PingFang SC;
  223. font-weight: 400;
  224. font-size: 28rpx;
  225. color: #333333;
  226. line-height: 40rpx;
  227. text-align: left;
  228. font-style: normal;
  229. }
  230. .change {
  231. font-family: PingFangSC, PingFang SC;
  232. font-weight: 400;
  233. font-size: 28rpx;
  234. color: #666666;
  235. line-height: 40rpx;
  236. text-align: left;
  237. font-style: normal;
  238. }
  239. .mast {
  240. width: 62rpx;
  241. height: 30rpx;
  242. border-radius: 16rpx;
  243. border: 1rpx solid #F83224;
  244. font-family: PingFangSC, PingFang SC;
  245. font-weight: 400;
  246. font-size: 20rpx;
  247. color: #FF1515;
  248. line-height: 30rpx;
  249. text-align: center;
  250. font-style: normal;
  251. margin-left: 12rpx;
  252. }
  253. }
  254. .mon {
  255. font-family: HarmonyOS_Sans_Medium;
  256. font-size: 20rpx;
  257. color: #F83224;
  258. line-height: 26rpx;
  259. text-align: left;
  260. font-style: normal;
  261. }
  262. .bigtitle {
  263. font-family: PingFangSC, PingFang SC;
  264. font-weight: 600;
  265. font-size: 28rpx;
  266. color: #222222;
  267. line-height: 40rpx;
  268. text-align: left;
  269. font-style: normal;
  270. }
  271. .timeb {
  272. font-family: PingFangSC, PingFang SC;
  273. font-weight: 400;
  274. font-size: 22rpx;
  275. color: #666666;
  276. line-height: 32rpx;
  277. text-align: left;
  278. font-style: normal;
  279. }
  280. .timea {
  281. font-family: PingFangSC, PingFang SC;
  282. font-weight: 400;
  283. font-size: 22rpx;
  284. color: #555555;
  285. line-height: 32rpx;
  286. text-align: left;
  287. font-style: normal;
  288. }
  289. .pinb {
  290. width: 148rpx;
  291. height: 64rpx;
  292. background: #FF1515;
  293. border-radius: 42rpx;
  294. font-family: PingFangSC, PingFang SC;
  295. font-weight: 500;
  296. font-size: 28rpx;
  297. color: #FFFFFF;
  298. line-height: 64rpx;
  299. text-align: center;
  300. font-style: normal;
  301. }
  302. .label {
  303. margin-top: 20rpx;
  304. width: 702rpx;
  305. height: 288rpx;
  306. background: #FFFFFF;
  307. border-radius: 16rpx;
  308. padding: 32rpx 20rpx;
  309. box-sizing: border-box;
  310. .left {
  311. width: 144rpx;
  312. height: 144rpx;
  313. background: #F5F5F5;
  314. border-radius: 8rpx;
  315. .bourn {
  316. font-family: PingFangSC, PingFang SC;
  317. font-weight: 400;
  318. font-size: 20rpx;
  319. color: #222222;
  320. line-height: 28rpx;
  321. text-align: left;
  322. font-style: normal;
  323. }
  324. .addres {
  325. font-family: PingFangSC, PingFang SC;
  326. font-weight: 500;
  327. font-size: 28rpx;
  328. color: #222222;
  329. line-height: 40rpx;
  330. text-align: left;
  331. font-style: normal;
  332. }
  333. }
  334. }
  335. .flexc {
  336. display: flex;
  337. flex-direction: column;
  338. justify-content: center;
  339. align-items: center;
  340. }
  341. .hai {
  342. font-family: PingFangSC, PingFang SC;
  343. font-weight: 600;
  344. font-size: 32rpx;
  345. color: #222222;
  346. line-height: 44rpx;
  347. text-align: left;
  348. font-style: normal;
  349. margin-right: 10rpx;
  350. }
  351. .more {
  352. font-family: PingFangSC, PingFang SC;
  353. font-weight: 400;
  354. font-size: 24rpx;
  355. color: #F83224;
  356. line-height: 34rpx;
  357. text-align: left;
  358. font-style: normal;
  359. }
  360. .parcel {
  361. width: 702rpx;
  362. height: 260rpx;
  363. background: #FFFFFF;
  364. border-radius: 16rpx;
  365. margin-top: 20rpx;
  366. padding: 24rpx;
  367. box-sizing: border-box;
  368. .myparcel {
  369. font-family: PingFangSC, PingFang SC;
  370. font-weight: 600;
  371. font-size: 28rpx;
  372. color: #222222;
  373. line-height: 40rpx;
  374. text-align: left;
  375. font-style: normal;
  376. }
  377. .add {
  378. width: 240rpx;
  379. height: 48rpx;
  380. background: rgba(248, 50, 36, 0.06);
  381. border-radius: 24rpx;
  382. .addtext {
  383. font-family: PingFangSC, PingFang SC;
  384. font-weight: 600;
  385. font-size: 20rpx;
  386. color: #000000;
  387. line-height: 28rpx;
  388. text-align: left;
  389. font-style: normal;
  390. }
  391. }
  392. }
  393. .address {
  394. width: 702rpx;
  395. // height: 776rpx;
  396. background: #FFFFFF;
  397. border-radius: 20rpx;
  398. padding: 48rpx 24rpx 36rpx;
  399. box-sizing: border-box;
  400. margin-top: 38rpx;
  401. .bottom {
  402. padding: 0 76rpx;
  403. box-sizing: border-box;
  404. margin-top: 48rpx;
  405. .friend {
  406. font-family: PingFangSC, PingFang SC;
  407. font-weight: 400;
  408. font-size: 28rpx;
  409. color: #555555;
  410. line-height: 40rpx;
  411. text-align: left;
  412. font-style: normal;
  413. margin-left: 12rpx;
  414. }
  415. }
  416. .mail {
  417. width: 646rpx;
  418. height: 84rpx;
  419. background: #F83224;
  420. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  421. border-radius: 44rpx;
  422. font-family: PingFangSC, PingFang SC;
  423. font-weight: 500;
  424. font-size: 32rpx;
  425. color: #FFFFFF;
  426. line-height: 84rpx;
  427. text-align: center;
  428. font-style: normal;
  429. }
  430. .left {
  431. height: 128rpx;
  432. .pople {
  433. font-family: PingFangSC, PingFang SC;
  434. font-weight: 500;
  435. font-size: 30rpx;
  436. color: #222222;
  437. line-height: 42rpx;
  438. text-align: left;
  439. font-style: normal;
  440. }
  441. .jiadd {
  442. font-family: PingFangSC, PingFang SC;
  443. font-weight: 400;
  444. font-size: 26rpx;
  445. color: #777777;
  446. line-height: 36rpx;
  447. text-align: left;
  448. font-style: normal;
  449. }
  450. .right {
  451. font-family: PingFangSC, PingFang SC;
  452. font-weight: 500;
  453. font-size: 26rpx;
  454. color: #222222;
  455. line-height: 36rpx;
  456. text-align: left;
  457. font-style: normal;
  458. margin-left: 18rpx;
  459. }
  460. }
  461. }
  462. ::v-deep .u-navbar__content.data-v-1194bf80 {
  463. background-color: rgba(0, 0, 0, 0) !important;
  464. }
  465. ::v-deep .u-status-bar.data-v-13f16680 {
  466. background-color: rgba(0, 0, 0, 0) !important;
  467. }
  468. ::v-deep .u-subsection--button.data-v-b14d3440 {
  469. /* padding: 6rpx 34rpx !important; */
  470. border-radius: 64rpx !important;
  471. }
  472. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  473. border-radius: 32rpx !important;
  474. }
  475. </style>