浏览代码

auto commit

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

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

82
     }
82
     }
83
     render(){
83
     render(){
84
         tglob_au.run_dev_cbs("render_vvx",{that:this,args:arguments,a:"z?"})
84
         tglob_au.run_dev_cbs("render_vvx",{that:this,args:arguments,a:"z?"})
85
-        
85
+
86
         // clog("VVX:")
86
         // clog("VVX:")
87
         return (
87
         return (
88
-            <View>
89
-                <Text>Wview_vx</Text>
88
+            <View style={this.props.vx_v}>
89
+                <Text style={this.props.vx_tx} >Wview_vx</Text>
90
             </View>
90
             </View>
91
             )
91
             )
92
     }
92
     }
197
             // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
197
             // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
198
              // {t('polls.create.create')}
198
              // {t('polls.create.create')}
199
              // <Wview_ui style = { wv0_styles_dev.vb1 || {}} />
199
              // <Wview_ui style = { wv0_styles_dev.vb1 || {}} />
200
+             // vx_v
201
+// vx_tx
200
      	return (
202
      	return (
201
              <View style = { wv0_styles_dev.v1 || {} }>
203
              <View style = { wv0_styles_dev.v1 || {} }>
202
 
204
 
204
              >
206
              >
205
              Z??
207
              Z??
206
              </Text>
208
              </Text>
207
-             <Wview_vx style = { wv0_styles_dev.vvx || {} }></Wview_vx>
209
+             <Wview_vx 
210
+             vx_tx = { wv0_styles_dev.vx_tx || {} } 
211
+             vx_v = { wv0_styles_dev.vx_v || {} } 
212
+             ></Wview_vx>
208
 
213
 
209
  
214
  
210
 
215
 

正在加载...
取消
保存