Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gmalpha_flutter
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile
gmalpha_flutter
Commits
622ff2c4
Commit
622ff2c4
authored
Oct 30, 2019
by
杜欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update params
parent
ca531cfb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
common.dart
lib/NewMessageModel/page/messagePage/common.dart
+10
-10
No files found.
lib/NewMessageModel/page/messagePage/common.dart
View file @
622ff2c4
...
@@ -103,27 +103,27 @@ Widget messageList(Data list) {
...
@@ -103,27 +103,27 @@ Widget messageList(Data list) {
var
content
=
{
var
content
=
{
1
:
{
1
:
{
'showText'
:
'评论了你'
,
'showText'
:
'评论了你'
,
'opeUrl'
:
'ope
n
Url'
:
'topic_detail?call_keyboard=1&open_comment=0&topic_id=
${list.repliedContent.topicId}
&reply_id=
${list.id}
'
'topic_detail?call_keyboard=1&open_comment=0&topic_id=
${list.repliedContent.topicId}
&reply_id=
${list.id}
'
},
},
2
:
{
2
:
{
'showText'
:
'评论了你的评论'
,
'showText'
:
'评论了你的评论'
,
'opeUrl'
:
'ope
n
Url'
:
'topic_detail?call_keyboard=1&open_comment=0&topic_id=
${list.repliedContent.topicId}
&reply_id=
${list.id}
'
'topic_detail?call_keyboard=1&open_comment=0&topic_id=
${list.repliedContent.topicId}
&reply_id=
${list.id}
'
},
},
3
:
{
3
:
{
'showText'
:
'评论了你'
,
'showText'
:
'评论了你'
,
'opeUrl'
:
'ope
n
Url'
:
'pictorial_detail?pictorial_id=
${list.repliedContent.pictorialId}
&reply_id=
${list.id}
&show_reply=
${false}
'
'pictorial_detail?pictorial_id=
${list.repliedContent.pictorialId}
&reply_id=
${list.id}
&show_reply=
${false}
'
},
},
4
:
{
4
:
{
'showText'
:
'评论了你的评论'
,
'showText'
:
'评论了你的评论'
,
'opeUrl'
:
'ope
n
Url'
:
'pictorial_detail?pictorial_id=
${list.repliedContent.pictorialId}
&reply_id=
${list.id}
&show_reply=
${false}
'
'pictorial_detail?pictorial_id=
${list.repliedContent.pictorialId}
&reply_id=
${list.id}
&show_reply=
${false}
'
},
},
5
:
{
5
:
{
'showText'
:
'关注了你的问题'
,
'showText'
:
'关注了你的问题'
,
'opeUrl'
:
'ope
n
Url'
:
'pictorial_detail?pictorial_id=
${list.repliedContent.pictorialId}
'
'pictorial_detail?pictorial_id=
${list.repliedContent.pictorialId}
'
}
}
};
};
...
@@ -208,11 +208,11 @@ Widget messageList(Data list) {
...
@@ -208,11 +208,11 @@ Widget messageList(Data list) {
onTap:
()
{
onTap:
()
{
onClickButton
(
'photo'
,
onClickButton
(
'photo'
,
{
'business_id'
:
list
.
repliedContent
.
id
.
toString
()});
{
'business_id'
:
list
.
repliedContent
.
id
.
toString
()});
//
jumpToNative('url_page', {"url": 'alpha://${content[list.repliedContent?.type]['openUrl']}'});
jumpToNative
(
'url_page'
,
{
"url"
:
'alpha://
${content[list.repliedContent?.type]['openUrl']}
'
});
jumpToNative
(
'url_page'
,
{
//
jumpToNative('url_page', {
"url"
:
//
"url":
'alpha://topic_detail?topic_id=
${list.repliedContent.topicId}
'
//
'alpha://topic_detail?topic_id=${list.repliedContent.topicId}'
});
//
});
},
},
child:
Container
(
child:
Container
(
width:
ScreenUtil
.
instance
.
setWidth
(
48
),
width:
ScreenUtil
.
instance
.
setWidth
(
48
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment