admin
2020-07-14 41b23417cd62af3cd77b695a2b03446243431fc1
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()))) {