Commit aaa34a49 authored by mengqr's avatar mengqr
parents 3f4cf77d ae6505ad
......@@ -124,7 +124,7 @@
><span class="usePointFour">积分</span>
</div>
<div v-if="ifexchange" class="exchange">
<span @click="sure">立即兑换1 </span>
<span @click="sure">立即兑换</span>
</div>
<div v-if="!ifexchange" class="exchangeTwo">
<span>立即兑换</span>
......@@ -652,7 +652,7 @@ export default {
}
.b_user {
width: 100%;
height: 322px;
height: 402px;
background: white;
position: relative;
}
......@@ -668,7 +668,7 @@ export default {
}
.bu_p {
position: absolute;
bottom: 12px;
bottom:15%;
width: 41%;
height: 30px;
border-radius: 20px;
......@@ -679,10 +679,13 @@ export default {
color: white;
font-size: 0.2rem;
}
.sent{
margin-top: 12px;
}
.user_p .con_P {
position: absolute;
bottom: 5px;
width: 34%;
bottom: 15%;
width: 41%;
height: 30px;
border-radius: 20px;
background: #e03939;
......
......@@ -117,7 +117,7 @@
><span class="usePointFour">积分</span>
</div>
<div v-if="ifexchange" class="exchange">
<span @click="sure">立即兑换1 </span>
<span @click="sure">立即兑换</span>
</div>
<div v-if="!ifexchange" class="exchangeTwo">
<span>立即兑换</span>
......@@ -354,7 +354,7 @@ export default {
this.server.newcrmqueryproduct(params).then((res) => {
if (res.data.code == 200) {
alert("兑换成功");
this.$router.push("../strategyversion");
} else if (res.data.code == 500) {
alert("网络错误,请稍后重试");
} else if (res.data.code == 600) {
......@@ -608,7 +608,7 @@ export default {
}
.b_user {
width: 100%;
height: 322px;
height: 402px;
background: white;
position: relative;
}
......@@ -624,7 +624,7 @@ export default {
}
.bu_p {
position: absolute;
bottom: 12px;
bottom:15%;
width: 41%;
height: 30px;
border-radius: 20px;
......@@ -637,8 +637,8 @@ export default {
}
.user_p .con_P {
position: absolute;
bottom: 5px;
width: 34%;
bottom: 15%;
width: 41%;
height: 30px;
border-radius: 20px;
background: #e03939;
......
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