Commit 66a43599 authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent 61817a2b
......@@ -10,8 +10,8 @@ android {
applicationId "com.duben.shortplay"
minSdkVersion rootProject.ext.androidMinSdkVersion
targetSdkVersion rootProject.ext.androidTargetSdkVersion
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"
flavorDimensions "default"
// dex突破65535的限制
......
......@@ -542,11 +542,12 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener,
}
when (v.id) {
R.id.iv_dialog_vip_quit -> {
if (isGuide) {
readyGoThenKill(MainActivity::class.java)
} else {
finish()
}
// if (isGuide) {
// readyGoThenKill(MainActivity::class.java)
// } else {
// finish()
// }
payYesDialog!!.dismiss()
}
R.id.tv_dialog_vip_next -> {
cbVipAgreement.isChecked = true
......
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