express.vue 26 KB

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