Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gm_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
林生雨
gm_flutter
Commits
ae817539
Commit
ae817539
authored
Jul 06, 2020
by
朱璇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加埋点
parent
abc54df5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
DiscussLowPricePopView.dart
...lueModel/page/DiscussLowPrice/DiscussLowPricePopView.dart
+6
-0
ClueApi.dart
lib/ClueModel/server/api/ClueApi.dart
+2
-1
No files found.
lib/ClueModel/page/DiscussLowPrice/DiscussLowPricePopView.dart
View file @
ae817539
...
...
@@ -11,6 +11,8 @@ import 'package:gm_flutter/commonModel/base/BaseComponent.dart';
import
'package:gm_flutter/ClueModel/page/DiscussLowPrice/DiscussLowPriceModel.dart'
;
import
'package:gm_flutter/commonModel/bean/Pair.dart'
;
import
'package:gm_flutter/commonModel/util/DartUtil.dart'
;
import
'package:gm_flutter/commonModel/base/BaseUtil.dart'
;
import
'package:gm_flutter/main.mark.dart'
;
class
DiscussLowPricePopView
{
static
void
showPopView
(
BuildContext
content
)
{
...
...
@@ -38,6 +40,7 @@ class _PopView implements ICenterPicker {
if
(
data
.
data
.
second
==
null
||
data
.
data
.
first
==
FAIL
)
{
return
errorItem
(
contentWidth
,
308.5
,
()
{});
}
RouterCenterImpl
().
findMainRouter
().
buriedEvent
(
"popup_view"
,
{});
return
Opacity
(
opacity:
alp
/
255.0
,
child:
Container
(
...
...
@@ -57,6 +60,9 @@ class _PopView implements ICenterPicker {
height:
13.5
,
child:
GestureDetector
(
onTap:
()
{
RouterCenterImpl
()
.
findMainRouter
()
.
buriedEvent
(
"popup_view"
,
{});
dismissCallback
();
},
child:
Image
.
asset
(
...
...
lib/ClueModel/server/api/ClueApi.dart
View file @
ae817539
...
...
@@ -3,6 +3,7 @@
* @date 2020/6/28
**/
import
'package:flutter_common/Annotations/anno/Get.dart'
;
import
'package:flutter_common/Annotations/anno/Post.dart'
;
import
'package:flutter_common/Annotations/anno/Query.dart'
;
import
'package:flutter_common/Annotations/anno/ServiceCenter.dart'
;
import
'package:gm_flutter/ClueModel/server/entity/LevelOneFeedList.dart'
;
...
...
@@ -56,7 +57,7 @@ abstract class ClueApi {
@Query
(
"doctor_id"
)
String
doctorId
,
);
@
Ge
t
(
"api/janus/plans/agree_phone_authorize"
)
@
Pos
t
(
"api/janus/plans/agree_phone_authorize"
)
DiscussLowPriceAuthBean
givePhoneAuth
(
@Query
(
"lead_phone_request_id"
)
int
leadPhoneRequestId
);
...
...
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