第一次提交
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user