|
|
@@ -98,10 +98,15 @@ const { token, userInfo, getUserAvatar } = storeToRefs(useUserStore())
|
|
|
<image :src="`${StaticUrl}/4.png`" class="h50rpx w50rpx" />
|
|
|
</template>
|
|
|
</wd-cell>
|
|
|
- <wd-cell title="联系平台客服" custom-title-class="cell-title" clickable is-link>
|
|
|
+ <wd-cell custom-title-class="cell-title" clickable is-link>
|
|
|
<template #icon>
|
|
|
<image :src="`${StaticUrl}/5.png`" class="h50rpx w50rpx" />
|
|
|
</template>
|
|
|
+ <template #title>
|
|
|
+ <button class="button" open-type="contact">
|
|
|
+ 联系平台客服
|
|
|
+ </button>
|
|
|
+ </template>
|
|
|
</wd-cell>
|
|
|
</wd-cell-group>
|
|
|
</wd-card>
|
|
|
@@ -129,7 +134,14 @@ const { token, userInfo, getUserAvatar } = storeToRefs(useUserStore())
|
|
|
.header {
|
|
|
background: linear-gradient( 113deg, #F7FFDC 0%, #E0FF8E 25%, #F2FFCE 51%, #E3FF98 83%, #F6FFD6 100%);
|
|
|
}
|
|
|
-
|
|
|
+.button{
|
|
|
+ background-color: unset;
|
|
|
+ font-size: 24rpx;
|
|
|
+ line-height: 45rpx;
|
|
|
+ &::after{
|
|
|
+ border: none ;
|
|
|
+ }
|
|
|
+}
|
|
|
.page-class {
|
|
|
:deep() {
|
|
|
.login-btn {
|