|
|
@@ -132,7 +132,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="footer">
|
|
|
- <div class="left-info">
|
|
|
+ <!-- <div class="left-info">
|
|
|
<span class="info-title">
|
|
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
|
class="info-icon">
|
|
|
@@ -148,7 +148,7 @@
|
|
|
<p class="info-content">
|
|
|
所有兑换物品将在每月底集中采购,采购完成后两周内安排发货,请耐心等待。
|
|
|
</p>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="right" v-if="data.stock != 0">
|
|
|
<div class="btn-line">
|
|
|
<el-button :disabled="disabled" @click="handleClickExchange" type="primary" round>确认兑换</el-button>
|
|
|
@@ -605,8 +605,8 @@ img {
|
|
|
|
|
|
.footer {
|
|
|
margin-top: 16px;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+ /* display: flex;
|
|
|
+ justify-content: space-between; */
|
|
|
}
|
|
|
|
|
|
.footer .left-info {
|