This commit is contained in:
hrx 2025-11-13 17:51:17 +08:00
parent 9fde58d1ec
commit be8e26c090

View File

@ -357,6 +357,7 @@ export default {
methods: { methods: {
// //
async getAllPrice() { async getAllPrice() {
const res = await reqDiscount();
console.log(54321,res); console.log(54321,res);
if(res.status === true){ if(res.status === true){
this.price = res.data.total_paid_amount this.price = res.data.total_paid_amount