|
@@ -145,13 +145,13 @@ class ShopProc {
|
|
|
$tag = false;
|
|
|
if($qual == $bichu[1] && $xiyoudu == $bichu[2]){
|
|
|
$resultStr = $bichu[1].",".$bichu[2];
|
|
|
- $user->privateState->junbeiShop_AllNumRecord->$typeId->num_buchu1 = 0;
|
|
|
+ $user->privateState->junbeiShop_AllNumRecord->$typeId->num_bichu1 = 0;
|
|
|
$tag = true;
|
|
|
}
|
|
|
|
|
|
if($qual == $bichu2[1] && $xiyoudu == $bichu2[2]){
|
|
|
$resultStr = $bichu2[1].",".$bichu2[2];
|
|
|
- $user->privateState->junbeiShop_AllNumRecord->$typeId->num_buchu2 = 0;
|
|
|
+ $user->privateState->junbeiShop_AllNumRecord->$typeId->num_bichu2 = 0;
|
|
|
$tag = true;
|
|
|
}
|
|
|
|