刘翔宇-旅管家 3 years ago
parent 82332ff628
commit 5d2c0a9324

@ -214,9 +214,9 @@
<u-parse :html="detail.content"></u-parse>
</view>
<!-- <view class="bottom-btn">
<u-button :custom-style="btnStyle" shape="circle">预约探店</u-button>
</view> -->
<view class="bottom-btn">
<u-button :custom-style="btnStyle" @click="showQR=true" shape="circle">联系优孕月子福利官</u-button>
</view>
</view>
<u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton>
@ -261,7 +261,6 @@
btnStyle: {
marginRight: '46rpx',
height: '60rpx',
width: '180rpx',
color: '#fff',
background: '#FF578A',
},
@ -835,7 +834,7 @@
border-top: 1rpx solid rgba(180, 180, 180, 0.4);
display: flex;
align-items: center;
justify-content: flex-end;
justify-content: center;
position: fixed;
bottom: 0;

@ -1,9 +1,16 @@
<template>
<view class="content">
<view class="orderBox">
<view class="title">{{info.order_name}}</view>
</view>
<view class="p">下单日期<text class="font_red">{{$u.timeFormat(info.created_at, 'yyyy年mm月dd日 hh:MM')}}</text>
<view class="orderBox">
<view class="p">
下单日期<text class="font_red">{{$u.timeFormat(info.created_at, 'yyyy年mm月dd日 hh:MM')}}</text>
</view>
<view class="p">
订单编号<text class="font_red">{{info.serial}}</text>
</view>
</view>
<view class="orderBox">

Loading…
Cancel
Save