3 lines
92 B
Plaintext
3 lines
92 B
Plaintext
<!--pages/web/index.wxml-->
|
|
<web-view wx:if="{{url}}" src="{{url}}" />
|
|
<rich-text wx:else /> |