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