修改订单功能

This commit is contained in:
2023-04-25 23:33:40 +08:00
parent 39dfefff92
commit 4ba7c5a37f
6 changed files with 577 additions and 252 deletions

View File

@@ -31,7 +31,7 @@ Page({
is_ok_click: false,
clock: '',
address: '',
danjia: 0.01,
danjia: 1,
beizhu: '123456',
},
@@ -112,12 +112,12 @@ Page({
startTime: this.data.seckill_start,
endTime: this.data.seckill_endx,
bId: this.data.item.userId,
yuguMoney: "1",
price: "10",
priceType: "1",
yuguMoney: this.data.paymoney,
price: this.data.danjia,//
priceType: "1",//1是按天
hospitalId: this.data.item.hospitalId,
cId: wx.getStorageSync('uid'),
remark: "1234567890",
remark: this.data.beizhu,
},
method: 'POST',
header: {