修改金豆为金币

This commit is contained in:
2024-12-12 14:44:03 +08:00
parent 04b435906f
commit f080db6c9a
6 changed files with 27 additions and 27 deletions

View File

@@ -14,7 +14,7 @@
</el-form-item>
<el-form-item label="奖励类型" required>
<el-radio-group v-model="form.type">
<el-radio :label="1"></el-radio>
<el-radio :label="1"></el-radio>
<el-radio :label="2">现金</el-radio>
<el-radio :label="9">大转盘抽奖次数</el-radio>
</el-radio-group>

View File

@@ -104,7 +104,7 @@ export default {
},
returnTypeName(type) {
const $types = {
1: "金",
1: "金",
2: "现金红包",
9: "大转盘抽奖次数",
};