提交优化 #9
@ -20,11 +20,11 @@
|
|||||||
<view class="new-point">
|
<view class="new-point">
|
||||||
<view class="l">
|
<view class="l">
|
||||||
<view class="b">1000</view>
|
<view class="b">1000</view>
|
||||||
<view class="c">累计积分</view>
|
<view class="c">累计积分(带对接接口)</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="l">
|
<view class="l">
|
||||||
<view class="b">1000</view>
|
<view class="b">1000</view>
|
||||||
<view class="c">累计消费</view>
|
<view class="c">累计消费(带对接接口)</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="l">
|
<view class="l">
|
||||||
<view class="b">0</view>
|
<view class="b">0</view>
|
||||||
@ -54,9 +54,9 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- tab -->
|
<!-- tab -->
|
||||||
<su-sticky :customNavHeight="sys_navBar">
|
<!-- <su-sticky :customNavHeight="sys_navBar"> -->
|
||||||
<!-- 统计 -->
|
<!-- 统计 -->
|
||||||
<view class="filter-box ss-p-x-30 ss-flex ss-col-center ss-row-between">
|
<view class="filter-box ss-p-x-30 ss-flex ss-col-center ss-row-between" v-if="state.isShow == 1">
|
||||||
<uni-datetime-picker v-model="state.date" type="daterange" @change="onChangeTime" :end="state.today">
|
<uni-datetime-picker v-model="state.date" type="daterange" @change="onChangeTime" :end="state.today">
|
||||||
<button class="ss-reset-button date-btn">
|
<button class="ss-reset-button date-btn">
|
||||||
<text>{{ dateFilterText }}</text>
|
<text>{{ dateFilterText }}</text>
|
||||||
@ -71,7 +71,7 @@
|
|||||||
<!-- </view>-->
|
<!-- </view>-->
|
||||||
</view>
|
</view>
|
||||||
<!-- <su-tabs :list="tabMaps" @change="onChange" :scrollable="false" :current="state.currentTab"></su-tabs> -->
|
<!-- <su-tabs :list="tabMaps" @change="onChange" :scrollable="false" :current="state.currentTab"></su-tabs> -->
|
||||||
</su-sticky>
|
<!-- </su-sticky> -->
|
||||||
<!-- icon -->
|
<!-- icon -->
|
||||||
<view class="icon-img" v-if="state.isShow == 2">
|
<view class="icon-img" v-if="state.isShow == 2">
|
||||||
<view class="list" @click="sheep.$router.go('/pages/goods/list')">
|
<view class="list" @click="sheep.$router.go('/pages/goods/list')">
|
||||||
@ -282,7 +282,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 45%;
|
width: 45%;
|
||||||
padding: 16px 0;
|
padding: 13px 0;
|
||||||
background: rgba(247, 247, 247);
|
background: rgba(247, 247, 247);
|
||||||
border-radius: 10px 0 0 0;
|
border-radius: 10px 0 0 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user