修改跳转路径

This commit is contained in:
zhangmanman
2021-09-28 15:41:43 +08:00
parent 4ac7827b00
commit 5bd12dd431
2 changed files with 5 additions and 5 deletions

View File

@@ -91,10 +91,10 @@
position: relative;
}
// 内容
.codeContent {
// position: absolute;
// left: 0;
// top: 0;
.codeCont {
position: absolute;
left: 0;
bottom: 140rpx;
width: 100%;
bottom: 100rpx;
left: 0;

View File

@@ -127,7 +127,7 @@
<!-- 我的资产 -->
<view class="userAssets">
<view class="userAssets-top">
<view class="withdraw-name">
<view class="withdraw-name" v-if="userData.account">
当前能量球价值<view class="withdraw-number">{{userData.account.stone_value || 0}}</view>
</view>
<view class="withdraw-btn" @click="$Router.push({name: 'Extract'})">