update @注释测试数据

This commit is contained in:
huangzhen 2024-09-06 18:23:28 +08:00
parent cfa9978fa9
commit 47ce6e5422
1 changed files with 4 additions and 4 deletions

View File

@ -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 || '请求失败');