This commit is contained in:
@@ -48,36 +48,31 @@
|
||||
<button class="btn-scan" @tap="handleScanLogin">
|
||||
<image src="/static/scan-code.png" mode="aspectFit" class="scan-icon"></image>
|
||||
<text>扫一扫登录</text>
|
||||
</button>
|
||||
</view>
|
||||
</button>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view v-if="showScanner" class="scanner-overlay">
|
||||
<view class="scanner-container">
|
||||
<view class="scanner-header">
|
||||
<text>扫一扫</text>
|
||||
<text class="close-btn" @tap="closeScanner">×</text>
|
||||
</view>
|
||||
<view id="scanner-region" class="scanner-region"></view>
|
||||
<view class="scanner-tip">将二维码放入框内即可自动扫描</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</button>
|
||||
</view>
|
||||
|
||||
<view class="agreement">
|
||||
<view class="agreement-text">
|
||||
<text class="text">登录即表示同意</text>
|
||||
<text class="link">《用户协议》</text>
|
||||
<text class="text">和</text>
|
||||
<text class="link">《隐私政策》</text>
|
||||
</view>
|
||||
<view class="agreement">
|
||||
<view class="agreement-text">
|
||||
<text class="text">登录即表示同意</text>
|
||||
<text class="link">《用户协议》</text>
|
||||
<text class="text">和</text>
|
||||
<text class="link">《隐私政策》</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view v-if="showScanner" class="scanner-overlay">
|
||||
<view class="scanner-container">
|
||||
<view class="scanner-header">
|
||||
<text>扫一扫</text>
|
||||
<text class="close-btn" @tap="closeScanner">×</text>
|
||||
</view>
|
||||
<view id="scanner-region" class="scanner-region"></view>
|
||||
<view class="scanner-tip">将二维码放入框内即可自动扫描</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
Reference in New Issue
Block a user