Commit c0fb6569 authored by 朱璇's avatar 朱璇

埋点修改

parent 37638e17
......@@ -34,7 +34,6 @@ class _PopView implements ICenterPicker {
VoidCallback dismissCallback;
double contentWidth;
DiscussLowPriceModel _model = new DiscussLowPriceModel();
@override
Widget build(BuildContext context, int alp) {
contentWidth = MediaQuery.of(context).size.width - 72;
......@@ -48,11 +47,6 @@ class _PopView implements ICenterPicker {
if (data.data.second == null || data.data.first == FAIL) {
return errorItem(contentWidth, 308.5, () {});
}
RouterCenterImpl()
.findMainRouter()
.buriedEvent("popup_view", phobosData());
return Opacity(
opacity: alp / 255.0,
child: Container(
......@@ -153,10 +147,9 @@ class _PopView implements ICenterPicker {
width: contentWidth,
alignment: Alignment.center,
margin: EdgeInsets.only(bottom: 25),
child: baseText(
"${_model.popViewLive.data.second.title}", 18, Color(0xff464646),
bold: true, textAlign: TextAlign.center,
maxLines: 2)),
child: baseText("${_model.popViewLive.data.second.title}", 18,
Color(0xff464646),
bold: true, textAlign: TextAlign.center, maxLines: 2)),
Container(
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(7),
......@@ -217,5 +210,6 @@ class _PopView implements ICenterPicker {
_model.fetchPopviewData(this.planId, this.hospitalId, this.doctorId, () {
dismissCallback();
});
RouterCenterImpl().findMainRouter().buriedEvent("popup_view", phobosData());
}
}
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