express.vue 26 KB

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