618活动修改

This commit is contained in:
liuyuan
2025-06-12 17:07:43 +08:00
parent 742151ec5e
commit 93d1834feb
9 changed files with 1526 additions and 13 deletions

View File

@@ -33,7 +33,7 @@
<view v-if="tab_muJian==0">
<view class="AC_con">
<view class="AC_jilu PM_font">充值消费记录</view>
<view v-for="(item,index) in MoneyRecord" class="AC_List">
<view v-for="(item,index) in MoneyRecord" class="AC_List" @click="goClick(item)">
<view class="AC_title">
{{item.orderType}}
<view>
@@ -225,6 +225,14 @@
},
//方法
methods: {
//列表跳转到详情
goClick(data){
if(data.relationId){
uni.navigateTo({
url: "/pages/detail/orderLCont?orderId=" + data.relationId
});
}
},
// 获取
getData() {
if(!this.iosHide){
@@ -356,10 +364,9 @@
display: inline-block;
}
}
.AC_List:last-child{
border-bottom: 0;
}
}
.couponList {