第一次提交

This commit is contained in:
2023-03-24 22:16:37 +08:00
parent 2115b4a161
commit 0ce30b5a30
4 changed files with 9 additions and 8 deletions

View File

@@ -44,7 +44,8 @@ Page({
charge_phone: '',
is_ok_click: false,
clock: '',
address: ''
address: '',
danjia:0.01
},
onDisplay() {
@@ -139,7 +140,7 @@ Page({
startTime: this.data.seckill_start,
endTime: this.data.seckill_endx,
bId: this.data.item.userId,
yuguMoney: "100",
yuguMoney: "1",
price: "10",
priceType: "1",
hospitalId: this.data.item.hospitalId,
@@ -247,7 +248,7 @@ Page({
})
var day = this.checkDate()
this.setData({
paymoney:100*day
paymoney:this.data.danjia*day
})
},
checkDate: function() {