瀏覽代碼

auto commit

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

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

@@ -72,15 +72,15 @@ class Wview_v1 extends PureComponent<Props> {
72 72
              >
73 73
              Z
74 74
              </Text>
75
-             <Text2 style = { wv0_styles_dev.txt2 || {} }
76
-             >
77
-             Z2
78
-             </Text2>
75
+ 
79 76
 
80 77
             <WebView source = {{uri:wb_url}}
81 78
             style = {wv0_styles_dev.webview_style || {}}
82 79
             ></WebView>
83
-
80
+            <Text2 style = { wv0_styles_dev.txt2 || {} }
81
+             >
82
+             Z2
83
+             </Text2>
84 84
             </View>
85 85
      	)
86 86
      }

Loading…
取消
儲存