瀏覽代碼

auto commit

app
jfinn 3 年之前
父節點
當前提交
a1cbfcc42a
共有 1 個檔案被更改,包括 6 行新增5 行删除
  1. 6
    5
      mdev/wv0.native.js

+ 6
- 5
mdev/wv0.native.js 查看文件

@@ -25,17 +25,18 @@ class Wview_v1 extends PureComponent<Props> {
25 25
      render() {
26 26
      	            var webview_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("webview_style",{that:this},{}) : {}
27 27
                     var wv0_styles = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("wv0_styles",{that:this},{}) : {}
28
-     	return (
29
-            <View
30
-            style = {wv0_styles.v1 || {}}
31
-            >
28
+            // <View
29
+            // style = {wv0_styles.v1 || {}}
30
+            // >
32 31
                 
32
+     	return (
33
+
33 34
             <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
34 35
             style = {webview_style}
35 36
             ></WebView>
36
-            </View>
37 37
 
38 38
      	)
39
+            // </View>
39 40
      }
40 41
 }
41 42
 

Loading…
取消
儲存