登录逻辑调整

This commit is contained in:
2024-06-06 17:36:31 +08:00
parent 351e675c6d
commit 8f06cf703d
6 changed files with 48 additions and 24 deletions

View File

@@ -11,7 +11,7 @@
<view class='qrcode-card'>
<view class='balance-view'>
<text class='balance-text'>账户余额{{ userInfo?.balance || 0 }}</text>
<view class='btn-recharge' @click.stop='goPath("/pages/mine/subs/recharge/index")'>
<view class='btn-recharge' @click.stop='goPath("/pages/mine/subs/recharge/index",true)'>
<text>去充值</text>
<image :src='assetsUrl("ic_arrow_right.png")' />
</view>
@@ -36,7 +36,6 @@
<text>店铺名称{{ userInfo?.creatorName }}</text>
<text>{{ userInfo?.storeId }}</text>
</view>
</view>
</view>
</template>