公告板
版本库
filestore
活动
搜索
登录
main
/
new-ryc
蓉易创
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
build(backend): switch to thin-jar layout (split libs into target/lib); cho...
Codex Assistant
2 天以前
c8dffd157cd8b62023b26e62a0b92c152d959423
[new-ryc.git]
/
wx
/
pages
/
webview
/
webview.wxml
1
2
3
4
5
6
7
8
<view class="webview-container">
<web-view
src="{{webviewUrl}}"
bindmessage="onMessage"
binderror="onError"
bindload="onLoad"
></web-view>
</view>