邓平艺 4 years ago
parent
commit
7f7af998ce
  1. 19
      components/me-tabs/me-tabs.vue
  2. 3
      pages/order/confirm-order.vue

19
components/me-tabs/me-tabs.vue

@ -153,16 +153,6 @@
padding-bottom: 30rpx; // ,me-tabsoverflow-y: hidden, padding-bottom: 30rpx; // ,me-tabsoverflow-y: hidden,
box-sizing: border-box; box-sizing: border-box;
&::after {
position: absolute;
bottom: 31rpx;
left: 0;
width: 100%;
height: 1rpx;
content: '';
// border-bottom: 1rpx solid rgba(255, 255, 255, 0.2);
}
.tab-item { .tab-item {
flex: 1; flex: 1;
position: relative; position: relative;
@ -177,16 +167,10 @@
bottom: 0; bottom: 0;
width: 100%; width: 100%;
height: 32rpx; height: 32rpx;
content: '';
// content: '';
border-right: 1rpx solid white; border-right: 1rpx solid white;
} }
&:last-child::after {
content: '';
display: none;
}
&.active { &.active {
// font-weight: bold; // font-weight: bold;
color: black; color: black;
@ -196,6 +180,7 @@
line-height: 26px!important; line-height: 26px!important;
} }
} }
} }
// item // item

3
pages/order/confirm-order.vue

@ -68,7 +68,8 @@
</view> </view>
<button class="cu-btn block bg-orange round shadow" @tap="submit"> <button class="cu-btn block bg-orange round shadow" @tap="submit">
<text class="cuIcon-loading2 cuIconfont-spin margin-right-xs text-white" v-if="loading"></text> <text class="cuIcon-loading2 cuIconfont-spin margin-right-xs text-white" v-if="loading"></text>
<text class="lf-font-32 text-white">{{ loading ? '支付中...' : '下单付款' }}</text>
<text class="lf-font-32 text-white" v-if="type == 1">{{ loading ? '支付中...' : '立即付款' }}</text>
<text class="lf-font-32 text-white" v-else>{{ loading ? '支付中...' : '下单付款' }}</text>
</button> </button>
</view> </view>
</view> </view>

Loading…
Cancel
Save