myPackage.vue 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. <template>
  2. <!-- 我的包裹 -->
  3. <view>
  4. <view class="top">
  5. <view class="inputbg u-flex">
  6. <u-icon name="search" color="#777777" size="32"></u-icon>
  7. <input type="text" placeholder="请输入订单编号搜索" style="flex: 1;margin-left: 12rpx;" />
  8. </view>
  9. <!-- rgba(252, 97, 74, 1) -->
  10. <view class="">
  11. <u-tabs :scrollable='false' :current='current' :list="list1" @click="click"></u-tabs>
  12. </view>
  13. </view>
  14. <view class="content">
  15. <view class="kg u-flex">
  16. <image src="static/images/kg.png" style="width: 36rpx;height: 36rpx;" mode=""></image>
  17. <text style="margin-left: 20rpx;">当前页面加载的订单总重量300kg</text>
  18. </view>
  19. <view class="info" v-if="current==0">
  20. <view class="u-flex u-row-between">
  21. <view class="u-flex ">
  22. <!-- <view class="tab">平台自购</view> -->
  23. <view class="tab" style="background: rgba(255, 103, 0, 1);">自寄</view>
  24. <text class="order">订单编号:487322109310589</text>
  25. </view>
  26. <text class="order" style="color:rgba(248, 50, 36, 1) ;">待平台收货</text>
  27. </view>
  28. <view class="u-flex u-row-around" style="margin-top: 40rpx;">
  29. <view class="flexc">
  30. <view class="entrepotname">东莞仓库</view>
  31. <view class="adda">陈盼盼</view>
  32. </view>
  33. <image src="/pageB/static/images/arrows.png" style="width: 130rpx;height: 10rpx;" mode=""></image>
  34. <view class="flexc">
  35. <view class="entrepotname">澳大利亚</view>
  36. <view class="adda">Curtis Morris</view>
  37. </view>
  38. </view>
  39. <view class="" style="margin-top: 36rpx;text-align: right;">
  40. <text class="sum">合计</text>
  41. <text class="money" style="">¥</text>
  42. <text class="money" style="font-size: 36rpx;">1280</text>
  43. <text class="money">.00</text>
  44. </view>
  45. <view class="content-bottom u-flex u-row-between">
  46. <text class="weight">包裹重量:45kg</text>
  47. <view class="u-flex">
  48. <!-- <view class="btn">冻结</view>
  49. <view class="btn">查看详情</view> -->
  50. <!-- <view class="btn">恢复</view> -->
  51. <view class="btn"
  52. style="background-color:rgba(248, 50, 36, 1) ;color: #fff;border: 2rpx solid rgba(248, 50, 36, 0);">
  53. 立即付款</view>
  54. <view class="btn"
  55. style="background-color:rgba(248, 50, 36, 1) ;color: #fff;border: 2rpx solid rgba(248, 50, 36, 0);">
  56. 去寄件</view>
  57. </view>
  58. </view>
  59. </view>
  60. </view>
  61. </view>
  62. </template>
  63. <script>
  64. export default {
  65. data() {
  66. return {
  67. current: 0, //tab切换
  68. list1: [{
  69. name: '发往中转点 4',
  70. }, {
  71. name: '中转已签收 12',
  72. }, {
  73. name: '正发往海外 2'
  74. }]
  75. };
  76. },
  77. onLoad(options) {
  78. console.log(options);
  79. this.current = options.index
  80. },
  81. onShow() {
  82. },
  83. methods: {
  84. click(item) {
  85. console.log('item', item);
  86. this.current = item.index
  87. }
  88. },
  89. mounted() {
  90. }
  91. }
  92. </script>
  93. <style lang="scss" scoped>
  94. .flexc {
  95. display: flex;
  96. flex-direction: column;
  97. justify-content: center;
  98. align-items: center;
  99. }
  100. .content {
  101. padding: 20rpx 24rpx;
  102. box-sizing: border-box;
  103. .content-bottom {
  104. border-top: 2rpx solid rgba(151, 151, 151, 0.1);
  105. margin-top: 30rpx;
  106. padding-top: 30rpx;
  107. .weight {
  108. font-family: PingFangSC, PingFang SC;
  109. font-weight: 400;
  110. font-size: 26rpx;
  111. color: #444444;
  112. line-height: 36rpx;
  113. text-align: left;
  114. font-style: normal;
  115. }
  116. .btn {
  117. // width: 132rpx;
  118. height: 68rpx;
  119. border-radius: 34rpx;
  120. border: 1rpx solid rgba(151, 151, 151, 0.7);
  121. display: inline;
  122. padding: 0 38rpx;
  123. box-sizing: border-box;
  124. font-family: PingFangSC, PingFang SC;
  125. font-weight: 400;
  126. font-size: 28rpx;
  127. color: #333333;
  128. line-height: 68rpx;
  129. text-align: center;
  130. font-style: normal;
  131. margin-left: 20rpx;
  132. }
  133. }
  134. .sum {
  135. font-family: PingFangSC, PingFang SC;
  136. font-weight: 400;
  137. font-size: 24rpx;
  138. color: #333333;
  139. line-height: 34rpx;
  140. text-align: left;
  141. font-style: normal;
  142. margin-right: 8rpx;
  143. }
  144. .money {
  145. font-family: JDZhengHT, JDZhengHT;
  146. font-weight: 400;
  147. // font-size: 26rpx;
  148. color: #F83224;
  149. line-height: 32rpx;
  150. text-align: left;
  151. font-style: normal;
  152. }
  153. .adda {
  154. margin-top: 8rpx;
  155. font-family: PingFangSC, PingFang SC;
  156. font-weight: 400;
  157. font-size: 24rpx;
  158. color: #222222;
  159. line-height: 34rpx;
  160. text-align: right;
  161. font-style: normal;
  162. }
  163. .entrepotname {
  164. font-family: PingFangSC, PingFang SC;
  165. font-weight: 500;
  166. font-size: 32rpx;
  167. color: #222222;
  168. line-height: 44rpx;
  169. text-align: left;
  170. font-style: normal;
  171. }
  172. .tab {
  173. // width: 96rpx;
  174. height: 36rpx;
  175. background: #FF1515;
  176. border-radius: 4rpx;
  177. font-family: PingFangSC, PingFang SC;
  178. font-weight: 400;
  179. font-size: 20rpx;
  180. color: #FFFFFF;
  181. line-height: 36rpx;
  182. text-align: center;
  183. font-style: normal;
  184. margin-right: 8rpx;
  185. padding: 0 8rpx;
  186. }
  187. .order {
  188. font-family: SFPro, SFPro;
  189. font-weight: 400;
  190. font-size: 26rpx;
  191. color: #333333;
  192. line-height: 30rpx;
  193. text-align: left;
  194. font-style: normal;
  195. }
  196. .info {
  197. width: 702rpx;
  198. // height: 366rpx;
  199. background: #FFFFFF;
  200. border-radius: 16rpx;
  201. padding: 28rpx 20rpx;
  202. box-sizing: border-box;
  203. margin-top: 20rpx;
  204. }
  205. .kg {
  206. width: 702rpx;
  207. // height: 68rpx;
  208. background: #FBE8E6;
  209. border-radius: 10rpx;
  210. padding: 18rpx 26rpx;
  211. box-sizing: border-box;
  212. font-family: PingFangSC, PingFang SC;
  213. font-weight: 400;
  214. font-size: 24rpx;
  215. color: #F83224;
  216. line-height: 34rpx;
  217. text-align: left;
  218. font-style: normal;
  219. }
  220. }
  221. .top {
  222. padding: 20rpx 24rpx;
  223. box-sizing: border-box;
  224. background-color: #fff;
  225. .inputbg {
  226. width: 694rpx;
  227. height: 72rpx;
  228. background: #F4F4F4;
  229. border-radius: 38rpx;
  230. padding: 0 38rpx;
  231. box-sizing: border-box;
  232. }
  233. }
  234. </style>