Commit ae9a4c05 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent de4562fd
......@@ -18,7 +18,7 @@ object Constant {
const val IS_FIRST_VIP_BTN = "is_first_agree_btn"
const val IS_FIRST_VEDIO = "is_first_vedio"
const val TAG_NAME = "SUN"
const val MINTS_APP_NAME = "妙趣短剧"
const val MINTS_APP_NAME = "欢乐短剧"
const val MINTS_PKG_NAME = "com.duben.miaoquplaylet"
const val ACTION_EXIT_APP = "package.exit"
const val LUCKY_FLAG = "LUCKY_FLAG"
......@@ -43,7 +43,7 @@ object Constant {
const val FRAGMENT_CLICK_THREE = 2
// 协议地址
var REGISTER_URL = "http://mints-web.mints-id.com/agreements/miaoquplaylet/yhxy.html"//注册协议
var PRIVACY_URL = "http://mints-web.mints-id.com/agreements/miaoquplaylet/syzc.html"//隐私协议
var MEMBERS_URL = "https://mints-web.mints-id.com/agreements/miaoquplaylet/gmxy.html"//会员付费服务协议
var REGISTER_URL = "http://mints-web.mints-id.com/agreements/happyplaylet/yhxy.html"//注册协议
var PRIVACY_URL = "http://mints-web.mints-id.com/agreements/happyplaylet/syzc.html"//隐私协议
var MEMBERS_URL = "https://mints-web.mints-id.com/agreements/happyplaylet/gmxy.html"//会员付费服务协议
}
\ No newline at end of file
......@@ -69,7 +69,7 @@ class SettingsActivity : BaseActivity(), View.OnClickListener {
item_back.setOnClickListener(this)
item_phone.setOnClickListener(this)
item_invitedCode.findViewById<TextView>(R.id.tv_title).text = "妙趣短剧ID"
item_invitedCode.findViewById<TextView>(R.id.tv_title).text = "欢乐短剧ID"
val invitedCode = ContextCompat.getDrawable(this, R.mipmap.icon_settings_invite)
invitedCode?.setBounds(0, 0, 56, 56)
item_invitedCode.findViewById<TextView>(R.id.tv_title)
......
This diff is collapsed.
This diff is collapsed.
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