修改订单功能
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user