Commit b7676a90 by 刘鹏

feat: 消息标题改成to_content

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