|
@@ -246,7 +246,7 @@
|
|
|
<view class="tn-flex tn-flex-col-center">
|
|
|
<view
|
|
|
class="icon1__item--icon tn-flex tn-flex-row-center tn-flex-col-center" style="color: #7C8191;">
|
|
|
- <view class="tn-icon-message" :style="{fontSize:(wxFontSize+1)+'px'}"></view>
|
|
|
+ <view class="tn-icon-message" style="color: #333;" :style="{fontSize:(wxFontSize+1)+'px'}"></view>
|
|
|
<!-- <img style="width:18px;height: 18px; margin-bottom: 0px;" src='/static/Group_1890181705.png'/> -->
|
|
|
</view>
|
|
|
<view class="tn-margin-left-sm tn-flex-1" :style="{fontSize:(wxFontSize-1)+'px'}">接收通知</view>
|
|
@@ -286,11 +286,11 @@
|
|
|
|
|
|
</view> -->
|
|
|
<view v-if="!showLogin">
|
|
|
- <tn-list-cell :hover="true" :unlined="true" :radius="true" :fontSize="30" @click="showLogout()">
|
|
|
+ <view :hover="true" :unlined="true" :radius="true" :fontSize="30" @click="showLogout()" >
|
|
|
<view style="background-color: rgba(255, 98, 58, 0.1);height: 42px; color: #FF623A; width: 100%;text-align: center;line-height: 42px;border-radius: 8px;">
|
|
|
退出登录
|
|
|
</view>
|
|
|
- </tn-list-cell>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<uni-popup ref="alertDialog" type="dialog">
|