|
@@ -514,6 +514,11 @@ public class KFZSJs {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@JavascriptInterface
|
|
@JavascriptInterface
|
|
|
|
|
+ public boolean isVip(){
|
|
|
|
|
+ return DataUtil.getInstance().getUserEntity().isVIP();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @JavascriptInterface
|
|
|
public void buyVip(int level, int pay_type) {
|
|
public void buyVip(int level, int pay_type) {
|
|
|
buyVip(activity, new BuyVipReq());
|
|
buyVip(activity, new BuyVipReq());
|
|
|
}
|
|
}
|