增量提交
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<view class="auth-prompt" wx:if="{{show}}">
|
||||
<view class="auth-prompt-overlay" bindtap="handleCancel"></view>
|
||||
<view class="auth-prompt-content">
|
||||
<view class="auth-prompt-icon">
|
||||
<image src="{{authConfig[authType].icon}}" mode="aspectFit"></image>
|
||||
</view>
|
||||
<view class="auth-prompt-title">{{authConfig[authType].title}}</view>
|
||||
<view class="auth-prompt-desc">{{authConfig[authType].desc}}</view>
|
||||
<view class="auth-prompt-buttons">
|
||||
<button class="auth-prompt-cancel" bindtap="handleCancel">取消</button>
|
||||
<button class="auth-prompt-confirm" bindtap="handleAuth">{{authConfig[authType].buttonText}}</button>
|
||||
</view>
|
||||
<view class="auth-prompt-tip">
|
||||
<text>如果授权失败,请在</text>
|
||||
<text class="auth-prompt-settings" bindtap="openSettings">设置</text>
|
||||
<text>中开启权限</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user