initial commit

This commit is contained in:
Rajuahamedkst 2025-09-12 23:39:00 +08:00
parent 1d71a02738
commit a6f83a1317
2 changed files with 59 additions and 11 deletions

View file

@ -66,12 +66,14 @@
<view class="user-meta">
<text class="user-nickname">{{userInfo.user.nickname || 'No nickname'}}</text>
<text class="user-custom-id">{{userInfo.user.customId || 'No custom ID'}}</text>
<!-- Test data indicator -->
<text wx:if="{{isTestData}}" class="test-indicator">🧪 Test Data</text>
<!-- Test data indicator - only show when using test data -->
<view wx:if="{{isTestData}}" class="test-data-warning">
<text class="test-indicator">🧪 Demo Mode - Please Log In</text>
<button class="login-btn" bindtap="goToLogin">Log In</button>
</view>
</view>
</view>
</view>
<view class="action-buttons">
<!-- 保存二维码按钮 -->
<view class="action-btn" bindtap="saveQRCode">
@ -89,4 +91,11 @@
<image class="action-icon" src="/images/share.svg" mode="aspectFit"></image>
</view>
</view>
</view>
</view>