You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
441 B
10 lines
441 B
<div ref="rebate" class="rebate-guide" :style="{ top: top + 'px' }" @touchmove.prevent="touchMove">
|
|
<i ref="close" class="iconfont iconguanbi1" @click="rebateAction('close')"></i>
|
|
<div class="bottom">
|
|
<div class="title">分享返佣</div>
|
|
<div class="money">¥{{ rebateMoney }}</div>
|
|
</div>
|
|
<div class="top">
|
|
<button type="button" @click="rebateAction('share')">立即分享</button>
|
|
</div>
|
|
</div> |