修改转盘接口和部分请求api

This commit is contained in:
2024-12-05 10:48:29 +08:00
parent f13b2482ed
commit f4e3f25a45
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ function del(data) {
}
function getList(data) {
return $http({
url: 'discSpinning/selectDiscSpinning',
url: 'app/discSpinning/selectDiscSpinning',
method: 'get',
params: data
})

View File

@@ -801,11 +801,11 @@
<span>{{ returnTypeName(scope.row.type) }}</span>
</template>
</el-table-column>
<el-table-column label="数量">
<!-- <el-table-column label="数量">
<template slot-scope="scope">
<span>{{ scope.row.number }}</span>
</template>
</el-table-column>
</el-table-column> -->
<!-- <el-table-column label="红包金额比例" >
<template slot-scope="scope">
<span>{{ scope.row.ratio }}</span>