uniapp 购买记录状态
parent
eddde958a5
commit
f98f1d5083
|
@ -48,11 +48,13 @@
|
|||
<view class="notice" @tap="goNoticeDetail">
|
||||
<u-notice-bar :text="text" fontSize="26rpx" color="#000" bgColor="transparent"></u-notice-bar>
|
||||
</view>
|
||||
<view class="customer" @click="handleCustomer('电话客服')">
|
||||
<image src="@/static/images/phone.png" ></image>
|
||||
</view>
|
||||
<view class="customer" @click="handleCustomer('微信客服')">
|
||||
<image src="@/static/images/wecheat.png" ></image>
|
||||
<view class="box_customer">
|
||||
<view class="customer" @click="handleCustomer('电话客服')">
|
||||
<image src="@/static/images/phone.png" ></image>
|
||||
</view>
|
||||
<view class="customer" @click="handleCustomer('微信客服')">
|
||||
<image src="@/static/images/wecheat.png" ></image>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="hot">
|
||||
<view class="contain"></view>
|
||||
|
@ -863,16 +865,22 @@
|
|||
align-items: center;
|
||||
|
||||
}
|
||||
.customer{
|
||||
width: 663rpx;
|
||||
margin: 4% 44rpx;
|
||||
height: 310rpx;
|
||||
image{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
.box_customer{
|
||||
padding:0 0 10rpx 0;
|
||||
// background: linear-gradient(111.4deg, rgb(238, 113, 113) 1%, rgb(246, 215, 148) 58%);
|
||||
// border-radius: 20rpx;
|
||||
.customer{
|
||||
width: 663rpx;
|
||||
margin: 3% 44rpx;
|
||||
height: 310rpx;
|
||||
image{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.hot {
|
||||
width: 663rpx;
|
||||
height: 322rpx;
|
||||
|
|
|
@ -40,19 +40,19 @@
|
|||
</view>
|
||||
<view class="equity-money">
|
||||
<view class="money-box money-completed">
|
||||
<text>已返回金额(元)</text>
|
||||
<text>已返回金额(元)</text>
|
||||
<view>
|
||||
<text class="money-text">{{item.totalMoney}}</text>
|
||||
<text class="money-detailed" @click="handleDetailed(item.reportId)">查看明细></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="money-box money-treat">
|
||||
<text>待返还金额 (元) </text>
|
||||
<text>待返还金额(元)</text>
|
||||
<text class="money-text">{{list[list.findIndex((i) => item.gear == i.name)].name-item.totalMoney}}</text>
|
||||
</view>
|
||||
<view class="money-box money-term">
|
||||
<text>待返还期额</text>
|
||||
<text class="money-text">{{item.frequency}}x12</text>
|
||||
<text class="money-text">{{list[list.findIndex((i) => item.gear == i.name)].frequency}}x12</text>
|
||||
</view>
|
||||
<view class="money-box money-time">
|
||||
<text>返费结束时间</text>
|
||||
|
@ -81,15 +81,18 @@
|
|||
list: [
|
||||
{
|
||||
img:'../../static/images/member240.png',
|
||||
name:"360"
|
||||
name:"360",
|
||||
frequency:30
|
||||
},
|
||||
{
|
||||
img:'../../static/images/member400.png',
|
||||
name:"600"
|
||||
name:"600",
|
||||
frequency:50
|
||||
},
|
||||
{
|
||||
img:'../../static/images/member640.png',
|
||||
name:"960"
|
||||
name:"960",
|
||||
frequency:80
|
||||
},
|
||||
],
|
||||
vipData:['普通会员','中级会员','高级会员'],
|
||||
|
|
Loading…
Reference in New Issue