|
@@ -30,7 +30,7 @@ import butterknife.OnClick;
|
|
|
|
|
|
|
|
public class SendGiftDialog extends Dialog {
|
|
public class SendGiftDialog extends Dialog {
|
|
|
private static String[] giftNames = {"玫瑰", "蓝色妖姬", "比基尼", "婚纱", "钻戒", "豪华游艇"};
|
|
private static String[] giftNames = {"玫瑰", "蓝色妖姬", "比基尼", "婚纱", "钻戒", "豪华游艇"};
|
|
|
- private static double[] giftCoins = {8, 48, 98, 298, 698, 1598};
|
|
|
|
|
|
|
+ private static double[] giftCoins = {8, 48, 98, 298, 698, 1798};
|
|
|
private View selectedView;
|
|
private View selectedView;
|
|
|
private double balance = 0;
|
|
private double balance = 0;
|
|
|
private String modelpk;
|
|
private String modelpk;
|