orderinfo.vue 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. <template>
  2. <view class="page">
  3. <view class="info">
  4. <view class="u-flex u-row-between">
  5. <text class="shang">商品信息</text>
  6. <text class="more" @click="open" v-if="orderlist.length>3 && this.opena == false">展开</text>
  7. <text class="more" @click="open" v-if="orderlist.length>3 && this.opena==true">收起</text>
  8. </view>
  9. <!-- <view v-if="index==1" class="u-flex" style="margin-top: 32rpx;" :key="index">
  10. <view class="box">
  11. <image :src="item.image" style="width: 120rpx;height: 160rpx;" mode=""></image>
  12. </view>
  13. <view class=""
  14. style="margin-left: 20rpx;justify-content: space-between;display: flex;flex-direction: column;height: 160rpx;">
  15. <view class="" style="width: 500rpx;">
  16. <view class="title u-line-1" style="margin-bottom: 8rpx;">{{item.title}}</view>
  17. <view class="fufei">资源类型:付费资源</view>
  18. <view class="fufei">资源类型:免费资源</view>
  19. </view>
  20. <view class="money">¥{{item.price}}</view>
  21. </view>
  22. </view> -->
  23. <view v-if="index==3" class="u-flex" style="margin-top: 32rpx;" v-for="(item,index) in orderlist" :key="index">
  24. <view class="box">
  25. <image :src="item.good_item.image" style="width: 200rpx;height: 160rpx;" mode=""></image>
  26. </view>
  27. <view class=""
  28. style="margin-left: 20rpx;justify-content: space-between;display: flex;flex-direction: column;height: 160rpx;">
  29. <view class="" style="width: 400rpx;">
  30. <view class="title u-line-1" style="margin-bottom: 8rpx;">{{item.good_item.title}}</view>
  31. <view class="fufei" v-if="item.good_item.price>0">资源类型:付费资源</view>
  32. <view class="fufei" v-if="item.good_item.price==0">资源类型:免费资源</view>
  33. </view>
  34. <view class="money">¥{{item.good_item.price}}</view>
  35. </view>
  36. </view>
  37. <view class="u-flex" style="margin-top: 32rpx;" v-for="(item,index) in orderlist" :key="index">
  38. <view class="box">
  39. <image :src="item.good_item.image" style="width: 120rpx;height: 160rpx;" mode=""></image>
  40. </view>
  41. <view class=""
  42. style="margin-left: 20rpx;justify-content: space-between;display: flex;flex-direction: column;height: 160rpx;">
  43. <view class="" style="width: 500rpx;">
  44. <view class="title u-line-1" style="margin-bottom: 8rpx;">{{item.good_item.title}}</view>
  45. <view class="fufei" v-if="item.good_item.price>0">资源类型:付费资源</view>
  46. <view class="fufei" v-if="item.good_item.price==0">资源类型:免费资源</view>
  47. </view>
  48. <view class="money">¥{{item.good_item.price}}</view>
  49. </view>
  50. </view>
  51. <view class="jiner ">
  52. <view class="" style="margin-top: 24rpx;" class="u-flex u-row-between">
  53. <text class="sum">商品金额</text>
  54. <view class="">
  55. <text class="figure">¥</text>
  56. <text class="figure" style="font-size: 32rpx;font-weight: 400;">{{orderinfo.total_price}}</text>
  57. </view>
  58. </view>
  59. </view>
  60. </view>
  61. <view class="pay">
  62. <u-radio-group v-model="value" >
  63. <view class="u-flex u-row-between" style="width: 680rpx;">
  64. <view class="u-flex">
  65. <image src="/static/images/wei.png" style="width: 40rpx;height: 40rpx;" mode=""></image>
  66. <view class="weipay">微信支付</view>
  67. </view>
  68. <view class="">
  69. <u-radio name="0">
  70. </u-radio>
  71. </view>
  72. </view>
  73. <view class="u-flex u-row-between"
  74. style="width: 680rpx;border-top: rgba(151, 151, 151, 0.1);margin-top: 30rpx;padding-top: 26rpx;">
  75. <view class="u-flex">
  76. <image src="/static/images/zhi.png" style="width: 40rpx;height: 40rpx;" mode=""></image>
  77. <view class="weipay">支付宝支付</view>
  78. </view>
  79. <view class="">
  80. <u-radio name="1"></u-radio>
  81. </view>
  82. </view>
  83. </u-radio-group>
  84. </view>
  85. <view class="" style="height: 166rpx;"></view>
  86. <view class="bottom u-flex u-row-right">
  87. <view class="">
  88. <text>合计:</text>
  89. <text>¥</text>
  90. <text>{{orderinfo.total_price}}</text>
  91. </view>
  92. <view class="btn" @click="pay">
  93. 确认支付
  94. </view>
  95. </view>
  96. </view>
  97. </template>
  98. <script>
  99. export default {
  100. data() {
  101. return {
  102. value: 0,
  103. orderlist: [],
  104. orderinfo: {
  105. total_price: ''
  106. },
  107. order: {
  108. },
  109. index: '',
  110. opena: false
  111. };
  112. },
  113. onLoad(options) {
  114. this.orderid = options.id
  115. this.index = options.index
  116. this.getOrderList()
  117. },
  118. methods: {
  119. open() {
  120. this.opena = !this.opena
  121. },
  122. //获取订单列表
  123. getOrderList() {
  124. this.$u.post('api/order/getOrderInfo', {
  125. id: this.orderid
  126. }).then(res => {
  127. this.orderinfo = res.data
  128. if (this.opena) {
  129. this.orderlist = res.data.goods
  130. } else {
  131. this.orderlist = res.data.goods.slice(0, 3)
  132. }
  133. console.log(res);
  134. })
  135. },
  136. // 选中某个单选框时,由radio时触发
  137. radioChange(e) {
  138. // console.log(e);
  139. },
  140. // 选中任一radio时,由radio-group触发
  141. radioGroupChange(e) {
  142. // console.log(e);
  143. },
  144. pay() {
  145. uni.navigateTo({
  146. url: '/pages/index/pay/pay?id='+this.orderid
  147. })
  148. }
  149. }
  150. }
  151. </script>
  152. <style lang="scss" scoped>
  153. .weipay {
  154. font-size: 26rpx;
  155. font-family: PingFangSC, PingFang SC;
  156. font-weight: 400;
  157. color: #333333;
  158. margin-left: 20rpx;
  159. }
  160. .bottom {
  161. width: 750rpx;
  162. height: 166rpx;
  163. background: #FFFFFF;
  164. position: fixed;
  165. bottom: 0;
  166. padding: 0 28rpx;
  167. left: 0;
  168. .btn {
  169. width: 212rpx;
  170. height: 88rpx;
  171. background: #06A971;
  172. border-radius: 12rpx;
  173. font-size: 32rpx;
  174. font-family: PingFangSC, PingFang SC;
  175. font-weight: 500;
  176. color: #FFFFFF;
  177. line-height: 88rpx;
  178. text-align: center;
  179. margin-left: 24rpx;
  180. }
  181. }
  182. .pay {
  183. width: 694rpx;
  184. height: 200rpx;
  185. background: #FFFFFF;
  186. border-radius: 16rpx;
  187. margin-top: 20rpx;
  188. padding: 32rpx 20rpx;
  189. }
  190. .jiner {
  191. width: 654rpx;
  192. // height: 2rpx;
  193. border-top: 2rpx solid rgba(151, 151, 151, 0.1);
  194. margin-top: 32rpx;
  195. .sum {
  196. font-size: 26rpx;
  197. font-family: PingFangSC, PingFang SC;
  198. font-weight: 400;
  199. color: #222222;
  200. }
  201. .figure {
  202. font-size: 26rpx;
  203. font-family: JDZhengHT, JDZhengHT;
  204. font-weight: 300;
  205. color: #222222;
  206. }
  207. }
  208. .shang {
  209. font-size: 26rpx;
  210. font-family: PingFangSC, PingFang SC;
  211. font-weight: 400;
  212. color: #222222;
  213. }
  214. .more {
  215. font-size: 26rpx;
  216. font-family: PingFangSC, PingFang SC;
  217. font-weight: 400;
  218. color: #06A971;
  219. }
  220. .fufei {
  221. font-size: 24rpx;
  222. font-family: PingFangSC, PingFang SC;
  223. font-weight: 400;
  224. color: #444444;
  225. }
  226. .money {
  227. font-size: 32rpx;
  228. font-family: SFPro, SFPro;
  229. font-weight: 400;
  230. color: #CF1534;
  231. }
  232. .title {
  233. font-size: 28rpx;
  234. font-family: PingFangSC, PingFang SC;
  235. font-weight: 500;
  236. color: #333333;
  237. }
  238. .info {
  239. width: 694rpx;
  240. // height: 944rpx;
  241. background: #FFFFFF;
  242. border-radius: 16rpx;
  243. padding: 24rpx 20rpx 30rpx;
  244. }
  245. .page {
  246. background-color: rgba(244, 244, 244, 1);
  247. padding: 20rpx 28rpx;
  248. min-height: 94vh;
  249. }
  250. .box {
  251. // width: 160rpx;
  252. // height: 160rpx;
  253. border: 2rpx solid rgba(151, 151, 151, 0.2);
  254. padding: 0 20rpx
  255. }
  256. </style>