kj-express.vue 27 KB

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