浏览代码

auto commit

app
jfinn 3 年前
父节点
当前提交
338c36b2ac
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4
    3
      mdev/wv0.native.js

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

@@ -117,9 +117,7 @@ injectedJs =`
117 117
              // <Wview_ui style = { wv0_styles_dev.vb1 || {}} />
118 118
      	return (
119 119
              <View style = { wv0_styles_dev.v1 || {} }>
120
-             <Button style = { wv0_styles_dev.vb1 || {}} >
121
-             {'polls.create.create'}
122
-             </Button>
120
+
123 121
              <Text style = { wv0_styles_dev.txt || {} }
124 122
              >
125 123
              Z??
@@ -136,6 +134,9 @@ injectedJs =`
136 134
 
137 135
             onMessage={onMsg}
138 136
             ></WebView>
137
+                         <Button style = { wv0_styles_dev.vb1 || {}} >
138
+             {'polls.create.create'}
139
+             </Button>
139 140
             <Text2 style = { wv0_styles_dev.txt2 || {} }
140 141
              >
141 142
              Z2

正在加载...
取消
保存