parent
bfe8321124
commit
727d1afea1
|
|
@ -248,12 +248,12 @@ const handleHbLoginSubmit = async () => {
|
|||
</view>
|
||||
<view v-if="!wxUserDTO?.ab98UserId" class="button-item" @click="handleGenerateDynamicCode">
|
||||
<wd-icon name="qrcode" size="20px" color="#fff"></wd-icon>
|
||||
<text>绑定汇邦云</text>
|
||||
<text>动态码</text>
|
||||
</view>
|
||||
<view v-else class="button-placeholder"></view>
|
||||
<view v-if="!wxUserDTO?.ab98UserId" class="button-item" @click="hbLoginPopupVisible = true">
|
||||
<wd-icon name="login" size="20px" color="#fff"></wd-icon>
|
||||
<text>汇邦云登录</text>
|
||||
<text>绑定汇邦云</text>
|
||||
</view>
|
||||
<view v-else class="button-placeholder"></view>
|
||||
<!-- <view v-if="wxStore.isCabinetAdmin" class="button-item" @click="navigateToPage('/pages/cabinet/index')">
|
||||
|
|
|
|||
Loading…
Reference in New Issue