You've already forked qlg.tsgz.moe
注册
This commit is contained in:
@ -443,8 +443,7 @@ class Users extends Base{
|
||||
//二、当【助购值】的值小于设置的【全亮共欢迎您助购所得】值时,按【助购值】全值给予即可。
|
||||
$sm = Model('common/SysSummary');
|
||||
$vm = new UserVouchers();
|
||||
// registerMaxGetProductCoupon
|
||||
$get = (float)dataConf('helpSaleCouponsCalBase');
|
||||
$get = (float)dataConf('registerMaxGetProductCoupon');
|
||||
$ssm = Model('common/Table');
|
||||
$ssm->setTable('sys_summary');
|
||||
$toPayInfo = $ssm->getInfo(['id'=>1],'toPaySlow');
|
||||
|
Reference in New Issue
Block a user