|
|
@@ -18,7 +18,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 会员卡功能 -->
|
|
|
- <view class="vip-card-box">
|
|
|
+ <!-- <view class="vip-card-box">
|
|
|
<image class="card-bg" src="/static/img/vip-card-bg.png" mode=""></image>
|
|
|
<view class="b-btn">我要升级</view>
|
|
|
<view class="tit">
|
|
|
@@ -27,21 +27,22 @@
|
|
|
</view>
|
|
|
<text class="e-m">DCloud Union</text>
|
|
|
<text class="e-b">开通会员开发无bug 一测就上线</text>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
|
|
|
- <view
|
|
|
+ <!-- <view
|
|
|
class="cover-container"
|
|
|
- :style="[
|
|
|
- {
|
|
|
- transform: coverTransform,
|
|
|
- transition: coverTransition
|
|
|
- }
|
|
|
- ]"
|
|
|
- @touchstart="coverTouchstart"
|
|
|
- @touchmove="coverTouchmove"
|
|
|
+ :style="[
|
|
|
+ {
|
|
|
+ transform: coverTransform,
|
|
|
+ transition: coverTransition
|
|
|
+ }
|
|
|
+ ]"
|
|
|
+ @touchstart="coverTouchstart"
|
|
|
+ @touchmove="coverTouchmove"
|
|
|
@touchend="coverTouchend"
|
|
|
- >
|
|
|
+ > -->
|
|
|
+ <view class="cover-container">
|
|
|
<image class="arc" src="/static/img/arc.png"></image>
|
|
|
|
|
|
<view class="tj-sction">
|
|
|
@@ -151,7 +152,7 @@
|
|
|
<uni-list-item title="我的收藏" @click="navTo('/pages/user/favorites')" thumb="/static/icon/img02.png"></uni-list-item>
|
|
|
<uni-list-item title="收货地址" @click="navTo('/pages/set/address')" thumb="/static/icon/img05.png"></uni-list-item>
|
|
|
<uni-list-item title="邀请好友" @click="navTo('/pages/user/shareQrCode')" thumb="/static/icon/img10.png"></uni-list-item>
|
|
|
- <uni-list-item title="绑定手机号" @click="navTo('/pages/set/phone')" thumb="/static/icon/img09.png"></uni-list-item>
|
|
|
+ <uni-list-item title="绑定手机" @click="navTo('/pages/set/phone')" thumb="/static/icon/img09.png"></uni-list-item>
|
|
|
</uni-list>
|
|
|
</view>
|
|
|
</view>
|