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