update @注释测试数据
This commit is contained in:
parent
cfa9978fa9
commit
47ce6e5422
|
@ -108,10 +108,10 @@ export default {
|
||||||
Object.assign(this.goods, data.goods);
|
Object.assign(this.goods, data.goods);
|
||||||
Object.assign(this.cash, data.cash, {
|
Object.assign(this.cash, data.cash, {
|
||||||
// 处理红包信息 todo
|
// 处理红包信息 todo
|
||||||
channel: 2,
|
// channel: 2,
|
||||||
receive_mode: 2,
|
// receive_mode: 2,
|
||||||
end_time: '2024-9-30',
|
// end_time: '2024-9-30',
|
||||||
denomination: '78.00',
|
// denomination: '78.00',
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
showToast(message || '请求失败');
|
showToast(message || '请求失败');
|
||||||
|
|
Loading…
Reference in New Issue