调整版本更新,修复鉴权显示bug,调整商品认证页面样式错误

This commit is contained in:
唐明明
2021-11-10 11:50:51 +08:00
parent 273386e99f
commit ea94e54d2b
6 changed files with 47 additions and 110 deletions

View File

@@ -10,7 +10,6 @@
<!-- <view class="frozen" @click="withdrawDetail">提现记录</view> -->
</view>
</view>
<view class="withdrawing-content">
<view class="item">
<view style="flex: 1;">
@@ -24,7 +23,6 @@
</view>
<view class="total" v-if="total"> {{total.toFixed(2)}} </view>
<view class="btn" @click="actions">提现至现金红包</view>
<view class="des">提现至红包可在红包中提现到银行卡 手续费: </view>
</view>
</template>