d
This commit is contained in:
parent
baf2de2d7c
commit
3377faaae7
@ -159,7 +159,7 @@
|
||||
</view>
|
||||
<view class="third-center">
|
||||
<view class="v_html">
|
||||
<rich-text :nodes="detail.content"></rich-text>
|
||||
<rich-text class="rich_class" :nodes="detail.content"></rich-text>
|
||||
</view>
|
||||
<image mode="widthFix" class="imgs" v-for="(item, index) in detail.images" :key="index" :src="item">
|
||||
</image>
|
||||
@ -1693,7 +1693,6 @@ export default {
|
||||
justify-content: center;
|
||||
/* 水平居中 */
|
||||
flex-flow: column;
|
||||
// height: 80rpx;
|
||||
line-height: inherit;
|
||||
margin-top: 60rpx;
|
||||
font-family: PingFang SC Regular, PingFang SC Regular;
|
||||
@ -1701,4 +1700,7 @@ export default {
|
||||
font-size: 28rpx;
|
||||
color: #999999;
|
||||
}
|
||||
.rich_class{
|
||||
word-wrap: break-word!important;
|
||||
}
|
||||
</style>
|
@ -112,7 +112,7 @@
|
||||
</view>
|
||||
<view v-if="status == -2">
|
||||
<view class="flex" style="margin-top: 30rpx">
|
||||
<view class="right flex flex-column" style="align-items: self-start">
|
||||
<view class="right flex flex-column" style="align-items: self-start;padding-left: 15px;">
|
||||
<view class="flex flex-column">
|
||||
<view class="time flex align-items white-space">
|
||||
<span style="color: #9C9C9C;">活动时间:{{ dateWeeks(item.detail.sign_start_time)
|
||||
@ -132,7 +132,7 @@
|
||||
<view
|
||||
style="display: flex;justify-content: space-between;align-items: center;margin-top: 30rpx;padding-right: 30rpx;">
|
||||
<view>
|
||||
<text style="font-style: 400;">退款金额:</text>
|
||||
<text style="font-weight: 400;">退款金额:</text>
|
||||
<text v-if="server_status==3"
|
||||
style="color: #FF4810;font-weight: 600;">¥{{ item.first_refundprice }}</text>
|
||||
<text v-if="server_status==6"
|
||||
@ -377,10 +377,14 @@
|
||||
console.log(val);
|
||||
var auth_status = '';
|
||||
if (val == 0) {
|
||||
val = '';
|
||||
var auth_status = this.auth_status;
|
||||
val = '1,2,3,4,5';
|
||||
auth_status = this.auth_status;
|
||||
} else {
|
||||
var auth_status = '1';
|
||||
if(val == '-1'){
|
||||
auth_status = '0,1,2';
|
||||
}else{
|
||||
auth_status = '1';
|
||||
}
|
||||
}
|
||||
//let auth_status = val == '0' ? 0 : '1';
|
||||
//let vals = val == '0' ? '' : val;
|
||||
|
@ -16,8 +16,8 @@
|
||||
<span class="first-name">{{detail.title}}</span>
|
||||
</view>
|
||||
<view class="first-image flex align-items white-space" style="margin-top: 25rpx;">
|
||||
<image :src="detailAny.user.avatar" mode="" style="width: 36rpx;height: 36rpx;"></image>
|
||||
<span style="color:#9C9C9C;">{{ detailAny.user.nickname }}</span>
|
||||
<image :src="detailAny.user.avatar" mode="" style="width: 36rpx;height: 36rpx;border-radius: 50%;"></image>
|
||||
<span style="color:#9C9C9C;margin-left: 10rpx;">{{ detailAny.user.nickname }}</span>
|
||||
<span style="color:#9C9C9C;margin-left: 20rpx;">{{ detailAny.join_info.people_number }}人玩过</span>
|
||||
|
||||
</view>
|
||||
@ -28,21 +28,23 @@
|
||||
</view>
|
||||
|
||||
<span class="line"></span>
|
||||
<span class="first-image flex align-items" style="margin-top: 20rpx;">
|
||||
<span class="first-image flex align-items" style="padding: 20rpx 0rpx;">
|
||||
<image src="../../static/center/Alarm.png" mode="" class="icon-size"></image>
|
||||
<span>{{formattedTime.formattedTime}}</span>
|
||||
<span style="font-size: 26rpx;">{{formattedTime.formattedTime}}</span>
|
||||
</span>
|
||||
<span class="line"></span>
|
||||
|
||||
<span class="first-image flex align-items space-between"
|
||||
style="width: 100%;"
|
||||
<view class="first-image flex align-items space-between"
|
||||
style="width: 100%;margin-top: 10rpx;"
|
||||
@click.stop="toMap(detail.latitude, detail.longitude, detail.address_detail)">
|
||||
<view>
|
||||
<image src="/static/center/address.png" mode="" class="icon-size"></image>
|
||||
<span class="white-space">{{detail.address_detail}}</span>
|
||||
<view style="display: flex;">
|
||||
<view>
|
||||
<image src="/static/center/address.png" mode="" class="icon-size"></image>
|
||||
</view>
|
||||
<view class="white-space" style="font-size: 26rpx;color: #222222;">{{detail.address}}{{detail.address_detail}}</view>
|
||||
</view>
|
||||
<image src="/static/detail/daohang.png" class="icon-size" style="width: 50rpx; height: 50rpx;"></image>
|
||||
</span>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
@ -52,15 +54,15 @@
|
||||
<view class="third-center">
|
||||
<view class="flex w-100 space-between hui align-items" style="margin-top: 8rpx;" >
|
||||
<span>订单状态</span>
|
||||
<span>{{ toptitle }}</span>
|
||||
<span style="color: #323232;">{{ toptitle }}</span>
|
||||
</view>
|
||||
<view class="flex w-100 space-between hui align-items" style="margin-top: 30rpx;" >
|
||||
<span>订单编号</span>
|
||||
<span>{{detailAny.order_no}}</span>
|
||||
<span style="color: #323232;">{{detailAny.order_no}}</span>
|
||||
</view>
|
||||
<view class="flex w-100 space-between hui align-items" style="margin-top: 30rpx;" >
|
||||
<span>创建时间</span>
|
||||
<span>{{ formattime(detailAny.createtime)}}</span>
|
||||
<span style="color: #323232;">{{ formattime(detailAny.createtime)}}</span>
|
||||
</view>
|
||||
<view class="flex w-100 space-between hui align-items" style="margin-top: 30rpx;" >
|
||||
<span>付款金额</span>
|
||||
@ -68,11 +70,11 @@
|
||||
</view>
|
||||
<view class="flex w-100 space-between hui align-items" style="margin-top: 30rpx;" >
|
||||
<span>付款方式</span>
|
||||
<span>{{detailAny.pay_type == 'wechat' ? '微信支付' : '余额'}}</span>
|
||||
<span style="color: #323232;">{{detailAny.pay_type == 'wechat' ? '微信支付' : '余额'}}</span>
|
||||
</view>
|
||||
<view class="flex w-100 space-between hui align-items" style="margin-top: 30rpx;" >
|
||||
<span>付款时间</span>
|
||||
<span>{{ formattime(detailAny.paytime)}}</span>
|
||||
<span style="color: #323232;">{{ formattime(detailAny.paytime)}}</span>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -373,7 +375,7 @@
|
||||
width: 690rpx;
|
||||
background: #FFFFFF;
|
||||
padding: 30rpx;
|
||||
border-radius: 18rpx;
|
||||
border-radius: 44rpx;
|
||||
box-sizing: border-box;
|
||||
.head_img{
|
||||
width: 160rpx;
|
||||
|
@ -353,7 +353,7 @@
|
||||
<view style="padding: 0rpx 30rpx;">
|
||||
<view style="padding: 30rpx 0rpx;border: 2px solid #EEEEEE;border-radius: 20rpx;">
|
||||
<view>
|
||||
<input focus :cursor-spacing="300" type="digit" placeholder="请输入" v-model="price"
|
||||
<input focus="priceShow" :cursor-spacing="300" type="digit" placeholder="请输入" v-model="price"
|
||||
style="text-align: center;" />
|
||||
</view>
|
||||
</view>
|
||||
@ -1338,7 +1338,7 @@ export default {
|
||||
content: this.form.content,
|
||||
// refund_id: 1,
|
||||
refund_id: this.form.refund_id,
|
||||
price: this.form.price,
|
||||
price: this.form.price==''?0:this.form.price,
|
||||
stock: this.form.stock,
|
||||
sign_time: bmtime,
|
||||
time: hdtime,
|
||||
|
Loading…
x
Reference in New Issue
Block a user