express.vue 25 KB

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