不知道

master
Sigo 3 years ago
parent 79cb59ffb7
commit a34cc6ffa6

@ -1,6 +1,7 @@
'use strict'
module.exports = {
NODE_ENV: '"production"',
// baseURL:'https://zhuangcy.top:8000/api'
baseURL:'https://www.decaisoft.com:8088/api'
}
'use strict'
module.exports = {
NODE_ENV: '"production"',
// baseURL:'https://zhuangcy.top:8000/api'
// baseURL:'https://www.decaisoft.com:8088/api'
baseURL: 'https://www.decaisoft.com/preferential'
}

@ -229,6 +229,7 @@ export default {
};
},
methods: {
//
openSpendMoney(row, index) {
if (row.rechargeTypeId) {
this.spendIndex = index;
@ -513,7 +514,6 @@ export default {
form.discoutMoney = 0;
form.giftSpendMoney = 0;
form.type = v.type;
console.log(form);
let row = this.toSpend(form, this.rowIndex);
form = { ...form, ...row };
this.list.splice(this.rowIndex, 1, form);

Loading…
Cancel
Save