kj-express.vue 25 KB

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