From 41b23417cd62af3cd77b695a2b03446243431fc1 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 14 七月 2020 14:11:54 +0800
Subject: [PATCH] '完善'

---
 MDShopping/src/main/java/com/yeshi/ec/rebate/myapplication/ui/recommend/ShareExplosionsGoodsDetailActivity.java |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/MDShopping/src/main/java/com/yeshi/ec/rebate/myapplication/ui/recommend/ShareExplosionsGoodsDetailActivity.java b/MDShopping/src/main/java/com/yeshi/ec/rebate/myapplication/ui/recommend/ShareExplosionsGoodsDetailActivity.java
index bac0638..bf0fbe5 100644
--- a/MDShopping/src/main/java/com/yeshi/ec/rebate/myapplication/ui/recommend/ShareExplosionsGoodsDetailActivity.java
+++ b/MDShopping/src/main/java/com/yeshi/ec/rebate/myapplication/ui/recommend/ShareExplosionsGoodsDetailActivity.java
@@ -1431,18 +1431,18 @@
             case R.id.tv_refresh:
                 startActivity(new Intent(Settings.ACTION_SETTINGS));
                 break;
-            case R.id.fl_goods_detail:
-                if (isSpread) {
-                    webView.setVisibility(View.GONE);
-//                    ll_imgs.removeAllViews();
-                    iv_imgtext_status.setImageDrawable(getResources().getDrawable(R.drawable.ic_detail_img_close));
-                } else {
-                    webView.setVisibility(View.VISIBLE);
-                    iv_imgtext_status.setImageDrawable(getResources().getDrawable(R.drawable.ic_detail_img_open));
-//                    getImgText();
-                }
-                isSpread = !isSpread;
-                break;
+//            case R.id.fl_goods_detail:
+//                if (isSpread) {
+//                    webView.setVisibility(View.GONE);
+////                    ll_imgs.removeAllViews();
+//                    iv_imgtext_status.setImageDrawable(getResources().getDrawable(R.drawable.ic_detail_img_close));
+//                } else {
+//                    webView.setVisibility(View.VISIBLE);
+//                    iv_imgtext_status.setImageDrawable(getResources().getDrawable(R.drawable.ic_detail_img_open));
+////                    getImgText();
+//                }
+//                isSpread = !isSpread;
+//                break;
             case R.id.tv_shop_see:
                 GoodsCustomEvent.goodsDetailShopDetail(ShareExplosionsGoodsDetailActivity.this);
                 if (mInfo != null && (!StringUtils.isEmpty(mInfo.getGoods().getShopInfo().getShopLink()))) {

--
Gitblit v1.8.0