|
@@ -269,8 +269,6 @@ func (this *ServiceStruct) GetOriginalText() {
|
|
|
|
|
|
default:
|
|
|
// 免费
|
|
|
- var leadOk bool
|
|
|
- leadOk = op.CNode()
|
|
|
if op.TotalCount <= int64(count) {
|
|
|
//- 机会已经消耗过 需要留资 升级大会员 status 3
|
|
|
this.ServeJson(Result{Data: map[string]interface{}{
|
|
@@ -280,6 +278,8 @@ func (this *ServiceStruct) GetOriginalText() {
|
|
|
}})
|
|
|
return
|
|
|
}
|
|
|
+ var leadOk bool
|
|
|
+ leadOk = op.CNode()
|
|
|
// 有剩余次数 校验留资
|
|
|
if !leadOk {
|
|
|
// 留资信息不满足 需要留资 status 1
|