44 lines
1.5 KiB
Vue
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<view class="desc-doc">
<view class="desc-title">积分兑换规则</view>
<view class="section">
<view class="section-title">. 积分获取</view>
<view class="section-content">1完成购物在平台进行消费支付可即可获得官方商城积分10元可换取1积分订单支付成功后到账</view>
<view class="section-content">2平台签到赠送积分</view>
</view>
<view class="section">
<view class="section-title">. 兑换规则</view>
<view class="section-content">积分可在官方商城兑换商品</view>
<view class="section-content section-content--grey">· 折扣券官方商城定期推出积分兑换折扣卷活动兑换折扣卷后需在有效期内使用有效期及使用规则请见折扣卷详情
</view>
<view class="section-content section-content--grey">· 其他有效期及使用规则请见商品详情</view>
<view class="section-content">
兑换后会扣减兑换积分兑换的礼券及兑换积分不能退回同类礼券每笔订单限使用一张仅限本ID使用不能折算为现金也不能再次兑换为积分已兑换的礼券可在我的账户  我的积分的明细中查询兑换礼券均有有效期请及时使用
</view>
</view>
<nav-footer />
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
},
onLoad() {
}
}
</script>
<style>
@import url("./index.css");
</style>