@@ -136,6 +136,7 @@
},
goshare(item){
//app交互
+ item.groupType=item.GroupType
var standalone = window.navigator.standalone
var userAgent = window.navigator.userAgent.toLowerCase()
var safari = /safari/.test(userAgent)
@@ -172,6 +172,8 @@
Img: this.img,
StartTime: this.info.createTime,
state: '',
+ groupType:this.info.groupType,
+ groupNumber:this.info.groupNumber,
}
console.log(obj)
@@ -476,7 +476,7 @@
blurgroupMoney(){
- if(this.groupMoney>this.money){
+ if(this.groupMoney>this.money||this.groupMoney==this.money){
uni.showToast({
title: '拼团价格需小于支付金额',
icon:'none',
@@ -586,7 +586,7 @@
duration: 2000
});
return false;
- }else if(this.groupMoney>this.money){
+ }else if(this.groupMoney>this.money||this.groupMoney==this.money){