Commit 2c44414c by caoyanzhi

update: 储值余额

parent 878e8c66
......@@ -347,6 +347,9 @@
}
}
.balance-item {
&.has-balance {
cursor: pointer;
}
.balance-icon {
color: #5C89FF;
background: #ECF8FE;
......
......@@ -408,13 +408,13 @@
</icon-label-value>
<i class="el-icon-arrow-right"></i>
</div>
<div class="balance-item">
<div :class="['balance-item', { 'has-balance': memberInfo.storedValueFlag }]" @click="goStoreValue">
<icon-label-value label="储值余额" :value="memberInfo.storedValue ? memberInfo.storedValue : 0">
<div class="balance-icon" slot="icon">
<i class="iconfont icon-chuzhizhanghu"></i>
</div>
</icon-label-value>
<!-- <i class="el-icon-arrow-right"></i> -->
<i v-if="memberInfo.storedValueFlag" class="el-icon-arrow-right"></i>
</div>
</div>
</div>
......
......@@ -250,3 +250,9 @@ export default ({
}
})
</script>
<style lang="scss" scoped>
.wechat-point-details {
padding: 20px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment