Commit ed1c1ba8 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent cb62ca79
...@@ -51,6 +51,7 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener, ...@@ -51,6 +51,7 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener,
CompoundButton.OnCheckedChangeListener { CompoundButton.OnCheckedChangeListener {
companion object { companion object {
const val IS_GUIDE = "IS_GUIDE"//是否从引导页进入 const val IS_GUIDE = "IS_GUIDE"//是否从引导页进入
const val IS_MAIN = "IS_MAIN"//是否从首页进入 const val IS_MAIN = "IS_MAIN"//是否从首页进入
const val IS_RECOMMEND = "IS_RECOMMEND"//是否从推荐页进入 const val IS_RECOMMEND = "IS_RECOMMEND"//是否从推荐页进入
......
...@@ -4,3 +4,4 @@ distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip ...@@ -4,3 +4,4 @@ distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
c
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment