fixbug: 关闭购物车
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
<view v-for="item in balanceList" :key="item.id" class="purse_warp_item" @click="jumpBonus(item)">
|
||||
<view class="purse_item_title">
|
||||
<view class="purse_item_title-left">
|
||||
<up-image src="/static/mine/purse_amount.png" width="22" height="22" bgColor="#f1f6ff00"
|
||||
class="purse_amount"></up-image>
|
||||
<up-image :src="`https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine-purse/${item.categoty}.png`"
|
||||
width="22" height="22" bgColor="#f1f6ff00" class="purse_amount"></up-image>
|
||||
<view class="title">{{ item.name }}</view>
|
||||
<up-image src="/static/common/right_soild.png" width="10" height="10" bgColor="#fff"
|
||||
class="right_soild"></up-image>
|
||||
@@ -149,6 +149,8 @@ export default {
|
||||
|
||||
.purse_amount {
|
||||
margin-right: 15rpx;
|
||||
margin-top: 6rpx;
|
||||
|
||||
}
|
||||
|
||||
.right_soild {
|
||||
|
||||
Reference in New Issue
Block a user