This commit is contained in:
@@ -43,24 +43,24 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="user-acc flex justify-center items-center text-center">
|
||||
<view class="user-acc flex items-center text-center justify-evenly px-10">
|
||||
<view>
|
||||
<view class="text-[#CFAA32]">豆子</view>
|
||||
<view class="text-[#ffc300] text-[35px] font-bold">{{
|
||||
<view class="text-[#ffc300] text-[40px] font-bold">{{
|
||||
userInfo.data?.pulse || 0
|
||||
}}</view>
|
||||
<view class="text-[#CFAA32] text-[28px]">豆子</view>
|
||||
</view>
|
||||
<view class="line"></view>
|
||||
<view>
|
||||
<view class="text-[#CFAA32]">积分</view>
|
||||
<view class="text-[#ffc300] text-[35px] font-bold">{{
|
||||
<view class="text-[#ffc300] text-[40px] font-bold">{{
|
||||
userInfo.data?.integral || 0
|
||||
}}</view>
|
||||
<view class="text-[#CFAA32] text-[28px]">积分</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="container">
|
||||
<!--我的订单-->
|
||||
<view class="border-box bg-[#fff] p-[30px]">
|
||||
<view class="border-box bg-[#fff] p-[20px]">
|
||||
<view class="flex justify-between items-center">
|
||||
<view class="text-[#333333]">我的订单</view>
|
||||
<view
|
||||
@@ -70,13 +70,13 @@
|
||||
<ArrowRight size="10" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex justify-between text-[#666] pl-[30px] pr-[30px]">
|
||||
<view class="flex justify-between text-[#666] px-[20px]">
|
||||
<view
|
||||
class="mt-[30px] flex flex-col items-center"
|
||||
@click="toOrderList(1)">
|
||||
<IconFont
|
||||
name="http://p0.meituan.net/csc/9943f6c938fc0e310141a2b99d5bde6617483.png"
|
||||
size="40" />
|
||||
size="42" />
|
||||
<view class="mt-[15px] text-[25px] text-[#333333]">待付款</view>
|
||||
</view>
|
||||
<view
|
||||
@@ -84,7 +84,7 @@
|
||||
@click="toOrderList(2)">
|
||||
<IconFont
|
||||
name="http://p0.meituan.net/csc/5306d094d7b4b61848dd21c86b693a9515523.png"
|
||||
size="40" />
|
||||
size="42" />
|
||||
<view class="mt-[15px] text-[25px] text-[#333333]">待使用</view>
|
||||
</view>
|
||||
<view
|
||||
@@ -92,7 +92,7 @@
|
||||
@click="toOrderList(3)">
|
||||
<IconFont
|
||||
name="http://p0.meituan.net/csc/32ea9bbf51e3bbb0cbd75bc0fea97ca815779.png"
|
||||
size="40" />
|
||||
size="42" />
|
||||
<view class="mt-[15px] text-[25px] text-[#333333]">已使用</view>
|
||||
</view>
|
||||
<view
|
||||
@@ -100,7 +100,7 @@
|
||||
@click="toOrderList(4)">
|
||||
<IconFont
|
||||
name="http://p0.meituan.net/csc/2e0dee89e9a3e3f2e7bf65db355fa11c11630.png"
|
||||
size="40" />
|
||||
size="42" />
|
||||
<view class="mt-[15px] text-[25px] text-[#333333]">已失效</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -115,11 +115,11 @@
|
||||
v-if="item.type !== 333"
|
||||
class="box-mini"
|
||||
@click="toPage(item.url)">
|
||||
<IconFont size="40" :name="item.icon"></IconFont>
|
||||
<IconFont size="42" :name="item.icon"></IconFont>
|
||||
<view class="label">{{ item.label }}</view>
|
||||
</view>
|
||||
<button v-else class="kf-btn" open-type="contact">
|
||||
<IconFont class="IconFont" size="40" :name="item.icon"></IconFont>
|
||||
<IconFont class="IconFont" size="42" :name="item.icon"></IconFont>
|
||||
<view class="label">{{ item.label }}</view>
|
||||
</button>
|
||||
</view>
|
||||
@@ -131,44 +131,44 @@
|
||||
class="user-center"
|
||||
v-if="userInfo.data?.bid && userInfo.store_status === 1">
|
||||
<view class="text-[#333333]">商家服务</view>
|
||||
<nut-grid :gutter="0" :border="false">
|
||||
<nut-grid-item
|
||||
:border="false"
|
||||
<view class="box">
|
||||
<view
|
||||
v-if="userInfo.data.permission.dd"
|
||||
text="点单"
|
||||
class="box-mini"
|
||||
@click="toPage('/pages/admin/add_order/index')">
|
||||
<IconFont
|
||||
size="40"
|
||||
size="42"
|
||||
name="http://p0.meituan.net/csc/72a389ac6a441061fd534b96644c431b7839.png"></IconFont>
|
||||
</nut-grid-item>
|
||||
<nut-grid-item
|
||||
:border="false"
|
||||
<view class="label">后结点单</view>
|
||||
</view>
|
||||
<view
|
||||
v-if="userInfo.data.permission.hx"
|
||||
text="订单核销"
|
||||
class="box-mini"
|
||||
@click="toPage('/pages/admin/verify/index')">
|
||||
<IconFont
|
||||
size="40"
|
||||
size="42"
|
||||
name="http://p1.meituan.net/csc/c236a8b7a73178da25218e1fb59a96f06610.png"></IconFont>
|
||||
</nut-grid-item>
|
||||
<nut-grid-item
|
||||
:border="false"
|
||||
<view class="label">订单核销</view>
|
||||
</view>
|
||||
<view
|
||||
v-if="userInfo.data.permission.tj"
|
||||
text="订单统计"
|
||||
class="box-mini"
|
||||
@click="toPage('/pages/admin/order_manage/index')">
|
||||
<IconFont
|
||||
size="40"
|
||||
size="42"
|
||||
name="http://p0.meituan.net/csc/bd9aca457a109b4d69a692a9109a73ed9045.png"></IconFont>
|
||||
</nut-grid-item>
|
||||
<nut-grid-item
|
||||
:border="false"
|
||||
<view class="label">订单统计</view>
|
||||
</view>
|
||||
<view
|
||||
v-if="userInfo.data.permission.tx"
|
||||
text="收益提现"
|
||||
class="box-mini"
|
||||
@click="toPage('/pages/admin/withdrawal/index')">
|
||||
<IconFont
|
||||
size="40"
|
||||
size="42"
|
||||
name="http://p0.meituan.net/csc/f85d7dc1bf9eda8977e9089b260a586b7440.png"></IconFont>
|
||||
</nut-grid-item>
|
||||
</nut-grid>
|
||||
<view class="label">收益提现</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 版权 -->
|
||||
@@ -428,10 +428,10 @@ const scanCode = () => {
|
||||
-nut-grid-item-text-color: #333;
|
||||
|
||||
.box {
|
||||
margin-top: 20px;
|
||||
margin-top: 30px;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-gap: 20px;
|
||||
grid-gap: 20px 100px;
|
||||
box-sizing: border-box;
|
||||
line-height: 1.5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user