This commit is contained in:
2025-04-15 17:23:57 +08:00
parent 0ea678deec
commit 8814cbc566
17 changed files with 29407 additions and 29105 deletions

View File

@@ -10,8 +10,8 @@
"sizes": "分辨率192x192", "sizes": "分辨率192x192",
"src": "图片路径" "src": "图片路径"
}], }],
"versionName": "2.0.05", "versionName": "2.0.06",
"versionCode": 2005, "versionCode": 2006,
"app-plus": { "app-plus": {
"nvueCompiler": "uni-app", "nvueCompiler": "uni-app",
"compatible": { "compatible": {

View File

@@ -346,35 +346,25 @@
<text v-if="slotProps.row.orderType == 'point'"> <text v-if="slotProps.row.orderType == 'point'">
{{ slotProps.row.bookBuyConfigEntity.realMoney }} {{ slotProps.row.bookBuyConfigEntity.realMoney }}
</text> </text>
<text v-else> <text v-if="slotProps.row.realMoney > 0 &&slotProps.row.orderType != 'point'">
<!-- {{ {{ slotProps.row.realMoney }}
slotProps.row.realMoney ||
slotProps.row.realMoney == 0
? slotProps.row.realMoney
: ""
}} -->
<template v-if="slotProps.row.realMoney > 0">
{{ slotProps.row.realMoney }}
</template>
<text
style="margin: 0 4rpx"
v-if="
slotProps.row.realMoney > 0 &&
slotProps.row.jfDeduction > 0
"
>
+
</text>
<text v-if="slotProps.row.jfDeduction > 0"
>{{ slotProps.row.jfDeduction }} 积分</text
>
</text> </text>
<text
style="margin: 0 4rpx"
v-if="
slotProps.row.realMoney > 0 &&
slotProps.row.jfDeduction > 0 &&slotProps.row.orderType != 'point'
"
>
+
</text>
<text v-if="slotProps.row.jfDeduction > 0 &&slotProps.row.orderType != 'point'"
>{{ slotProps.row.jfDeduction }} 积分</text
>
</view> </view>
</view> </view>
</view> </view>
</view> </view>
<view <view

View File

@@ -65,6 +65,7 @@
<common-list <common-list
:dataList="MoneyRecord" :dataList="MoneyRecord"
isCondition="true" isCondition="true"
@hancleClick="goClick"
isNoIcon="true" isNoIcon="true"
label="orderType" label="orderType"
> >
@@ -286,6 +287,17 @@ export default {
}, },
//方法 //方法
methods: { methods: {
goClick(data){
if(data.relationId){
uni.navigateTo({
url: "/pages/bookShop/orderLCont?orderId=" +
id
});
}
},
// 获取 // 获取
getData() { getData() {
var data = { var data = {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long