diff --git a/GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate b/GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
index ea075b7cc5e47e091b5495b3f7683cf74ab774fe..e2d94497255cc9c820242a1748268bf41decc4fc 100644
Binary files a/GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate and b/GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git "a/GeliBusinessPlatform/ViewController/\345\225\206\345\223\201\350\257\246\346\203\205/EPViewController.swift" "b/GeliBusinessPlatform/ViewController/\345\225\206\345\223\201\350\257\246\346\203\205/EPViewController.swift"
index 91c83275aff0ccba45407432dd8a905820a269d3..6e7312f81dcd7a6c258248470f6869e59c4d5214 100644
--- "a/GeliBusinessPlatform/ViewController/\345\225\206\345\223\201\350\257\246\346\203\205/EPViewController.swift"
+++ "b/GeliBusinessPlatform/ViewController/\345\225\206\345\223\201\350\257\246\346\203\205/EPViewController.swift"
@@ -851,6 +851,7 @@ class EPViewController: BaseViewController,UITableViewDelegate,UITableViewDataSo
     //MARK: - 底部广告软文跳转 && 编辑
     @objc func editHtml(){
         print("编辑软文")
+        webH = 0
         let vc = LMNoteViewController()
         
         vc.htmlStr = goodsDesc;
@@ -858,8 +859,9 @@ class EPViewController: BaseViewController,UITableViewDelegate,UITableViewDataSo
         self.navigationController?.pushViewController(vc, animated: true)
     }
     func AddGuiGeCellClick(cell: AddGuiGeCell) {
-        print("akkd == ",cell.tag)
+        
         if cell.tag == 5 {
+            webH = 0
             let vc = LMNoteViewController()
             vc.htmlStr = goodsDesc;
             vc.delegatedata = self
diff --git "a/GeliBusinessPlatform/ViewController/\345\225\206\345\223\201\350\257\246\346\203\205/ProductDetailViewController.swift" "b/GeliBusinessPlatform/ViewController/\345\225\206\345\223\201\350\257\246\346\203\205/ProductDetailViewController.swift"
index 7b83328ff778438716e798e044f922b2ab5f51bc..6877e3e5ecb8c1172d79077e5beb20c5ba588d5b 100644
--- "a/GeliBusinessPlatform/ViewController/\345\225\206\345\223\201\350\257\246\346\203\205/ProductDetailViewController.swift"
+++ "b/GeliBusinessPlatform/ViewController/\345\225\206\345\223\201\350\257\246\346\203\205/ProductDetailViewController.swift"
@@ -482,6 +482,7 @@ class ProductDetailViewController: BaseViewController,UITableViewDelegate,UITabl
     //MARK: - 底部广告软文跳转 && 编辑
     @objc func editHtml(){
         print("编辑软文")
+        webH = 0
         let vc = LMNoteViewController()
         
         vc.htmlStr = goodsDesc;
@@ -490,6 +491,7 @@ class ProductDetailViewController: BaseViewController,UITableViewDelegate,UITabl
     }
     func AddGuiGeCellClick(cell: AddGuiGeCell) {
         let vc = LMNoteViewController()
+        webH = 0
         vc.htmlStr = goodsDesc;
         vc.delegatedata = self
         self.navigationController?.pushViewController(vc, animated: true)