这版是公共号授权版

This commit is contained in:
cao123
2026-08-12 11:47:51 +08:00
parent d0776f9676
commit e47df01af9
18 changed files with 365 additions and 378 deletions
+13
View File
@@ -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>