|
|
@@ -114,17 +114,16 @@
|
|
|
class="wallet-section"
|
|
|
v-if="!appStore?.$wxConfig?.storeAuditModeEnabled"
|
|
|
>
|
|
|
- <view class="wallet-header">
|
|
|
+ <!-- <view class="wallet-header">
|
|
|
<view>
|
|
|
<view class="wallet-title">钱包余额</view>
|
|
|
- <!-- <view class="balance">{{ wallet.balance }}</view> -->
|
|
|
</view>
|
|
|
|
|
|
<view class="transaction-detail" @click="viewTransactionDetail">
|
|
|
<text style="margin-right: 10rpx">进入钱包</text>
|
|
|
<uni-icons type="right" size="16" color="#666666"></uni-icons>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<up-line color="#F1F3F8"></up-line>
|
|
|
<!--
|
|
|
<view class="assets">
|
|
|
@@ -170,7 +169,9 @@
|
|
|
class="functions-useList"
|
|
|
v-if="useList && useList.length > 0"
|
|
|
:style="{
|
|
|
- gridTemplateColumns: `repeat(${useList.length <= 4 ? useList.length : 4},1fr`,
|
|
|
+ gridTemplateColumns: `repeat(${
|
|
|
+ useList.length <= 4 ? useList.length : 4
|
|
|
+ },1fr`,
|
|
|
}"
|
|
|
>
|
|
|
<view
|
|
|
@@ -554,7 +555,7 @@ watch(
|
|
|
// ];
|
|
|
console.log(tradeList.value);
|
|
|
},
|
|
|
- { deep: true, immediate: true },
|
|
|
+ { deep: true, immediate: true }
|
|
|
);
|
|
|
|
|
|
// 编辑资料
|