express.vue 25 KB

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