refund.vue 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. <template>
  2. <view class="content">
  3. <view class="box">
  4. <block v-for="(item,index) in pageList" :key="index">
  5. <view class="box_item">
  6. <view class="hflex acenter jbetween cell">
  7. <view class="hflex acenter" @click="toShop(item.id)">
  8. <view class="title">{{item.name}}</view>
  9. <u-icon color="#B5B5B5" name="arrow-right" size="10"></u-icon>
  10. </view>
  11. <view class="name">{{item.stateName}}</view>
  12. </view>
  13. <view>
  14. <view class="hflex acenter" v-if="item.good.length == 1">
  15. <view>
  16. <image :src="item.good[0].img" mode="aspectFill" class="img"></image>
  17. </view>
  18. <view class="img_right">
  19. <view class="hflex acenter jbetween">
  20. <view class="name text_hide">{{item.good[0].name}}</view>
  21. <view class="price">¥{{item.good[0].price}}</view>
  22. </view>
  23. <view class="hflex jbetween" style="padding-top: 12rpx;">
  24. <view class="norm">{{item.good[0].norm}}</view>
  25. <view class="num">X{{item.good[0].num}}</view>
  26. </view>
  27. </view>
  28. </view>
  29. <view class="scroll_img" v-else>
  30. <scroll-view scroll-x="true" style="white-space: nowrap;" class="imgs hflex">
  31. <block v-for="(item2,index2) in item.good" :key="index2">
  32. <view class="imgs_item">
  33. <image :src="item2.img" class="img"></image>
  34. </view>
  35. </block>
  36. </scroll-view>
  37. <view class="img_leng">共{{item.good.length}}件</view>
  38. </view>
  39. </view>
  40. <view class="hflex acenter jend cell">
  41. <view class="price">退款:¥{{item.pay}}</view>
  42. </view>
  43. <view class="hflex acenter jend cell">
  44. <view class="btn1">删除记录</view>
  45. <view class="btn1 btn2" @click="toOrderDetail(item.id)">查看详情</view>
  46. </view>
  47. </view>
  48. </block>
  49. </view>
  50. </view>
  51. </template>
  52. <script>
  53. import $api from '@/static/js/api.js'
  54. var that = ''
  55. export default {
  56. data() {
  57. return {
  58. pageList: [
  59. {
  60. id: 1,
  61. name: '江南造船厂',
  62. state: 0,
  63. stateName: '已退款',
  64. good: [
  65. {
  66. id:2,
  67. img: '/static/images/index/class_img3.png',
  68. name: 'wanpy顽皮鲜封包猫咪鸡胸…',
  69. price: 29.90,
  70. norm: '网络类型:无需合约机;颜色:黑色;尺寸:12寸;配置:128G',
  71. num: 1,
  72. }
  73. ],
  74. pay: 29.90
  75. },
  76. {
  77. id: 3,
  78. name: '福东海官方自营旗舰店',
  79. state: 1,
  80. stateName: '退款中',
  81. good: [
  82. {
  83. id:2,
  84. img: '/static/images/index/class_img3.png',
  85. name: 'wanpy顽皮鲜封包猫咪鸡胸…',
  86. price: 29.90,
  87. norm: '网络类型:无需合约机;颜色:黑色;尺寸:12寸;配置:128G',
  88. num: 1,
  89. },
  90. {
  91. id:2,
  92. img: '/static/images/index/class_img3.png',
  93. name: 'wanpy顽皮鲜封包猫咪鸡胸…',
  94. price: 29.90,
  95. norm: '网络类型:无需合约机;颜色:黑色;尺寸:12寸;配置:128G',
  96. num: 1,
  97. },
  98. {
  99. id:2,
  100. img: '/static/images/index/class_img3.png',
  101. name: 'wanpy顽皮鲜封包猫咪鸡胸…',
  102. price: 29.90,
  103. norm: '网络类型:无需合约机;颜色:黑色;尺寸:12寸;配置:128G',
  104. num: 1,
  105. },
  106. {
  107. id:2,
  108. img: '/static/images/index/class_img3.png',
  109. name: 'wanpy顽皮鲜封包猫咪鸡胸…',
  110. price: 29.90,
  111. norm: '网络类型:无需合约机;颜色:黑色;尺寸:12寸;配置:128G',
  112. num: 1,
  113. }
  114. ],
  115. pay: 29.90
  116. },
  117. {
  118. id: 4,
  119. name: '江南造船厂',
  120. state: 2,
  121. stateName: '已退款',
  122. good: [
  123. {
  124. id:2,
  125. img: '/static/images/index/class_img3.png',
  126. name: 'wanpy顽皮鲜封包猫咪鸡胸…',
  127. price: 29.90,
  128. norm: '网络类型:无需合约机;颜色:黑色;尺寸:12寸;配置:128G',
  129. num: 1,
  130. }
  131. ],
  132. pay: 29.90
  133. },
  134. {
  135. id: 5,
  136. name: '江南造船厂',
  137. state: 3,
  138. stateName: '已退款',
  139. good: [
  140. {
  141. id:2,
  142. img: '/static/images/index/class_img3.png',
  143. name: 'wanpy顽皮鲜封包猫咪鸡胸…',
  144. price: 29.90,
  145. norm: '网络类型:无需合约机;颜色:黑色;尺寸:12寸;配置:128G',
  146. num: 1,
  147. }
  148. ],
  149. pay: 29.90
  150. },
  151. ]
  152. }
  153. },
  154. onLoad() {
  155. that = this
  156. that.getList()
  157. },
  158. methods: {
  159. getList() {
  160. $api.req({
  161. url: '/data/api.Order/order_list',
  162. method: 'POST',
  163. data: {
  164. status: 5
  165. }
  166. }, function(res) {
  167. if(res.code == 1) {
  168. that.pageList = res.data.list
  169. }
  170. })
  171. },
  172. // 店铺
  173. toShop(id) {
  174. $api.jump('/page_shop/pages/good/shop?id=' + id)
  175. },
  176. toOrderDetail(id) {
  177. console.log(id);
  178. $api.jump('/page_shop/pages/order/refundDetail?id=' + id)
  179. }
  180. },
  181. }
  182. </script>
  183. <style lang="scss" scoped>
  184. .content {
  185. background: #F3F3F3;
  186. .top {
  187. box-sizing: border-box;
  188. // padding: 30rpx;
  189. // height: 540rpx;
  190. .u-nav-slot {
  191. position: absolute;
  192. top: 8rpx;
  193. left: 134rpx;
  194. }
  195. .tabs {
  196. background-color: #fff;
  197. width: 100%;
  198. box-sizing: border-box;
  199. padding: 20rpx 30rpx;
  200. .tab_item {
  201. font-size: 32rpx;
  202. font-weight: 400;
  203. color: #333333;
  204. line-height: 44rpx;
  205. }
  206. .tab_active {
  207. font-weight: 500;
  208. color: #222222;
  209. position: relative;
  210. }
  211. .tab_active::after {
  212. content: "";
  213. position: absolute;
  214. bottom: -14rpx;
  215. left: 12rpx;
  216. width: 40rpx;
  217. height: 6rpx;
  218. background: #506DFF;
  219. border-radius: 4rpx;
  220. }
  221. }
  222. }
  223. .box {
  224. width: 100%;
  225. box-sizing: border-box;
  226. padding: 0 30rpx;
  227. .box_item {
  228. background: #FFFFFF;
  229. border-radius: 20rpx;
  230. width: 100%;
  231. margin-top: 20rpx;
  232. box-sizing: border-box;
  233. padding: 0 20rpx;
  234. .cell {
  235. padding: 20rpx 0;
  236. }
  237. .title {
  238. font-size: 30rpx;
  239. font-weight: 500;
  240. color: #333333;
  241. line-height: 42rpx;
  242. }
  243. .text-blue {
  244. font-size: 26rpx;
  245. font-weight: 400;
  246. color: #506DFF;
  247. line-height: 36rpx;
  248. }
  249. .img {
  250. width: 160rpx;
  251. height: 160rpx;
  252. border-radius: 16rpx;
  253. }
  254. .img_right {
  255. margin-left: 16rpx;
  256. width: calc(100% - 176rpx);
  257. .name {
  258. width: 392rpx;
  259. font-size: 28rpx;
  260. font-weight: 500;
  261. color: #222222;
  262. line-height: 40rpx;
  263. }
  264. .norm {
  265. width: 308rpx;
  266. height: 84rpx;
  267. background: #F5F5F5;
  268. border-radius: 4rpx;
  269. font-size: 22rpx;
  270. font-weight: 400;
  271. color: #888888;
  272. line-height: 32rpx;
  273. box-sizing: border-box;
  274. padding: 12rpx;
  275. }
  276. .num {
  277. font-size: 24rpx;
  278. font-weight: 500;
  279. color: #888888;
  280. line-height: 28rpx;
  281. }
  282. }
  283. .scroll_img {
  284. position: relative;
  285. .imgs {
  286. width: 100%;
  287. height: 170rpx;
  288. overflow: hidden;
  289. white-space: nowrap;
  290. .imgs_item {
  291. width: 160rpx;
  292. height: 160rpx;
  293. border-radius: 16rpx;
  294. margin-right: 20rpx;
  295. display: inline-block;
  296. }
  297. }
  298. .img_leng {
  299. position: absolute;
  300. right: 0;
  301. top: 0;
  302. width: 130rpx;
  303. height: 160rpx;
  304. border-radius: 12rpx;
  305. font-size: 24rpx;
  306. font-weight: 500;
  307. color: #222222;
  308. line-height: 160rpx;
  309. text-align: center;
  310. background: linear-gradient(270deg, #FFFFFF 0%, rgba(255,255,255,0.78) 100%);
  311. }
  312. }
  313. .price {
  314. font-size: 30rpx;
  315. font-weight: 400;
  316. color: #222222;
  317. line-height: 24rpx;
  318. }
  319. .btn1 {
  320. width: 180rpx;
  321. height: 68rpx;
  322. border-radius: 36rpx;
  323. border: 1px solid #D0D0D0;
  324. text-align: center;
  325. font-size: 28rpx;
  326. font-weight: 400;
  327. color: #222222;
  328. line-height: 68rpx;
  329. }
  330. .btn2 {
  331. border: 1px solid #506DFF;
  332. color: #506DFF;
  333. margin-left: 32rpx;
  334. }
  335. }
  336. }
  337. .box:nth-last-child(1) {
  338. margin-bottom: 30rpx;
  339. }
  340. }
  341. </style>