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