修改金豆为金币
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column prop="payDiamond" label="钻石价格" width="100">
|
||||
</el-table-column>
|
||||
<el-table-column prop="money" label="金豆数量">
|
||||
<el-table-column prop="money" label="金币数量">
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column prop="wxGoodsId" label="微信道具id">
|
||||
@@ -28,7 +28,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column prop="sort" label="排序">
|
||||
</el-table-column>
|
||||
<el-table-column prop="giveMoney" label="赠送金豆">
|
||||
<el-table-column prop="giveMoney" label="赠送金币">
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" width="180">
|
||||
<template slot-scope="scope">
|
||||
@@ -71,13 +71,13 @@
|
||||
<el-input style="width:50%;" v-model="payDiamond" placeholder="请输入钻石价格"></el-input>
|
||||
</div>
|
||||
<div style="margin-bottom: 10px;">
|
||||
<span style="width: 200px;display: inline-block;text-align: right;">金豆数量:</span>
|
||||
<el-input style="width:50%;" v-model="money" placeholder="请输入金豆数量"></el-input>
|
||||
<span style="width: 200px;display: inline-block;text-align: right;">金币数量:</span>
|
||||
<el-input style="width:50%;" v-model="money" placeholder="请输入金币数量"></el-input>
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 10px;">
|
||||
<span style="width: 200px;display: inline-block;text-align: right;">赠送金豆:</span>
|
||||
<el-input style="width:50%;" v-model="giveMoney" placeholder="请输入赠送金豆"></el-input>
|
||||
<span style="width: 200px;display: inline-block;text-align: right;">赠送金币:</span>
|
||||
<el-input style="width:50%;" v-model="giveMoney" placeholder="请输入赠送金币"></el-input>
|
||||
</div>
|
||||
<div style="margin-bottom: 10px;">
|
||||
<span style="width: 200px;display: inline-block;text-align: right;">微信道具id:</span>
|
||||
@@ -199,7 +199,7 @@
|
||||
this.$notify({
|
||||
title: '提示',
|
||||
duration: 1800,
|
||||
message: '请输入金豆数量',
|
||||
message: '请输入金币数量',
|
||||
type: 'warning'
|
||||
});
|
||||
return
|
||||
@@ -208,7 +208,7 @@
|
||||
this.$notify({
|
||||
title: '提示',
|
||||
duration: 1800,
|
||||
message: '请输入赠送金豆',
|
||||
message: '请输入赠送金币',
|
||||
type: 'warning'
|
||||
});
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user