signUpDetail.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753
  1. <template>
  2. <!-- <view class="signUpDetail" :style="{paddingTop:statusBarHeight+navBareight +'px'}"> -->
  3. <view class="signUpDetail">
  4. <zs-skeleton type="orderDetail" :loading="pageLoading"></zs-skeleton>
  5. <!-- <zs-header background title="订单详情" customPath="/my/order/index"></zs-header> -->
  6. <view class="status-box">
  7. <view class="text-box">
  8. <view class="status" v-if="info.goodsList[0].goodsState == 'WAIT_PAYMENT'&&!isNotTime">
  9. 等待支付,剩余<u-count-down :time="closeTime" format="mm:ss" @finish="finish"></u-count-down>
  10. </view>
  11. <view class="status" v-else>
  12. {{info.goodsList[0].goodsState | filterType}}
  13. </view>
  14. </view>
  15. </view>
  16. <view class="content progress" v-if="info.goodsList[0].goodsState == 'APPLY_REFUND' || info.goodsList[0].goodsState == 'REFUNDED'" @click="refundDetail">
  17. <view class="progress-title">
  18. 退款进度
  19. </view>
  20. <view class="progress-desc">
  21. 查看退款详情
  22. </view>
  23. </view>
  24. <view class="content info">
  25. <view class="order-info">
  26. <!-- <image class="icon" :src="info.goodsList[0].goodsInfo.activityCover" mode=""></image> -->
  27. <view class="shop-info">
  28. <view class="title">
  29. {{info.goodsList[0].goodsInfo.activityName}}
  30. </view>
  31. <view class="goods-desc">
  32. 活动时间:{{info.goodsList[0].goodsInfo.activityStartTime.replace('T',' ')}} 至 {{info.goodsList[0].goodsInfo.activityEndTime.replace('T',' ')}}
  33. </view>
  34. <view class="num-box">
  35. <view class="label">
  36. 报名人数
  37. </view>
  38. <view class="label">
  39. {{list.length}}
  40. </view>
  41. </view>
  42. </view>
  43. </view>
  44. </view>
  45. <!-- <view class="content code-box" v-if="info.goodsList[0].goodsState == 'WAIT_USE'&&info.goodsList[0].goodsName!='二维码支付'">
  46. <view class="left">
  47. <view class="title">
  48. 券码信息
  49. </view>
  50. <view class="codeNum">
  51. </view>
  52. </view>
  53. <view class="code-btn" @click="checkCode">
  54. 查看券码 <image class="jiantou" src="@/static/jiantou-icon.png" mode=""></image>
  55. </view>
  56. </view> -->
  57. <view class="content" v-if="list.length&&list[0].data.length">
  58. <view class="title">
  59. 报名信息
  60. </view>
  61. <view class="box" v-for="(item,index) in list" :key="index">
  62. <view class="item" v-for="(i,d) in item.data" :key="d">
  63. <view class="label">
  64. {{i.key}}
  65. </view>
  66. <view class="image-box" v-if="i.dataType == 5">
  67. <image class="img" :src="img" v-for="(img,key) in i.value" :key="key" mode=""></image>
  68. </view>
  69. <view class="value" v-else>
  70. {{i.value || '-'}}
  71. </view>
  72. </view>
  73. </view>
  74. </view>
  75. <view class="content">
  76. <view class="title">
  77. 订单信息
  78. </view>
  79. <view class="item">
  80. <view class="label">
  81. 订单编号
  82. </view>
  83. <view class="value">
  84. {{info.orderNo}}
  85. </view>
  86. </view>
  87. <view class="item" v-if="info.payment">
  88. <view class="label">
  89. 付款方式
  90. </view>
  91. <view class="value">
  92. <!-- {{info.payment? (info.payment.paymentWay| filterPay) : '-' }} -->
  93. {{info.payment.paymentWay| filterPay }}
  94. </view>
  95. </view>
  96. <view class="item">
  97. <view class="label">
  98. 下单时间
  99. </view>
  100. <view class="value">
  101. {{$u.timeFormat(info.createTime,'yyyy-mm-dd hh:MM:ss')}}
  102. </view>
  103. </view>
  104. <view class="item" v-if="info.goodsList[0].goodsState != 'WAIT_PAYMENT' && info.goodsList[0].goodsState != 'CLOSE'">
  105. <view class="label">
  106. 支付时间
  107. </view>
  108. <view class="value">
  109. {{$u.timeFormat(info.payment.paymentTime,'yyyy-mm-dd hh:MM:ss')}}
  110. </view>
  111. </view>
  112. </view>
  113. <view class="content">
  114. <view class="title">
  115. 交易信息
  116. </view>
  117. <view class="item">
  118. <view class="label">
  119. 商品金额
  120. </view>
  121. <view class="value black">
  122. ¥{{info.goodsList[0].goodsInfo.price}}
  123. </view>
  124. </view>
  125. <view class="item" >
  126. <view class="label">
  127. 优惠券
  128. </view>
  129. <view class="value red">
  130. -¥{{info.discountAmount}}
  131. </view>
  132. </view>
  133. <view class="item">
  134. <view class="label">
  135. 合计
  136. </view>
  137. <view class="value">
  138. <text class="red fs28">¥{{info.payAmount}}</text>
  139. </view>
  140. </view>
  141. </view>
  142. <template v-if="info.goodsList[0].goodsState == 'APPLY_REFUND'">
  143. <view class="content refund-box">
  144. <view class="title">
  145. 退款原因
  146. </view>
  147. <view class="refund-msg">
  148. {{info.goodsList[0].refundLog.remark}}
  149. </view>
  150. </view>
  151. <button type="default" :loading="btnLoading" v-if="!info.payment.transferAll" class="pay-btn" @click="cancelReply" >取消退款</button>
  152. </template>
  153. <button type="default" :loading="btnLoading" class="pay-btn" v-if="info.goodsList[0].goodsState == 'WAIT_PAYMENT'" @click="pay" >立即支付</button>
  154. <view class="content apply-box" v-else-if="(info.goodsList[0].goodsState == 'WAIT_USE'||info.goodsList[0].goodsState == 'USED')&&isRefund()" @click="apply">
  155. <view class="label">
  156. 退款申请
  157. </view>
  158. <view class="value">
  159. 如引发商品争议,可申请平台介入处理
  160. </view>
  161. <image class="jiantou" src="@/static/jiantou-icon.png" mode=""></image>
  162. </view>
  163. <!-- 二维码 -->
  164. <u-overlay :show="show" v-if="show" :opacity="0.6">
  165. <view class="wrap" @click.stop="close">
  166. <uqrcode ref="uqrcode" type="2d" auto canvas-id="qrcode" :value="codeData" :loading="loading" :options="{ margin: 20 }">
  167. <template v-slot:loading>
  168. <text style="color: black;">拼命加载中...</text>
  169. </template>
  170. </uqrcode>
  171. </view>
  172. </u-overlay>
  173. </view>
  174. </template>
  175. <script>
  176. import {qrCode} from '@/api/order.js'
  177. import {payDetails,queryPayOrder,unRefund} from '@/api/payment.js'
  178. import {getOrderDetail} from '@/api/activity.js'
  179. export default {
  180. data() {
  181. return {
  182. imgList:['http://zswl-dev.oss-cn-chengdu.aliyuncs.com/63b7c68b71a69169d1b33f92/store/bdb/user/avatar/ibYjzVQwzgBL70116d9d23a9553bf4643b28d9a80f74.jpg.jpg/1.jpg','http://zswl-dev.oss-cn-chengdu.aliyuncs.com/63b7c68b71a69169d1b33f92/store/bdb/user/avatar/ibYjzVQwzgBL70116d9d23a9553bf4643b28d9a80f74.jpg.jpg/1.jpg','http://zswl-dev.oss-cn-chengdu.aliyuncs.com/63b7c68b71a69169d1b33f92/store/bdb/user/avatar/ibYjzVQwzgBL70116d9d23a9553bf4643b28d9a80f74.jpg.jpg/1.jpg','http://zswl-dev.oss-cn-chengdu.aliyuncs.com/63b7c68b71a69169d1b33f92/store/bdb/user/avatar/ibYjzVQwzgBL70116d9d23a9553bf4643b28d9a80f74.jpg.jpg/1.jpg','http://zswl-dev.oss-cn-chengdu.aliyuncs.com/63b7c68b71a69169d1b33f92/store/bdb/user/avatar/ibYjzVQwzgBL70116d9d23a9553bf4643b28d9a80f74.jpg.jpg/1.jpg','http://zswl-dev.oss-cn-chengdu.aliyuncs.com/63b7c68b71a69169d1b33f92/store/bdb/user/avatar/ibYjzVQwzgBL70116d9d23a9553bf4643b28d9a80f74.jpg.jpg/1.jpg',
  183. 'http://zswl-dev.oss-cn-chengdu.aliyuncs.com/63b7c68b71a69169d1b33f92/store/bdb/user/avatar/ibYjzVQwzgBL70116d9d23a9553bf4643b28d9a80f74.jpg.jpg/1.jpg',
  184. ],
  185. codeData:'123',
  186. show:false,
  187. loading:false,
  188. btnLoading:false,
  189. pageLoading:false,
  190. oldBright:0,
  191. info:{
  192. goodsList:[{goodsState:''}]
  193. },
  194. list:[],
  195. isNotTime:false,
  196. statusBarHeight:20,
  197. navBareight: 45,
  198. }
  199. },
  200. watch: {
  201. // isNotTime(val) {
  202. // if(this.isNotTime){
  203. // this.payDetails(this.info.orderNo)
  204. // }
  205. // }
  206. },
  207. filters: {
  208. filterType: function(val) {
  209. if(val == 'APPLY_REFUND'){
  210. return '退款审核中'
  211. }else if(val == 'CLOSE'){
  212. return '关闭订单'
  213. }else if(val == 'REFUNDED'){
  214. return '已退款'
  215. }else if(val == 'REFUSAL_REFUND'){
  216. return '拒绝退款'
  217. }else if(val == 'USED'){
  218. return '订单已完成'
  219. }else if(val == 'WAIT_PAYMENT'){
  220. return '待付款'
  221. }else if(val == 'WAIT_USE'){
  222. return '待使用'
  223. }
  224. },
  225. filterPay(val){
  226. if(val == 'wx.unifiedOrder'){
  227. return '微信支付'
  228. }else if(val == 'trade.create'){
  229. return '支付宝支付'
  230. }else if(val == 'uac.miniOrder'){
  231. return '云闪付支付'
  232. }else{
  233. return '-'
  234. }
  235. }
  236. },
  237. computed: {
  238. closeTime() {
  239. return (this.info.createTime + 1000*60*30) - new Date().getTime()
  240. },
  241. },
  242. methods: {
  243. isRefund(){
  244. if(!this.info.goodsList[0].verifyModel){//没核销
  245. return true
  246. }else if(this.info.goodsList[0].verifyModel && (new Date().getTime() < (this.info.goodsList[0].verifyModel.checkTime + 1000*60*60*48))){// 已核销 并且没超过48小时
  247. return true
  248. }else{
  249. return false
  250. }
  251. },
  252. finish(){
  253. this.isNotTime = true
  254. console.log(222222,this.isNotTime);
  255. this.payDetails(this.info.orderNo)
  256. },
  257. refundDetail(){
  258. uni.navigateTo({
  259. url:`./refundDetail?id=${this.info.orderNo}`
  260. })
  261. },
  262. checkCode() {
  263. this.codeData = ''
  264. this.$nextTick(()=>{
  265. this.show = true
  266. this.loading = true
  267. let that = this
  268. // uni.getScreenBrightness({
  269. // success(res) {
  270. // // 获取用户手机亮度 保存起来
  271. // that.oldBright = res.value
  272. // setTimeout(()=>{
  273. // uni.setScreenBrightness({
  274. // value:1
  275. // })
  276. // },200)
  277. // }
  278. // })
  279. qrCode(this.info.goodsList[0].id).then(res=>{
  280. this.loading = false
  281. if(res.state == 'Success'){
  282. this.codeData = res.content
  283. }
  284. })
  285. })
  286. },
  287. close(){
  288. this.show = false
  289. // uni.setScreenBrightness({
  290. // value:this.oldBright
  291. // })
  292. },
  293. apply(){
  294. console.log(1111111);
  295. let that = this
  296. uni.navigateTo({
  297. url:'./refund',
  298. success: function(res) {
  299. console.log(222222);
  300. // 通过eventChannel向被打开页面传送数据
  301. res.eventChannel.emit('orderInfo', that.info)
  302. }
  303. })
  304. },
  305. getOrderDetail(orderNo,activityId){
  306. getOrderDetail({activityId,orderNo}).then(res=>{
  307. if (res.state == 'Success') {
  308. this.list = []
  309. res.content.records.map(item=>{
  310. let obj = {data:[]}
  311. item.data.map(i=>{
  312. let dataItem = {}
  313. if(i.content.length>1){
  314. if(i.dataType == 5){
  315. dataItem.value = i.content
  316. }else{
  317. dataItem.value = i.content.toString()
  318. }
  319. }else{
  320. if(i.dataType == 5){
  321. dataItem.value = i.content
  322. }else{
  323. dataItem.value = i.content[0]
  324. }
  325. }
  326. dataItem.key = i.dataName
  327. dataItem.dataType = i.dataType
  328. obj.data.push(dataItem)
  329. })
  330. this.list.push(obj)
  331. })
  332. console.log(this.list);
  333. }
  334. })
  335. },
  336. // 获取订单详情
  337. payDetails(orderNo){
  338. payDetails(orderNo).then(res=>{
  339. this.pageLoading = false
  340. if (res.state == 'Success') {
  341. this.info = res.content
  342. this.getOrderDetail(this.info.orderNo,this.info.goodsList[0].goodsInfo.id)
  343. }
  344. })
  345. },
  346. // 支付
  347. pay(){
  348. if (this.btnLoading) return
  349. this.btnLoading = true
  350. uni.showLoading({
  351. title: '支付中'
  352. })
  353. let that = this
  354. let miniPayRequest = JSON.parse(this.info.payment.miniPayRequest)
  355. uni.requestPayment({
  356. "provider": "wxpay",
  357. "orderInfo": miniPayRequest,
  358. "appid": miniPayRequest.appId, // 微信开放平台 - 应用 - AppId,注意和微信小程序、公众号 AppId 可能不一致
  359. "paySign": miniPayRequest.paySign,
  360. "nonceStr": miniPayRequest.nonceStr, // 随机字符串
  361. "package": miniPayRequest.package, // 固定值
  362. // "prepayid": miniPayRequest.package, // 统一下单订单号
  363. "timeStamp": miniPayRequest.timeStamp, // 时间戳(单位:秒)
  364. "signType": miniPayRequest.signType, //签名算法
  365. success(msg) {
  366. console.log('msg', msg);
  367. queryPayOrder(that.info.orderNo).then(res1 => {
  368. if (res1.state == 'Success') {
  369. uni.hideLoading()
  370. uni.showToast({
  371. title: '支付成功',
  372. icon: 'success'
  373. })
  374. that.btnLoading = false
  375. that.payDetails(that.info.orderNo)
  376. }
  377. })
  378. },
  379. fail(e) {
  380. that.btnLoading = false
  381. uni.hideLoading()
  382. uni.showToast({
  383. title: '取消支付',
  384. icon: 'fail'
  385. })
  386. // 取消支付后,获取支付信息以备再次支付
  387. that.payDetails(that.info.orderNo)
  388. console.log('err', e,this);
  389. }
  390. })
  391. },
  392. // 取消退款申请
  393. cancelReply(){
  394. if (this.btnLoading) return
  395. this.btnLoading = true
  396. uni.showLoading({
  397. title: '取消中'
  398. })
  399. unRefund({id:this.info.goodsList[0].id}).then(res=>{
  400. this.btnLoading = false
  401. uni.hideLoading()
  402. if (res.state == 'Success') {
  403. this.payDetails(this.info.orderNo)
  404. uni.showToast({
  405. title:'取消成功',
  406. icon:'success'
  407. })
  408. }
  409. })
  410. }
  411. },
  412. onReady() {
  413. },
  414. onLoad(options) {
  415. this.info.orderNo = options.id
  416. },
  417. onShow() {
  418. this.pageLoading = true
  419. this.payDetails(this.info.orderNo)
  420. },
  421. created() {
  422. //获取手机系统信息 -- 状态栏高度
  423. let {
  424. statusBarHeight,
  425. } = uni.getSystemInfoSync()
  426. this.statusBarHeight = statusBarHeight
  427. //去除
  428. //#ifndef H5 || MP-ALIPAY ||APP-PLUS
  429. //获取小程序胶囊的高度
  430. let {
  431. top,
  432. bottom,
  433. left
  434. } = uni.getMenuButtonBoundingClientRect()
  435. //高度 =(胶囊底部高低-状态栏高度)+(胶囊顶部高度-状态栏内的高度)
  436. this.navBareight = (bottom - statusBarHeight) + (top - statusBarHeight)
  437. //#endif
  438. // this.info = JSON.parse(uni.getStorageSync('order'))
  439. }
  440. }
  441. </script>
  442. <style lang="scss">
  443. .signUpDetail{
  444. background: #F9F9F9;
  445. min-height: 100vh;
  446. padding-bottom: 100rpx;
  447. .status-box{
  448. padding: 24rpx 24rpx 4rpx;
  449. display: flex;
  450. justify-content: space-between;
  451. .text-box{
  452. color: #181818;
  453. .status{
  454. font-weight: bold;
  455. font-size: 32rpx;
  456. display: flex;
  457. .u-count-down__text{
  458. color: $uni-color-primary!important;
  459. }
  460. }
  461. .notice{
  462. font-size: 24rpx;
  463. margin-top: 20rpx;
  464. }
  465. }
  466. }
  467. .progress{
  468. .progress-title{
  469. font-weight: 600;
  470. font-size: 32rpx;
  471. color: #181818;
  472. }
  473. .progress-desc{
  474. font-weight: 300;
  475. font-size: 24rpx;
  476. color: #AAAAAA;
  477. margin-top: 15rpx;
  478. }
  479. }
  480. .shop-box{
  481. width: 690rpx;
  482. // margin: 0 30rpx;
  483. // padding: 24rpx 24rpx 30rpx;
  484. background: #fff;
  485. border-radius: 16rpx;
  486. margin-top: -30rpx;
  487. box-sizing: border-box;
  488. .shop-name{
  489. font-weight: 600;
  490. font-size: 32rpx;
  491. color: #181818;
  492. width: 100%;
  493. white-space: nowrap;
  494. overflow: hidden;
  495. text-overflow: ellipsis;
  496. }
  497. .address{
  498. font-weight: 300;
  499. font-size: 24rpx;
  500. color: #AAAAAA;
  501. margin-top: 20rpx;
  502. width: 100%;
  503. white-space: nowrap;
  504. overflow: hidden;
  505. text-overflow: ellipsis;
  506. }
  507. }
  508. .black{
  509. color: #222222!important;
  510. }
  511. .red{
  512. color: red!important;
  513. }
  514. .fs28{
  515. font-size: 28rpx!important;
  516. font-weight: bold;
  517. }
  518. .code-box{
  519. display: flex;
  520. align-items: center;
  521. justify-content: space-between;
  522. .left{
  523. .title{
  524. font-weight: 500;
  525. font-size: 28rpx;
  526. color: #222222;
  527. }
  528. .codeNum{
  529. font-weight: 300;
  530. font-size: 24rpx;
  531. color: #AAAAAA;
  532. margin-top: 15rpx;
  533. }
  534. }
  535. .code-btn{
  536. display: flex;
  537. align-items: center;
  538. font-weight: 300;
  539. font-size: 24rpx;
  540. color: #AAAAAA;
  541. .jiantou{
  542. width: 24rpx;
  543. height: 24rpx;
  544. }
  545. }
  546. }
  547. .input-box{
  548. margin: 20rpx 30rpx;
  549. padding: 28rpx 24rpx;
  550. background: #FFFFFF;
  551. border-radius: 16rpx 16rpx 16rpx 16rpx;
  552. display: flex;
  553. align-items: center;
  554. justify-content: space-between;
  555. .label {
  556. color: #222;
  557. font-size: 28rpx;
  558. }
  559. .value {
  560. font-size: 28rpx;
  561. color: #AAAAAA;
  562. }
  563. }
  564. .box{
  565. border-top: 1rpx solid #F0F0F0;
  566. margin-top: 28rpx;
  567. }
  568. .content{
  569. margin: 20rpx 30rpx;
  570. padding: 28rpx 24rpx;
  571. border-radius: 16rpx;
  572. background: #fff;
  573. .title{
  574. font-weight: 600;
  575. font-size: 28rpx;
  576. color: #222222;
  577. }
  578. .item{
  579. display: flex;
  580. align-items: center;
  581. justify-content: space-between;
  582. margin-top: 28rpx;
  583. .label{
  584. color: #222222;
  585. font-size: 28rpx;
  586. padding-right: 20rpx;
  587. white-space: nowrap;
  588. align-self: flex-start;
  589. }
  590. .value{
  591. color: #999999;
  592. font-size: 28rpx;
  593. word-break: break-all;
  594. }
  595. .image-box{
  596. display: flex;
  597. overflow: auto;
  598. .img{
  599. flex-shrink: 0;
  600. width: 100rpx;
  601. height: 100rpx;
  602. border-radius: 8rpx;
  603. margin-right: 10rpx;
  604. }
  605. }
  606. }
  607. }
  608. .pay-btn{
  609. background: $uni-color-primary;
  610. width: 688rpx;
  611. height: 80rpx;
  612. line-height: 80rpx;
  613. border-radius: 46rpx;
  614. color: #fff;
  615. margin-top: 50rpx;
  616. }
  617. .refund-box{
  618. .refund-msg{
  619. font-weight: 300;
  620. font-size: 24rpx;
  621. color: #222222;
  622. margin-top: 15rpx;
  623. line-height: 40rpx;
  624. }
  625. }
  626. .apply-box{
  627. position: relative;
  628. .label{
  629. font-weight: 600;
  630. font-size: 28rpx;
  631. color: #222222;
  632. }
  633. .value{
  634. color: #999999;
  635. font-size: 24rpx;
  636. margin-top: 15rpx;
  637. }
  638. .jiantou{
  639. position: absolute;
  640. top: 50%;
  641. right: 24rpx;
  642. transform: translateY(-50%);
  643. width: 24rpx;
  644. height: 24rpx;
  645. }
  646. }
  647. .info{
  648. .order-info{
  649. display: flex;
  650. .icon{
  651. width: 164rpx;
  652. height: 164rpx;
  653. border-radius: 16rpx;
  654. flex-shrink: 0;
  655. }
  656. .shop-info{
  657. display: flex;
  658. flex-direction: column;
  659. justify-content: space-between;
  660. // padding-left: 24rpx;
  661. flex: 1;
  662. box-sizing: border-box;
  663. .title{
  664. color: #181818;
  665. font-size: 28rpx;
  666. width: 620rpx;
  667. white-space: nowrap;
  668. overflow: hidden;
  669. text-overflow: ellipsis;
  670. }
  671. .num-box{
  672. display: flex;
  673. align-items: center;
  674. justify-content: space-between;
  675. .label{
  676. font-weight: 300;
  677. font-size: 24rpx;
  678. color: #181818;
  679. }
  680. .num{
  681. font-weight: 400;
  682. font-size: 24rpx;
  683. color: #222222;
  684. }
  685. }
  686. .start-time,.goods-desc{
  687. font-size: 24rpx;
  688. color: #AAAAAA;
  689. width: 620rpx;
  690. white-space: nowrap;
  691. overflow: hidden;
  692. text-overflow: ellipsis;
  693. margin: 20rpx 0;
  694. }
  695. }
  696. }
  697. }
  698. .wrap{
  699. display: flex;
  700. justify-content: center;
  701. align-items: center;
  702. height: 100vh;
  703. overflow: hidden;
  704. }
  705. }
  706. </style>