3.26更改上传
This commit is contained in:
parent
5eff9ea26b
commit
4ec69fff89
@ -115,13 +115,13 @@ Page({
|
|||||||
let check = this.checkPrice(inquiry_price);
|
let check = this.checkPrice(inquiry_price);
|
||||||
if(!check) return;
|
if(!check) return;
|
||||||
}
|
}
|
||||||
if(this.data.active==1 && detail){
|
if(this.data.active==1 && detail){
|
||||||
wx.showToast({
|
wx.showToast({
|
||||||
title: '即将开通',
|
title: '即将开通',
|
||||||
icon:'none',
|
icon:'none',
|
||||||
})
|
})
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
if(this.data.active==1 || this.data.active==2){
|
if(this.data.active==1 || this.data.active==2){
|
||||||
if(!this.data.info.work_num_day || !this.data.info.inquiry_price){
|
if(!this.data.info.work_num_day || !this.data.info.inquiry_price){
|
||||||
this.setData({
|
this.setData({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user