kj-express.vue 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168
  1. <template>
  2. <!-- 商城 -->
  3. <scroll-view
  4. class=""
  5. scroll-y="true"
  6. style="height: calc(100vh - 300rpx); padding: 0 24rpx"
  7. >
  8. <view style="position: relative; padding-bottom: 20rpx">
  9. <!-- 自定义导航栏 -->
  10. <image
  11. src="../../static/images/index/back.png"
  12. style="
  13. width: 750rpx;
  14. height: 1200rpx;
  15. position: absolute;
  16. top: 0;
  17. z-index: -1;
  18. left: -24rpx;
  19. "
  20. mode=""
  21. >
  22. </image>
  23. <!-- 地址 -->
  24. <view class="address">
  25. <view class="left u-flex" style="display: flex">
  26. <view
  27. class="u-row-between left"
  28. style="display: flex; flex-direction: column"
  29. >
  30. <image
  31. src="../../static/express/ji.png"
  32. style="width: 40rpx; height: 40rpx"
  33. mode=""
  34. ></image>
  35. <image
  36. @click="changeadd"
  37. src="../../static/express/change.png"
  38. style="width: 40rpx; height: 40rpx"
  39. mode=""
  40. >
  41. </image>
  42. </view>
  43. <view
  44. class="u-row-between left"
  45. style="
  46. flex: 1;
  47. margin-left: 28rpx;
  48. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  49. display: flex;
  50. "
  51. >
  52. <view
  53. v-if="JSON.stringify(topadd) == '{}'"
  54. class="u-row-between"
  55. style=""
  56. @click="send"
  57. >
  58. <view class="pople">{{ i18n.sender }}</view>
  59. <view class="jiadd" style="margin-top: 14rpx">{{
  60. i18n.informat
  61. }}</view>
  62. </view>
  63. <view v-else class="u-row-between" style="" @click="send">
  64. <view class="">
  65. <text class="topname">{{ topadd.name }}</text>
  66. <text class="topaddress" style="margin-left: 8rpx">{{
  67. replacePhoneToStar(topadd.mobile)
  68. }}</text>
  69. </view>
  70. <view class="topaddress" style="margin-top: 14rpx">{{
  71. topadd.full_address
  72. }}</view>
  73. </view>
  74. <view class="u-flex" @click.stop="addbook(1)">
  75. <view class="" style="color: rgba(151, 151, 151, 1)">|</view>
  76. <text class="right">{{ i18n.addressbook }}</text>
  77. </view>
  78. </view>
  79. </view>
  80. <view
  81. class="left u-flex"
  82. style="
  83. display: flex;
  84. margin-top: 26rpx;
  85. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  86. "
  87. >
  88. <view
  89. class="u-row-between left"
  90. style="display: flex; flex-direction: column"
  91. >
  92. <image
  93. src="../../static/express/shou.png"
  94. style="width: 40rpx; height: 40rpx"
  95. mode=""
  96. ></image>
  97. <!-- <image src="../../static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode=""> -->
  98. <!-- </image> -->
  99. </view>
  100. <view
  101. class="u-row-between left"
  102. style="flex: 1; margin-left: 28rpx; display: flex"
  103. >
  104. <view
  105. v-if="JSON.stringify(bottomadd) == '{}'"
  106. class="u-row-between"
  107. style=""
  108. @click="recipirnt"
  109. >
  110. <view class="pople">{{ i18n.recipient }}</view>
  111. <view class="jiadd" style="margin-top: 14rpx">{{
  112. i18n.informate
  113. }}</view>
  114. </view>
  115. <view v-else class="u-row-between" style="" @click="recipirnt">
  116. <view class="">
  117. <text class="topname">{{ bottomadd.name }}</text>
  118. <text class="topaddress" style="margin-left: 8rpx">{{
  119. replacePhoneToStar(bottomadd.mobile)
  120. }}</text>
  121. </view>
  122. <view class="topaddress" style="margin-top: 14rpx">{{
  123. bottomadd.full_address
  124. }}</view>
  125. </view>
  126. <view class="u-flex" @click.stop="addbook(0)">
  127. <view class="" style="color: rgba(151, 151, 151, 1)">|</view>
  128. <text class="right">{{ i18n.addressbook }}</text>
  129. </view>
  130. </view>
  131. </view>
  132. <!-- 物品信息 -->
  133. <view class="info u-flex u-row-between">
  134. <view class="u-flex">
  135. <text class="wupin">{{ i18n.item }}</text>
  136. <view class="mast">{{ i18n.required }}</view>
  137. </view>
  138. <view
  139. v-if="JSON.stringify(goodinfo) === '{}'"
  140. class="u-flex"
  141. @click="goods"
  142. >
  143. <view class="change">{{ i18n.selection }}</view>
  144. <image
  145. src="../../static/express/next1.png"
  146. style="width: 28rpx; height: 28rpx; margin-left: 6rpx"
  147. mode=""
  148. ></image>
  149. </view>
  150. <view v-else class="goodname" @click="goods">
  151. {{ goodinfo.goodname }},{{ goodinfo.weight }}kg
  152. </view>
  153. </view>
  154. <!-- 跨境物流 -->
  155. <view class="info u-flex u-row-between">
  156. <view class="u-flex">
  157. <text class="wupin">{{ i18n.flow }}</text>
  158. </view>
  159. <view class="u-flex" @click="changewu">
  160. <!-- <text class="change" style="color: rgba(248, 50, 36, 1);">{{i18n.selection}}</text> -->
  161. <text class="change" style="color: rgba(248, 50, 36, 1)">{{
  162. leftname ? leftname + " | " + rightname : i18n.selection
  163. }}</text>
  164. <image
  165. v-if="leftname == ''"
  166. src="../../static/express/next1.png"
  167. style="width: 28rpx; height: 28rpx; margin-left: 6rpx"
  168. mode=""
  169. ></image>
  170. </view>
  171. </view>
  172. <!-- 去寄件 -->
  173. <view class="" style="margin-top: 34rpx">
  174. <view class="mail" @click="todev">
  175. {{ i18n.mail }}
  176. </view>
  177. </view>
  178. <view class="bottom u-flex u-row-between">
  179. <button
  180. style="
  181. background-color: transparent;
  182. padding-left: 0 !important;
  183. padding-right: 0 !important;
  184. margin: 0 !important;
  185. "
  186. open-type="share"
  187. class="u-flex"
  188. >
  189. <image
  190. src="../../static/express/share.png"
  191. style="width: 36rpx; height: 36rpx"
  192. mode=""
  193. ></image>
  194. <text class="friend">{{ i18n.share }}</text>
  195. </button>
  196. <view class="friend">|</view>
  197. <view class="u-flex" @click="counter">
  198. <image
  199. src="/static/images/index/compile.png"
  200. style="width: 36rpx; height: 36rpx"
  201. mode=""
  202. >
  203. </image>
  204. <text class="friend">{{ i18n.compute }}</text>
  205. </view>
  206. </view>
  207. </view>
  208. <!-- 我的包裹 -->
  209. <view class="parcel">
  210. <view class="u-flex u-row-between">
  211. <view class="myparcel">
  212. <text>{{ i18n.mine }}</text>
  213. <text style="color: rgba(248, 50, 36, 1)">{{ i18n.parcel }}</text>
  214. </view>
  215. <view class="add u-flex">
  216. <image
  217. src="../../static/express/add.png"
  218. mode=""
  219. style="width: 44rpx; height: 44rpx"
  220. ></image>
  221. <text class="addtext" @click="toparcel">{{ i18n.addsign }}</text>
  222. </view>
  223. </view>
  224. <view class="u-flex u-row-around" style="margin-top: 44rpx">
  225. <view class="flexc" @click="pack('to_transit')">
  226. <view
  227. class=""
  228. style="position: relative; width: 68rpx; height: 68rpx"
  229. >
  230. <u-badge
  231. :absolute="true"
  232. :offset="[0, -15]"
  233. :type="type"
  234. max="99"
  235. :value="transit"
  236. ></u-badge>
  237. <image
  238. src="/static/express/address.png"
  239. style="width: 68rpx; height: 68rpx"
  240. mode=""
  241. >
  242. </image>
  243. </view>
  244. <text style="margin-top: 16rpx" class="bao">{{
  245. i18n.deliver
  246. }}</text>
  247. </view>
  248. <view
  249. class="flexc"
  250. style="position: relative"
  251. @click="pack('transit_receipt')"
  252. >
  253. <view
  254. class=""
  255. style="position: relative; width: 68rpx; height: 68rpx"
  256. >
  257. <u-badge
  258. :absolute="true"
  259. :offset="[0, -15]"
  260. :type="type"
  261. max="99"
  262. :value="receipt"
  263. ></u-badge>
  264. <image
  265. src="/static/express/sign.png"
  266. style="width: 68rpx; height: 68rpx"
  267. mode=""
  268. ></image>
  269. </view>
  270. <text style="margin-top: 16rpx" class="bao">{{ i18n.Sign }}</text>
  271. </view>
  272. <view
  273. class="flexc"
  274. style="position: relative"
  275. @click="pack('to_overseas')"
  276. >
  277. <view
  278. class=""
  279. style="position: relative; width: 68rpx; height: 68rpx"
  280. >
  281. <u-badge
  282. :absolute="true"
  283. :offset="[0, -15]"
  284. :type="type"
  285. max="99"
  286. :value="overseas"
  287. ></u-badge>
  288. <image
  289. src="../../static/express/send.png"
  290. style="width: 68rpx; height: 68rpx"
  291. mode=""
  292. ></image>
  293. </view>
  294. <text style="margin-top: 16rpx" class="bao">{{
  295. i18n.overseas
  296. }}</text>
  297. </view>
  298. </view>
  299. </view>
  300. <!-- 拼包 -->
  301. <view
  302. class="u-flex u-row-between"
  303. style="margin-top: 32rpx; width: 702rpx"
  304. >
  305. <view class="u-flex">
  306. <text class="hai">{{ i18n.parceling }}</text>
  307. <image
  308. v-if="language == 'zh-CN'"
  309. style="width: 180rpx; height: 32rpx"
  310. src="/static/express/label.png"
  311. mode=""
  312. ></image>
  313. <image
  314. v-if="language == 'en-US'"
  315. style="width: 300rpx; height: 32rpx"
  316. src="/static/express/label1.png"
  317. mode=""
  318. ></image>
  319. <image
  320. v-if="language == 'es-ES'"
  321. style="width: 334rpx; height: 32rpx"
  322. src="/static/express/label2.png"
  323. mode=""
  324. ></image>
  325. <image
  326. v-if="language == 'it-IT'"
  327. style="width: 366rpx; height: 32rpx"
  328. src="/static/express/label3.png"
  329. mode=""
  330. ></image>
  331. </view>
  332. <view class="u-flex">
  333. <text class="more" @click="more">{{ i18n.more }}</text>
  334. <image
  335. src="../../static/express/next2.png"
  336. style="width: 30rpx; height: 30rpx"
  337. mode=""
  338. ></image>
  339. </view>
  340. </view>
  341. <!-- 拼包数据 -->
  342. <view class="label" v-for="(item, idx) in expressList" :key="idx">
  343. <view class="" style="display: flex">
  344. <view class="left flexc">
  345. <text class="bourn">{{ i18n.destination }}</text>
  346. <view class="addres">{{ item.containerBase.country_name }}</view>
  347. <view class="addres">{{ item.containerBase.province_name }}</view>
  348. </view>
  349. <view class="" style="flex: 1; margin-left: 20rpx">
  350. <view class="u-flex u-row-between">
  351. <view class="">
  352. <text class="bigtitle" v-if="item.type == 'normal'">{{
  353. i18n.Ordinary
  354. }}</text>
  355. <text class="bigtitle" v-else>{{ i18n.Special }}</text>
  356. <text style="margin: 0 8rpx">|</text>
  357. <text v-if="language == 'zh-CN'" class="bigtitle">{{
  358. item.transportType.name_cn
  359. }}</text>
  360. <text v-if="language == 'en-US'" class="bigtitle">{{
  361. item.transportType.name_en
  362. }}</text>
  363. <text v-if="language == 'es-ES'" class="bigtitle">{{
  364. item.transportType.name_es
  365. }}</text>
  366. <text v-if="language == 'it-IT'" class="bigtitle">{{
  367. item.transportType.name_ita
  368. }}</text>
  369. </view>
  370. <view class="mon">
  371. <text class="timeb">{{ i18n.price }}</text>
  372. <text>¥</text>
  373. <text v-if="item.price" style="font-size: 32rpx">{{
  374. item.price.slice(0, -3)
  375. }}</text>
  376. <text v-if="item.price">{{ item.price.slice(-3) }}</text>
  377. </view>
  378. </view>
  379. <view class="" style="margin-top: 34rpx">
  380. <u-line-progress
  381. activeColor="rgba(255, 21, 21, 1)"
  382. :percentage="item.progress"
  383. height="6"
  384. :showText="false"
  385. ></u-line-progress>
  386. </view>
  387. <view class="u-flex u-row-between" style="margin-top: 20rpx">
  388. <view class="u-flex">
  389. <view class="">
  390. <text class="timeb">{{ i18n.already }} </text>
  391. <text class="timeb" style="color: rgba(255, 21, 21, 1)"
  392. >{{ item.used_weight }}kg</text
  393. >
  394. </view>
  395. <text style="margin: 0 8rpx">|</text>
  396. <view class="">
  397. <text class="timeb">{{ i18n.residue }} </text>
  398. <text class="timeb" style="color: rgba(255, 21, 21, 1)"
  399. >{{ item.residual_weight }}kg</text
  400. >
  401. </view>
  402. </view>
  403. <view class="">
  404. <text class="timeb">{{ i18n.plan }}{{ item.progress }}%</text>
  405. </view>
  406. </view>
  407. </view>
  408. </view>
  409. <view class="u-flex u-row-between" style="margin-top: 32rpx">
  410. <text class="timea"
  411. >{{ i18n.start }}:{{ item.begin_date }}/{{ i18n.cut }}:{{
  412. item.end_date
  413. }}</text
  414. >
  415. <view class="pinb" @click="toaccount(item)">{{
  416. i18n.goparceling
  417. }}</view>
  418. </view>
  419. </view>
  420. </view>
  421. <u-popup round="28" :show="logshow" @close="close">
  422. <view class="pop">
  423. <kj-flow
  424. :language="language"
  425. :goodstype="goodinfo.goodtype"
  426. ref="child"
  427. :province_id="province_id"
  428. @success="success"
  429. @close="close()"
  430. :leftchangea="leftchange"
  431. :rightchangea="rightchange"
  432. :typeida="typeid"
  433. ></kj-flow>
  434. </view>
  435. </u-popup>
  436. <!-- <u-button @click="show = true">打开</u-button> -->
  437. <!-- <view class="" style="height: 160rpx;"></view> -->
  438. </scroll-view>
  439. </template>
  440. <script>
  441. import { conn } from "@/utils/WebIM";
  442. export default {
  443. data() {
  444. return {
  445. //顶部分段器
  446. list: [],
  447. current: 0,
  448. type: "error",
  449. percentage: 50, //进度条
  450. logshow: false, //物流选择
  451. status_collection: "", //我的包裹选择值
  452. transit: 0, //发往中转点
  453. receipt: 0, //中转已签收
  454. overseas: 0, //正发往海外
  455. topadd: {}, //新建寄件人
  456. bottomadd: {}, //新建收件人
  457. province_id: "",
  458. leftname: "",
  459. rightname: "",
  460. container_id: "", //货柜列表
  461. language: "zh-CN",
  462. goodinfo: {}, //物品信息
  463. unit_price: "",
  464. expressList: [],
  465. leftchange: "",
  466. rightchange: "",
  467. typeid: "",
  468. unReadCount: 0,
  469. };
  470. },
  471. created(options) {
  472. this.list = [this.i18n.border, this.i18n.shop];
  473. // if (options.current) {
  474. // this.current = options.current
  475. // }
  476. this.topadd = {}; //新建寄件人
  477. this.bottomadd = {}; //新建收件人
  478. },
  479. mounted() {
  480. this.list[0] = this.i18n.border;
  481. this.list[1] = this.i18n.shop;
  482. // uni.setNavigationBarTitle({
  483. // title: this.i18n.setup
  484. // })
  485. this.express(); //获取包裹数量
  486. if (uni.getStorageSync("language") != "") {
  487. this.language = uni.getStorageSync("language");
  488. }
  489. this.getexpress();
  490. this.getlist();
  491. },
  492. computed: {
  493. i18n() {
  494. return this.$t("index");
  495. },
  496. },
  497. methods: {
  498. getlist() {
  499. this.unReadCount = 0;
  500. conn
  501. .getServerConversations({
  502. pageSize: 50,
  503. cursor: "",
  504. })
  505. .then((res) => {
  506. console.log(res);
  507. res.data.conversations.forEach((item) => {
  508. this.unReadCount += item.unReadCount;
  509. });
  510. });
  511. },
  512. onShareAppMessage(res) {
  513. if (res.from === "button") {
  514. // 来自页面内分享按钮
  515. console.log(res.target);
  516. }
  517. return {
  518. title: this.i18n.border,
  519. path: "/pages/express/express",
  520. };
  521. },
  522. callphone() {
  523. uni.$u.http
  524. .get("/api/config", {
  525. params: {
  526. module: "basic",
  527. },
  528. })
  529. .then((res) => {
  530. console.log(res);
  531. uni.makePhoneCall({
  532. phoneNumber: res.service_mobile,
  533. });
  534. })
  535. .catch(() => {});
  536. },
  537. //价格计算
  538. calculate() {
  539. uni.$u.http
  540. .get("/api/express-order/calculate", {
  541. params: {
  542. container_id: this.container_id, // 是 String 货柜ID
  543. weight: this.goodinfo.weight, //是 String 重量(kg)
  544. length: this.goodinfo.length, //是 String 长(m)
  545. width: this.goodinfo.width, //是 String 宽(m)
  546. height: this.goodinfo.height, //是 String 高(m)
  547. type: this.goodinfo.goodtype, //是 String 商品类型: normal.普通商品,
  548. },
  549. })
  550. .then((res) => {
  551. console.log(res);
  552. uni.navigateTo({
  553. url:
  554. "/pageB/delivery?goodinfo=" +
  555. encodeURIComponent(JSON.stringify(this.goodinfo)) +
  556. "&topadd=" +
  557. encodeURIComponent(JSON.stringify(this.topadd)) +
  558. "&bottom=" +
  559. encodeURIComponent(JSON.stringify(this.bottomadd)) +
  560. "&leftname=" +
  561. this.leftname +
  562. "&rightname=" +
  563. this.rightname +
  564. "&container_id=" +
  565. this.container_id +
  566. "&unit_price=" +
  567. this.unit_price +
  568. "&all=" +
  569. res,
  570. });
  571. })
  572. .catch(() => {});
  573. },
  574. //拼包列表
  575. getexpress() {
  576. uni.$u.http
  577. .get("/api/express-group-package", {
  578. params: {
  579. is_page: 0,
  580. page: 1,
  581. limit: 3,
  582. transport_type_id: "",
  583. container_base_id: "",
  584. type: "",
  585. },
  586. })
  587. .then((res) => {
  588. this.expressList = res;
  589. })
  590. .catch(() => {});
  591. },
  592. //跨境物流选择
  593. success(msg) {
  594. this.logshow = false;
  595. this.leftname = msg.leftname;
  596. this.container_id = msg.dateid;
  597. this.rightname = msg.rightname;
  598. this.unit_price = msg.unit_price;
  599. this.leftchange = msg.leftchange;
  600. this.rightchange = msg.rightchange;
  601. this.typeid = msg.typeid;
  602. },
  603. //物流选择
  604. changewu() {
  605. var that = this;
  606. if (this.province_id) {
  607. this.logshow = true;
  608. setTimeout(() => {
  609. console.log("2222222", this.$refs.child);
  610. that.$refs.child.transport();
  611. }, 800);
  612. } else {
  613. this.$u.toast(this.i18n.selectcity);
  614. }
  615. },
  616. //改变地址
  617. changeadd() {
  618. var a = {};
  619. a = this.topadd;
  620. this.topadd = this.bottomadd;
  621. this.bottomadd = a;
  622. this.province_id = this.bottomadd.province_id;
  623. },
  624. //正则匹配手机号
  625. replacePhoneToStar: function (phone) {
  626. if (phone) {
  627. return phone.replace(/(\d{3})\d{4}(\d{4})/, "$1****$2");
  628. }
  629. },
  630. //地址薄
  631. addbook(index) {
  632. var that = this;
  633. uni.navigateTo({
  634. url: "/pageC/addressManagement/addressManagement?tabs=" + index,
  635. events: {
  636. getadd(res) {
  637. if (index == 1) {
  638. that.topadd = res;
  639. console.log("topadd", that.topadd);
  640. } else {
  641. that.bottomadd = res;
  642. console.log("bottom", that.bottomadd);
  643. that.province_id = that.bottomadd.province_id;
  644. }
  645. },
  646. },
  647. });
  648. },
  649. //我的包裹
  650. express() {
  651. uni.$u.http
  652. .get("/api/express-order/status-count", {})
  653. .then((res) => {
  654. console.log(res);
  655. this.overseas = res.to_overseas;
  656. this.receipt = res.transit_receipt;
  657. this.transit = res.to_transit;
  658. })
  659. .catch(() => {});
  660. },
  661. todev() {
  662. if (JSON.stringify(this.topadd) === "{}") {
  663. this.$u.toast("请填写寄件人地址");
  664. } else if (JSON.stringify(this.bottomadd) === "{}") {
  665. this.$u.toast("请填写收件人地址");
  666. } else if (JSON.stringify(this.goodinfo) === "{}") {
  667. this.$u.toast("请填写物品信息");
  668. } else if (this.leftname == "") {
  669. this.$u.toast("请选择物流方式");
  670. } else {
  671. this.calculate();
  672. }
  673. },
  674. count() {
  675. uni.navigateTo({
  676. url: "/pageB/account",
  677. });
  678. },
  679. pack(index) {
  680. uni.navigateTo({
  681. // url: '/pageB/myPackage?index=' + index
  682. url: "/pageC/myPackage/myPackage?type=" + index,
  683. });
  684. },
  685. more() {
  686. uni.navigateTo({
  687. url: "/pageB/list/list",
  688. });
  689. },
  690. //拼包快递
  691. toaccount(info) {
  692. uni.navigateTo({
  693. url:
  694. "/pageB/ParcelExpress?expressinfo=" +
  695. encodeURIComponent(JSON.stringify(info)) +
  696. "&type=" +
  697. "pin",
  698. });
  699. },
  700. //物流计算器
  701. counter() {
  702. uni.navigateTo({
  703. url: "/pageA/counter",
  704. });
  705. },
  706. //消息
  707. tochat() {
  708. uni.navigateTo({
  709. url: "/pageA/chat/news",
  710. });
  711. },
  712. //物品信息
  713. goods() {
  714. var that = this;
  715. if (JSON.stringify(this.goodinfo) == "{}") {
  716. uni.navigateTo({
  717. url: "/pageB/goods",
  718. events: {
  719. goodinfo: function (res) {
  720. console.log("goodinfo", res);
  721. that.goodinfo = res;
  722. },
  723. },
  724. });
  725. } else {
  726. uni.navigateTo({
  727. url:
  728. "/pageB/goods?goodinfo=" +
  729. encodeURIComponent(JSON.stringify(this.goodinfo)),
  730. events: {
  731. goodinfo: function (res) {
  732. that.goodinfo = res;
  733. console.log(res);
  734. },
  735. },
  736. });
  737. }
  738. },
  739. //寄件人信息
  740. send() {
  741. var that = this;
  742. if (JSON.stringify(that.topadd) == "{}") {
  743. uni.navigateTo({
  744. url: "/pageC/addEditAddress/addEditAddress",
  745. events: {
  746. topadd: function (res) {
  747. // console.log(res);
  748. that.topadd = res;
  749. },
  750. },
  751. });
  752. } else {
  753. var that = this;
  754. uni.navigateTo({
  755. url: "/pageC/addEditAddress/addEditAddress?id=" + that.topadd.id,
  756. events: {
  757. topadd: function (res) {
  758. // console.log(res);
  759. that.topadd = res;
  760. },
  761. },
  762. });
  763. }
  764. },
  765. recipirnt() {
  766. var that = this;
  767. if (JSON.stringify(that.bottomadd) == "{}") {
  768. uni.navigateTo({
  769. url: "/pageB/recipientinfo",
  770. events: {
  771. bottomadd: function (res) {
  772. console.log(res);
  773. that.bottomadd = res;
  774. that.province_id = res.province_id;
  775. },
  776. },
  777. });
  778. } else {
  779. uni.navigateTo({
  780. url: "/pageB/recipientinfo?id=" + that.bottomadd.id,
  781. events: {
  782. bottomadd: function (res) {
  783. console.log(res);
  784. that.bottomadd = res;
  785. that.province_id = res.province_id;
  786. },
  787. },
  788. });
  789. }
  790. },
  791. close() {
  792. this.logshow = false;
  793. },
  794. //分段器切换
  795. sectionChange(index) {
  796. this.current = index;
  797. console.log(index);
  798. if (this.current == 1) {
  799. uni.switchTab({
  800. url: "/pages/index/index?current=1",
  801. });
  802. this.current = 0;
  803. }
  804. },
  805. toparcel() {
  806. uni.navigateTo({
  807. url: "/pageB/parcel",
  808. });
  809. },
  810. },
  811. };
  812. </script>
  813. <style lang="scss" scoped>
  814. button {
  815. border: 0rpx solid rgba(0, 0, 0, 1) !important;
  816. }
  817. page {
  818. background-color: rgba(0, 0, 0, 0);
  819. }
  820. .bao {
  821. font-family: PingFangSC, PingFang SC;
  822. font-weight: 400;
  823. font-size: 26rpx;
  824. color: #222222;
  825. line-height: 36rpx;
  826. text-align: center;
  827. font-style: normal;
  828. }
  829. .goodname {
  830. font-family: SFPro, SFPro;
  831. font-weight: 400;
  832. font-size: 28rpx;
  833. color: #222222;
  834. line-height: 32rpx;
  835. text-align: left;
  836. font-style: normal;
  837. }
  838. .topname {
  839. font-family: PingFangSC, PingFang SC;
  840. font-weight: 500;
  841. font-size: 30rpx;
  842. color: #222222;
  843. line-height: 42rpx;
  844. text-align: left;
  845. font-style: normal;
  846. }
  847. .topaddress {
  848. font-family: PingFangSC, PingFang SC;
  849. font-weight: 400;
  850. font-size: 26rpx;
  851. color: #777777;
  852. line-height: 36rpx;
  853. text-align: left;
  854. font-style: normal;
  855. }
  856. .pop {
  857. font-family: PingFangSC, PingFang SC;
  858. font-weight: 500;
  859. font-size: 36rpx;
  860. color: #333333;
  861. line-height: 50rpx;
  862. text-align: left;
  863. font-style: normal;
  864. padding: 32rpx 28rpx 0 0;
  865. box-sizing: border-box;
  866. }
  867. .mon {
  868. font-family: HarmonyOS_Sans_Medium;
  869. font-size: 20rpx;
  870. color: #f83224;
  871. line-height: 26rpx;
  872. text-align: left;
  873. font-style: normal;
  874. font-weight: 600;
  875. }
  876. .bigtitle {
  877. font-family: PingFangSC, PingFang SC;
  878. font-weight: 600;
  879. font-size: 28rpx;
  880. color: #222222;
  881. line-height: 40rpx;
  882. text-align: left;
  883. font-style: normal;
  884. }
  885. .timeb {
  886. font-family: PingFangSC, PingFang SC;
  887. font-weight: 400;
  888. font-size: 22rpx;
  889. color: #666666;
  890. line-height: 32rpx;
  891. text-align: left;
  892. font-style: normal;
  893. }
  894. .timea {
  895. font-family: PingFangSC, PingFang SC;
  896. font-weight: 400;
  897. font-size: 22rpx;
  898. color: #555555;
  899. line-height: 32rpx;
  900. text-align: left;
  901. font-style: normal;
  902. }
  903. .pinb {
  904. width: 148rpx;
  905. height: 64rpx;
  906. background: #ff1515;
  907. border-radius: 42rpx;
  908. font-family: PingFangSC, PingFang SC;
  909. font-weight: 500;
  910. font-size: 28rpx;
  911. color: #ffffff;
  912. line-height: 64rpx;
  913. text-align: center;
  914. font-style: normal;
  915. }
  916. .label {
  917. margin-top: 20rpx;
  918. width: 702rpx;
  919. // height: 288rpx;
  920. background: #ffffff;
  921. border-radius: 16rpx;
  922. padding: 32rpx 20rpx;
  923. box-sizing: border-box;
  924. .left {
  925. width: 144rpx;
  926. height: 144rpx;
  927. background: #f5f5f5;
  928. border-radius: 8rpx;
  929. .bourn {
  930. font-family: PingFangSC, PingFang SC;
  931. font-weight: 400;
  932. font-size: 20rpx;
  933. color: #222222;
  934. line-height: 28rpx;
  935. text-align: left;
  936. font-style: normal;
  937. }
  938. .addres {
  939. font-family: PingFangSC, PingFang SC;
  940. font-weight: 500;
  941. font-size: 28rpx;
  942. color: #222222;
  943. line-height: 40rpx;
  944. text-align: left;
  945. font-style: normal;
  946. }
  947. }
  948. }
  949. .flexc {
  950. display: flex;
  951. flex-direction: column;
  952. justify-content: center;
  953. align-items: center;
  954. }
  955. .hai {
  956. font-family: PingFangSC, PingFang SC;
  957. font-weight: 600;
  958. font-size: 32rpx;
  959. color: #222222;
  960. line-height: 44rpx;
  961. text-align: left;
  962. font-style: normal;
  963. margin-right: 10rpx;
  964. }
  965. .more {
  966. font-family: PingFangSC, PingFang SC;
  967. font-weight: 400;
  968. font-size: 24rpx;
  969. color: #f83224;
  970. line-height: 34rpx;
  971. text-align: left;
  972. font-style: normal;
  973. }
  974. .parcel {
  975. width: 702rpx;
  976. // height: 260rpx;
  977. background: #ffffff;
  978. border-radius: 16rpx;
  979. margin-top: 20rpx;
  980. padding: 24rpx;
  981. box-sizing: border-box;
  982. .myparcel {
  983. font-family: PingFangSC, PingFang SC;
  984. font-weight: 600;
  985. font-size: 28rpx;
  986. color: #222222;
  987. line-height: 40rpx;
  988. text-align: left;
  989. font-style: normal;
  990. }
  991. .add {
  992. // width: 240rpx;
  993. height: 48rpx;
  994. background: rgba(248, 50, 36, 0.06);
  995. border-radius: 24rpx;
  996. .addtext {
  997. font-family: PingFangSC, PingFang SC;
  998. font-weight: 600;
  999. font-size: 20rpx;
  1000. color: #000000;
  1001. line-height: 28rpx;
  1002. text-align: left;
  1003. font-style: normal;
  1004. }
  1005. }
  1006. }
  1007. .address {
  1008. width: 702rpx;
  1009. // height: 776rpx;
  1010. background: #ffffff;
  1011. border-radius: 20rpx;
  1012. padding: 48rpx 24rpx 36rpx;
  1013. box-sizing: border-box;
  1014. margin-top: 38rpx;
  1015. .bottom {
  1016. padding: 0 76rpx;
  1017. box-sizing: border-box;
  1018. margin-top: 48rpx;
  1019. .friend {
  1020. font-family: PingFangSC, PingFang SC;
  1021. font-weight: 400;
  1022. font-size: 28rpx;
  1023. color: #555555;
  1024. line-height: 40rpx;
  1025. text-align: left;
  1026. font-style: normal;
  1027. margin-left: 12rpx;
  1028. }
  1029. }
  1030. .mail {
  1031. width: 646rpx;
  1032. height: 84rpx;
  1033. background: #f83224;
  1034. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  1035. border-radius: 44rpx;
  1036. font-family: PingFangSC, PingFang SC;
  1037. font-weight: 500;
  1038. font-size: 32rpx;
  1039. color: #ffffff;
  1040. line-height: 84rpx;
  1041. text-align: center;
  1042. font-style: normal;
  1043. }
  1044. .info {
  1045. height: 100rpx;
  1046. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  1047. .wupin {
  1048. font-family: PingFangSC, PingFang SC;
  1049. font-weight: 400;
  1050. font-size: 28rpx;
  1051. color: #333333;
  1052. line-height: 40rpx;
  1053. text-align: left;
  1054. font-style: normal;
  1055. }
  1056. .change {
  1057. font-family: PingFangSC, PingFang SC;
  1058. font-weight: 400;
  1059. font-size: 28rpx;
  1060. color: #666666;
  1061. line-height: 40rpx;
  1062. text-align: left;
  1063. font-style: normal;
  1064. }
  1065. .mast {
  1066. // width: 62rpx;
  1067. height: 30rpx;
  1068. border-radius: 16rpx;
  1069. border: 1rpx solid #f83224;
  1070. font-family: PingFangSC, PingFang SC;
  1071. font-weight: 400;
  1072. font-size: 20rpx;
  1073. color: #ff1515;
  1074. line-height: 30rpx;
  1075. text-align: center;
  1076. font-style: normal;
  1077. margin-left: 12rpx;
  1078. padding: 0 4rpx;
  1079. box-sizing: border-box;
  1080. }
  1081. }
  1082. .left {
  1083. height: 128rpx;
  1084. .pople {
  1085. font-family: PingFangSC, PingFang SC;
  1086. font-weight: 500;
  1087. font-size: 30rpx;
  1088. color: #222222;
  1089. line-height: 42rpx;
  1090. text-align: left;
  1091. font-style: normal;
  1092. }
  1093. .jiadd {
  1094. font-family: PingFangSC, PingFang SC;
  1095. font-weight: 400;
  1096. font-size: 26rpx;
  1097. color: #777777;
  1098. line-height: 36rpx;
  1099. text-align: left;
  1100. font-style: normal;
  1101. }
  1102. .right {
  1103. font-family: PingFangSC, PingFang SC;
  1104. font-weight: 600;
  1105. font-size: 26rpx;
  1106. color: #222222;
  1107. line-height: 36rpx;
  1108. text-align: left;
  1109. font-style: normal;
  1110. margin-left: 18rpx;
  1111. }
  1112. }
  1113. }
  1114. // ::v-deep .u-navbar__content.data-v-1194bf80 {
  1115. // background-color: rgba(0, 0, 0, 0) !important;
  1116. // }
  1117. // ::v-deep .u-status-bar.data-v-13f16680 {
  1118. // background-color: rgba(0, 0, 0, 0) !important;
  1119. // }
  1120. ::v-deep .u-subsection--button.data-v-b14d3440 {
  1121. /* padding: 6rpx 34rpx !important; */
  1122. border-radius: 64rpx !important;
  1123. }
  1124. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  1125. border-radius: 32rpx !important;
  1126. }
  1127. </style>