这版是公共号授权版
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<!--pages/webview-auth/index.wxml-->
|
||||
<view class="container">
|
||||
<view class="loading" wx:if="{{loading && webViewUrl}}">
|
||||
<view class="loading-spinner"></view>
|
||||
<text class="loading-text">正在加载授权页面...</text>
|
||||
</view>
|
||||
<web-view
|
||||
wx:if="{{webViewUrl}}"
|
||||
src="{{webViewUrl}}"
|
||||
bindmessage="onMessage"
|
||||
bindload="onWebViewLoad"
|
||||
></web-view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user