Commit 4394bc4e by 范玉宾

add params for share meditation

parent ff0a1570
......@@ -13,7 +13,7 @@ ext {
"m-im" : "0.0.21.64",
"m-dynamic" : "0.0.7.74",
"m-article" : "0.0.0.10",
"m-muse" : "0.0.28.82",
"m-muse" : "0.0.28.83",
"m-tests" : "0.0.24.18",
"m-course" : "0.0.43.39",
......@@ -100,7 +100,7 @@ ext {
"m-dynamic" : "0.0.7.74",
"m-article" : "0.0.0.10",
"m-muse" : "0.0.28.82",
"m-muse" : "0.0.28.83",
"m-tests" : "0.0.24.18",
"m-course" : "0.0.43.39",
......
......@@ -1095,7 +1095,7 @@ class PlayMeditationActivity : BaseActivity() {
}
private fun formatMiniPath() {
mMinProgramPath = "/pages/player/index?meditationId=${mMeditationId}" +
mMinProgramPath = "/pages/player/index?share=1&meditationId=${mMeditationId}" +
"&meditionType=${mMeditationType}&mediaId=${mMediaId}&collectStatus=${mStatus}&index=${mIndexForMini}&videoId=${mVideoId}&cateId=${mCateId}&mark=${mMark}&tagId=${mTagId}"
LogUtil.d("Lancet======", mMinProgramPath)
}
......
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