Browse Source

feat: 样式优化;

pull/1/head
fox 2 months ago
parent
commit
2d66af181b
3 changed files with 3 additions and 4 deletions
  1. +1
    -2
      pages/index/index.vue
  2. +1
    -1
      pages_order/components/voucher/voucherCard.vue
  3. +1
    -1
      pages_order/mine/signIn.vue

+ 1
- 2
pages/index/index.vue View File

@ -20,8 +20,7 @@
<!-- 推荐 -> 会员 -->
<!-- todo: jump to member page -->
<view v-if="!role" class="card flex recommend-member" @click="$utils.navigateTo('/pages/index/category')" >
<view v-if="!role" class="card flex recommend-member" @click="$utils.navigateTo('/pages/index/memberCenter')" >
<view class="flex" style="flex: 1;">
<image class="icon-member" style="" src="@/static/image/home/icon-member.png"></image>
<!-- todo: check -->


+ 1
- 1
pages_order/components/voucher/voucherCard.vue View File

@ -11,7 +11,7 @@
<!-- status: 0-未使用 1-已使用 -->
<template v-if="!readonly && data.status == 0">
<button palin class="btn" @click="onClick">立即使用</button>
<button plain class="btn" @click="onClick">立即使用</button>
</template>
</view>
</template>


+ 1
- 1
pages_order/mine/signIn.vue View File

@ -37,7 +37,7 @@
</view>
<view style="text-align: right;">
<button class="flex btn btn-record" @click="$utils.navigateTo('/pages_order/mine/pointsRecord')">
<button plain class="flex btn btn-record" @click="$utils.navigateTo('/pages_order/mine/pointsRecord')">
<text>积分明细</text>
<image class="btn-record-icon" src="../static/signIn/icon-arrow.png" mode="widthFix"></image>
</button>


Loading…
Cancel
Save