同步
This commit is contained in:
parent
5844d45e65
commit
962aa339e2
@ -206,6 +206,9 @@
|
||||
selectItem(index,item) {
|
||||
this.currents = index;
|
||||
this.reasons = item;
|
||||
if(index==5){
|
||||
this.tuikuan = false
|
||||
}
|
||||
},
|
||||
closetuikuan() {
|
||||
this.tuikuan = false
|
||||
@ -594,7 +597,7 @@
|
||||
.textarea_fb{
|
||||
margin:0 auto;
|
||||
padding: 30rpx;
|
||||
width: 642rpx;
|
||||
width: 92%;
|
||||
::v-deep .u-textarea {
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
|
@ -129,11 +129,11 @@
|
||||
<!-- v-if="detailAny.feel == 0" -->
|
||||
<view v-if="info.server_status == 3" class="footer"
|
||||
style="display: flex;align-items: center;;justify-content: space-between;gap: 30rpx;">
|
||||
<view class="footer-right1 flex justify-center align-items">
|
||||
<text @click="noShow = true"> 驳回退款 </text>
|
||||
<view class="footer-right1 flex justify-center align-items" @click="noShow = true">
|
||||
<text> 驳回退款 </text>
|
||||
</view>
|
||||
<view class="footer-right flex justify-center align-items">
|
||||
<text @click="okShow = true"> 同意退款 </text>
|
||||
<view class="footer-right flex justify-center align-items" @click="okShow = true">
|
||||
<text> 同意退款 </text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
@ -31,25 +31,21 @@
|
||||
|
||||
|
||||
|
||||
<span class="first-image flex align-items" style="margin-top: 25rpx;width: 100%;">
|
||||
<view class="first-image flex align-items" style="margin-top: 25rpx;width: 100%;">
|
||||
<image :src="detail.user.avatar" mode=""
|
||||
style="width: 36rpx;height: 36rpx;margin-right: 12rpx;border-radius: 80rpx;">
|
||||
</image>
|
||||
<span style="color: #9C9C9C ;width: auto;">{{ detail.user.nickname }}</span>
|
||||
<span class="flex justify-center align-items xieyi"
|
||||
:style="{width: detail.refund_info.status!=5?'190rpx':'156rpx'}">
|
||||
<view style="color: #9C9C9C ;width: auto;margin-right: 20rpx;">{{ detail.user.nickname }}</view>
|
||||
<view class="flex justify-center align-items xieyi">
|
||||
<image src="/static/detail/baohu.png" mode=""
|
||||
style="width: 28rpx;height: 28rpx;margin-right: 0;"></image>
|
||||
<span v-if="detail.refund_info.status!=5" class="white-space"
|
||||
style="width: 120rpx;text-align: center;">{{
|
||||
detail.refund_info.title }}</span>
|
||||
<span v-if="detail.refund_info.status==5" class="white-space"
|
||||
style="width: 90rpx;text-align: center;">{{
|
||||
detail.refund_info.title }}</span>
|
||||
<view
|
||||
style="text-align: center;color: #323232;padding: 0rpx 10rpx;">{{
|
||||
detail.refund_info.title }}</view>
|
||||
<image src="/static/detail/zidong.png" mode=""
|
||||
style="width: 20rpx;height: 20rpx;margin-right: 0;"></image>
|
||||
</span>
|
||||
</span>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<span class="first-image flex align-items" style="margin-top: 20rpx;">
|
||||
<image src="../../static/center/Alarm.png" mode="" class="icon-size"></image>
|
||||
@ -1156,10 +1152,9 @@
|
||||
|
||||
.xieyi {
|
||||
background-color: #BBFC5B;
|
||||
width: 156rpx;
|
||||
height: 48rpx;
|
||||
border-radius: 8rpx;
|
||||
margin-left: 20rpx;
|
||||
padding: 0px 10rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -363,7 +363,10 @@
|
||||
// prevPage.onLoad(prevPage.options)
|
||||
// }
|
||||
// });
|
||||
uni.hideLoading();
|
||||
setTimeout(()=>{
|
||||
uni.hideLoading();
|
||||
},2000)
|
||||
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
|
@ -208,7 +208,7 @@
|
||||
<view @click="formShow = false" style="font-family: PingFang SC, PingFang SC;font-size: 32rpx;">关闭
|
||||
</view>
|
||||
</view>
|
||||
<view style="width: 100%;height: 1px;background-color: #D8D8D8;"></view>
|
||||
<view style="width: 100%;height: 1px;background-color: #eeeeee;"></view>
|
||||
<view style="padding:30rpx 30rpx;">
|
||||
<view style="display: flex;align-items: center;justify-content: space-between;">
|
||||
<view style="color: #3D3D3D;font-weight: 400;font-family: PingFang SC, PingFang SC;">
|
||||
@ -1507,7 +1507,7 @@ export default {
|
||||
margin: 40rpx 0rpx;
|
||||
height: 1rpx;
|
||||
width: 100%;
|
||||
background: #F0F0F0;
|
||||
background: #eeeeee;
|
||||
}
|
||||
|
||||
.input {
|
||||
|
@ -25,7 +25,7 @@ export const dateWeek = time =>{
|
||||
return dayjs.unix(time).format('ddd MM-DD HH:mm')
|
||||
}
|
||||
export const dateWeekData = time =>{
|
||||
return dayjs(time).format('ddd MM-DD HH:mm')
|
||||
return dayjs(time).format('MM-DD HH:mm')
|
||||
}
|
||||
export const dateWeekbeg = time =>{
|
||||
return dayjs.unix(time).format('MM-DD(ddd) HH:mm')
|
||||
|
Loading…
x
Reference in New Issue
Block a user