瀏覽代碼

auto commit

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

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

@@ -112,7 +112,7 @@ class Wview_btns extends Component<Props> {
112 112
                         // style={ {} }
113 113
         return (
114 114
                         <View  style={wview_btns.style_v0 || {}}>
115
-                        <View  style={wview_btns.style_v1 || {}}>
115
+                        
116 116
             <Button_v2 
117 117
             prop_id = "b1"
118 118
                          style = { wview_btns.style_b1 || {}} 
@@ -121,8 +121,7 @@ class Wview_btns extends Component<Props> {
121 121
                          >
122 122
              {wview_btns.b1_txt  || "udef1"}
123 123
              </Button_v2>
124
-                                    </View>
125
-                        <View  style={wview_btns.style_v2 || {}}>
124
+                    
126 125
 
127 126
             <Button_v2 
128 127
             prop_id = "b2"
@@ -135,7 +134,6 @@ class Wview_btns extends Component<Props> {
135 134
 
136 135
 
137 136
 
138
-                                    </View>
139 137
                                     </View>
140 138
 
141 139
             )

Loading…
取消
儲存