Initial commit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<view class="container">
|
||||
<view class="header">
|
||||
<text class="title">优惠券中心</text>
|
||||
<text class="title">我的优惠卷</text>
|
||||
</view>
|
||||
|
||||
<!-- VIP Banner -->
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<view class="form-title-bar" bindtap="toggleForm">
|
||||
<view class="title-left">
|
||||
<image class="menu-icon" src="/assets/icons/profile-icon.png" mode="aspectFit"></image>
|
||||
<text class="form-title">绑定个人信息</text>
|
||||
<text class="form-title">个人信息</text>
|
||||
</view>
|
||||
<text class="toggle-icon">{{isFormOpen ? '▲' : '▼'}}</text>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user