Codex Assistant
2 天以前 c8dffd157cd8b62023b26e62a0b92c152d959423
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>