Showing
1 changed file
with
6 additions
and
2 deletions
... | ... | @@ -46,10 +46,14 @@ |
46 | 46 | </u--form> |
47 | 47 | </view> |
48 | 48 | <view class="basic-bottom u-flex"> |
49 | - <view class="item" v-if="info.data.isThirdLogin"> | |
49 | + <view class="item" v-if="info.data.isThirdLoginAndNoDind"> | |
50 | 50 | <button class="submit" size="default" @click="clearAccountFunc" :style="{ background: InfoColor }"><text class="un-bind-text">解绑</text></button> |
51 | 51 | </view> |
52 | - <view class="item" style="margin-right: 60rpx;" :style="[{ position: info.data.isThirdLogin ? '' : 'relative' }, { right: info.data.isThirdLogin ? '' : '-190rpx' }]"> | |
52 | + <view | |
53 | + class="item" | |
54 | + style="margin-right: 60rpx;" | |
55 | + :style="[{ position: info.data.isThirdLoginAndNoDind ? '' : 'relative' }, { right: info.data.isThirdLoginAndNoDind ? '' : '-190rpx' }]" | |
56 | + > | |
53 | 57 | <button class="submit" size="default" @click="onSubmitFunc" :style="{ background: PrimaryColor }"><text class="un-bind-text">确认</text></button> |
54 | 58 | </view> |
55 | 59 | </view> | ... | ... |