|
@ -9,7 +9,7 @@ |
|
|
<image src="../static/mine/characteristic.png" mode="aspectFill" /> |
|
|
<image src="../static/mine/characteristic.png" mode="aspectFill" /> |
|
|
<view>您当前的正式积分</view> |
|
|
<view>您当前的正式积分</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="TopBlock-balance">100</view> |
|
|
|
|
|
|
|
|
<view class="TopBlock-balance">{{UserExtensionInfo.integerNum || 0}}</view> |
|
|
<view class="TopBlock-button" |
|
|
<view class="TopBlock-button" |
|
|
@click="$utils.navigateTo('/pages_order/mine/IntegralRecord')"> |
|
|
@click="$utils.navigateTo('/pages_order/mine/IntegralRecord')"> |
|
|
<view>积分明细</view> |
|
|
<view>积分明细</view> |
|
@ -17,18 +17,16 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="card"> |
|
|
|
|
|
|
|
|
<!-- <view class="card"> |
|
|
<view class="card-box"> |
|
|
<view class="card-box"> |
|
|
<view class="card-top">获取正式积分</view> |
|
|
<view class="card-top">获取正式积分</view> |
|
|
<view style="background-color: #EDEDED; height: 1rpx;" /> |
|
|
<view style="background-color: #EDEDED; height: 1rpx;" /> |
|
|
<view class="card-cell"> |
|
|
<view class="card-cell"> |
|
|
<uv-cell-group> |
|
|
<uv-cell-group> |
|
|
<uv-cell> |
|
|
<uv-cell> |
|
|
<!-- 自定义左侧标题 --> |
|
|
|
|
|
<template #title> |
|
|
<template #title> |
|
|
<text style="font-size: 12px;">邀请好友赚积分</text> |
|
|
<text style="font-size: 12px;">邀请好友赚积分</text> |
|
|
</template> |
|
|
</template> |
|
|
<!-- 自定义左侧标题下面的内容 --> |
|
|
|
|
|
<template #label> |
|
|
<template #label> |
|
|
<view style="font-size: 20rpx;color: #999999; padding: 10rpx 0;"> |
|
|
<view style="font-size: 20rpx;color: #999999; padding: 10rpx 0;"> |
|
|
<view>成功邀请一名好友注册,可获得2正式积分!</view> |
|
|
<view>成功邀请一名好友注册,可获得2正式积分!</view> |
|
@ -36,15 +34,12 @@ |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
</template> |
|
|
</template> |
|
|
<!-- 自定义右侧值 --> |
|
|
|
|
|
<template #value> |
|
|
<template #value> |
|
|
<text style="font-size: 24rpx; color: #4280FD;">去邀请</text> |
|
|
<text style="font-size: 24rpx; color: #4280FD;">去邀请</text> |
|
|
</template> |
|
|
</template> |
|
|
<!-- 自定义左侧图标 --> |
|
|
|
|
|
<template #icon> |
|
|
<template #icon> |
|
|
<uv-icon size="50" name="../static/mine/notepad.png" /> |
|
|
<uv-icon size="50" name="../static/mine/notepad.png" /> |
|
|
</template> |
|
|
</template> |
|
|
<!-- 自定义右侧图标 --> |
|
|
|
|
|
<template #right-icon> |
|
|
<template #right-icon> |
|
|
<uv-icon color="#4280FD" size="30rpx" name="arrow-right"></uv-icon> |
|
|
<uv-icon color="#4280FD" size="30rpx" name="arrow-right"></uv-icon> |
|
|
</template> |
|
|
</template> |
|
@ -61,26 +56,21 @@ |
|
|
<view class="card-cell"> |
|
|
<view class="card-cell"> |
|
|
<uv-cell-group> |
|
|
<uv-cell-group> |
|
|
<uv-cell> |
|
|
<uv-cell> |
|
|
<!-- 自定义左侧标题 --> |
|
|
|
|
|
<template #title> |
|
|
<template #title> |
|
|
<text style="font-size: 12px;">我要找工作</text> |
|
|
<text style="font-size: 12px;">我要找工作</text> |
|
|
</template> |
|
|
</template> |
|
|
<!-- 自定义左侧标题下面的内容 --> |
|
|
|
|
|
<template #label> |
|
|
<template #label> |
|
|
<view style="font-size: 20rpx;color: #999999; padding: 10rpx 0;"> |
|
|
<view style="font-size: 20rpx;color: #999999; padding: 10rpx 0;"> |
|
|
<view>查看招工信息</view> |
|
|
<view>查看招工信息</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
</template> |
|
|
</template> |
|
|
<!-- 自定义右侧值 --> |
|
|
|
|
|
<template #value> |
|
|
<template #value> |
|
|
<text style="font-size: 24rpx; color: #4280FD;">去找活</text> |
|
|
<text style="font-size: 24rpx; color: #4280FD;">去找活</text> |
|
|
</template> |
|
|
</template> |
|
|
<!-- 自定义左侧图标 --> |
|
|
|
|
|
<template #icon> |
|
|
<template #icon> |
|
|
<uv-icon size="50" name="../static/mine/notepad.png" /> |
|
|
<uv-icon size="50" name="../static/mine/notepad.png" /> |
|
|
</template> |
|
|
</template> |
|
|
<!-- 自定义右侧图标 --> |
|
|
|
|
|
<template #right-icon> |
|
|
<template #right-icon> |
|
|
<uv-icon color="#4280FD" size="30rpx" name="arrow-right"></uv-icon> |
|
|
<uv-icon color="#4280FD" size="30rpx" name="arrow-right"></uv-icon> |
|
|
</template> |
|
|
</template> |
|
@ -88,9 +78,20 @@ |
|
|
</uv-cell-group> |
|
|
</uv-cell-group> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
</view> --> |
|
|
|
|
|
|
|
|
|
|
|
<view class="" |
|
|
|
|
|
style="padding: 20rpx;"> |
|
|
|
|
|
<uv-parse :content="configList.config_score_rule"></uv-parse> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="service">如有疑问请联系客服:<text>4008-678-918</text></view> |
|
|
|
|
|
|
|
|
<view class="service">如有疑问请联系客服:<text |
|
|
|
|
|
style="color: #4280FD;" |
|
|
|
|
|
@click="$refs.customerServicePopup.open()" |
|
|
|
|
|
>{{ configList.config_service_phone }}</text></view> |
|
|
|
|
|
|
|
|
|
|
|
<customerServicePopup ref="customerServicePopup"/> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|