Commit b7676a90 by 刘鹏

feat: 消息标题改成to_content

parent 91fdbd34
ext { ext {
dev_mode = false //组件发布的时候需要设置为false dev_mode = false //组件发布的时候需要设置为false
ydl2PublishVersion = "0.3.0.4-SNAPSHOT" ydl2PublishVersion = "0.3.0.4-lp"
ydlPublishVersion = [ ydlPublishVersion = [
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
......
...@@ -95,7 +95,7 @@ public class MsgViewHolderConsultSubScribePayment extends MsgViewHolderBase { ...@@ -95,7 +95,7 @@ public class MsgViewHolderConsultSubScribePayment extends MsgViewHolderBase {
} }
tv_title.setText(from_content); tv_title.setText(to_content);
tv_date.setText(consultDate); tv_date.setText(consultDate);
tv_time_long.setText(consultTime); tv_time_long.setText(consultTime);
tv_type.setText(consultType); tv_type.setText(consultType);
......
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