|
@@ -46,7 +46,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="my-item" @tap="$navigateTo('/subPages/myPage/download/download')">
|
|
<view class="my-item" @tap="$navigateTo('/subPages/myPage/download/download')">
|
|
- <view class="my-icon bg5">
|
|
|
|
|
|
+ <view class="my-icon bg4">
|
|
<uv-icon name="attach" color="#fff" size="28"></uv-icon>
|
|
<uv-icon name="attach" color="#fff" size="28"></uv-icon>
|
|
</view>
|
|
</view>
|
|
<view class="item-content">
|
|
<view class="item-content">
|
|
@@ -56,8 +56,20 @@
|
|
<uv-icon name="arrow-right" color="#c1c0c8" size="16"></uv-icon>
|
|
<uv-icon name="arrow-right" color="#c1c0c8" size="16"></uv-icon>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <button class="contact my-item" open-type="contact">
|
|
|
|
+ <view class="my-icon bg5">
|
|
|
|
+ <uv-icon name="kefu-ermai" color="#fff" size="24"></uv-icon>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="item-content">
|
|
|
|
+ 我的客服
|
|
|
|
+ </view>
|
|
|
|
+ <view class="my-forward">
|
|
|
|
+ <uv-icon name="arrow-right" color="#c1c0c8" size="16"></uv-icon>
|
|
|
|
+ </view>
|
|
|
|
+ </button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
<view class="fab-box" v-if="isCustomer" @click="$navigateTo('/subPages/myPage/chatList/chatList')">
|
|
<view class="fab-box" v-if="isCustomer" @click="$navigateTo('/subPages/myPage/chatList/chatList')">
|
|
<view class="fab-data">
|
|
<view class="fab-data">
|
|
@@ -179,6 +191,24 @@
|
|
font-weight: 300;
|
|
font-weight: 300;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ .contact {
|
|
|
|
+ height: 120rpx;
|
|
|
|
+ background: #fff;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+
|
|
|
|
+ &::after {
|
|
|
|
+ border: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .item-content {
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ text-align: left;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
.my-list {
|
|
.my-list {
|
|
width: 100%;
|
|
width: 100%;
|
|
padding: 60rpx 30rpx 30rpx 30rpx;
|
|
padding: 60rpx 30rpx 30rpx 30rpx;
|