瀏覽代碼

auto commit

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

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

@@ -33,16 +33,16 @@ function onMsg(event ){
33 33
 
34 34
 
35 35
 type Props = {}
36
-class Wview_ui extends PureComponent<Props> {
36
+// class Wview_ui extends AbstractButton<Props> {
37
+class Wview_ui extends AbstractButton<Props, any> {
38
+    icon = "IconMessage";
37 39
     constructor(props) {
38 40
         super(props);
39 41
         this.v1="a"
40 42
         clog("Wview_v1 init")
41 43
      }
42 44
 
43
-     render() {
44
-
45
-     }
45
+     // render() {     }
46 46
 
47 47
 }
48 48
 class Wview_v1 extends PureComponent<Props> {
@@ -112,6 +112,7 @@ injectedJs =`
112 112
             // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
113 113
      	return (
114 114
              <View style = { wv0_styles_dev.v1 || {} }>
115
+             <Wview_ui style = { wv0_styles_dev.vb1 || {}}>
115 116
              <Text style = { wv0_styles_dev.txt || {} }
116 117
              >
117 118
              Z??

Loading…
取消
儲存