1
This commit is contained in:
parent
1602e1da54
commit
3dbe84e78e
@ -73,7 +73,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view :class="showYes ? 'third flex flex-column yes' : 'third flex flex-column no'"
|
<view :class="showYes ? 'third flex flex-column yes' : 'third flex flex-column no'"
|
||||||
style="justify-content: flex-start;margin-bottom: 280rpx;">
|
style="justify-content: flex-start;" :style="detail.feel==1?'margin-bottom: 280rpx;':''">
|
||||||
<view class="flex align-items" style="padding: 30rpx;justify-content: space-between;">
|
<view class="flex align-items" style="padding: 30rpx;justify-content: space-between;">
|
||||||
<view class="third-top flex align-items" style="margin: 0px;">
|
<view class="third-top flex align-items" style="margin: 0px;">
|
||||||
<span>报名信息
|
<span>报名信息
|
||||||
@ -238,8 +238,8 @@
|
|||||||
|
|
||||||
<view class="footer flex align-items" style="justify-content: space-between;">
|
<view class="footer flex align-items" style="justify-content: space-between;">
|
||||||
<span style="margin-bottom: 170rpx; width: 750rpx;margin-left: 20rpx;">
|
<span style="margin-bottom: 170rpx; width: 750rpx;margin-left: 20rpx;">
|
||||||
<cc-protocolBox :agree="agree" :name="protocolArr"
|
<cc-protocolBox :agree="agree" @click="protocolClick" :name="protocolArr"
|
||||||
@protocolClick="protocolClick"></cc-protocolBox>
|
@clickOne="protocolClick"></cc-protocolBox>
|
||||||
</span>
|
</span>
|
||||||
<view class="footer-right flex justify-center align-items">
|
<view class="footer-right flex justify-center align-items">
|
||||||
<span v-if="detail.feel == 0 && agree" @click="buy()"> 立即支付 </span>
|
<span v-if="detail.feel == 0 && agree" @click="buy()"> 立即支付 </span>
|
||||||
@ -1747,6 +1747,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn_1 {
|
.btn_1 {
|
||||||
|
z-index: 1000;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
height: 90rpx;
|
height: 90rpx;
|
||||||
background: #323232;
|
background: #323232;
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<span>元/人</span>
|
<span>元/人</span>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="top_texts flex align-items" style="top:-140rpx;right: 88rpx;" v-else>
|
<view class="top_texts flex align-items" style="top:-140rpx;right: 35rpx;" v-else>
|
||||||
<span style="font-weight: 900;font-size: 44rpx;">免费</span>
|
<span style="font-weight: 900;font-size: 44rpx;">免费</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="first-box flex flex-start flex-column justify-start">
|
<view class="first-box flex flex-start flex-column justify-start">
|
||||||
|
@ -645,7 +645,7 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
padding-left: 60rpx;
|
||||||
.s-header {
|
.s-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="height: 10rpx;width: 100%;background: #F8F8F8;margin-top: 20rpx;"></view>
|
<view style="height: 10rpx;width: 100%;background: #eeeeee;margin-top: 20rpx;"></view>
|
||||||
<view style="padding: 30rpx;">
|
<view style="padding: 30rpx;">
|
||||||
<view>
|
<view>
|
||||||
<text style="color: #FF4810;font-size: 28rpx;">*</text>
|
<text style="color: #FF4810;font-size: 28rpx;">*</text>
|
||||||
@ -46,7 +46,7 @@
|
|||||||
<input type="text" placeholder="请填写真实姓名" class="input" v-model="form.name" />
|
<input type="text" placeholder="请填写真实姓名" class="input" v-model="form.name" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="height: 1px;width: 100%;background-color: #F0F0F0;"></view>
|
<view style="height: 1px;width: 100%;background-color: #eeeeee;"></view>
|
||||||
<view style="display: flex;justify-content: space-between;align-items: center;padding: 40rpx 0px 0px 0px;">
|
<view style="display: flex;justify-content: space-between;align-items: center;padding: 40rpx 0px 0px 0px;">
|
||||||
<view>
|
<view>
|
||||||
身份证号
|
身份证号
|
||||||
@ -57,13 +57,15 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="height: 10rpx;width: 100%;background: #F8F8F8;"></view>
|
<view style="height: 10rpx;width: 100%;background: #eeeeee;"></view>
|
||||||
|
<view style="position: fixed;width: 100%;bottom: 4%;">
|
||||||
<view style="padding:30rpx">
|
<view style="padding:30rpx">
|
||||||
<cc-protocolBox :agree="agree" :name="protocolArr" :desc="desc"
|
<cc-protocolBox :agree="agree" :name="protocolArr" :desc="desc"
|
||||||
@protocolClick="protocolClick"></cc-protocolBox>
|
@protocolClick="protocolClick"></cc-protocolBox>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="agree" class="btn_1" @click="save()">提交信息</view>
|
<view v-if="agree" class="btn_1" @click="save()">提交信息</view>
|
||||||
<view v-if="!agree" class="btn_2">提交信息</view>
|
<view v-if="!agree" class="btn_2">提交信息</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
<u-popup @touchmove.native.stop.prevent :closeable="true" :show="show" :round="10" mode="center"
|
<u-popup @touchmove.native.stop.prevent :closeable="true" :show="show" :round="10" mode="center"
|
||||||
@close="show = false" :custom-style="{
|
@close="show = false" :custom-style="{
|
||||||
@ -267,7 +269,6 @@
|
|||||||
line-height: 90rpx;
|
line-height: 90rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-top: 50rpx;
|
|
||||||
}
|
}
|
||||||
.popup-footer {
|
.popup-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -29,8 +29,8 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="background-color: #FFFFFF;border-radius:44rpx;padding:45rpx 30rpx;margin-top: 30rpx;">
|
<view style="background-color: #FFFFFF;border-radius:44rpx;padding:45rpx 30rpx;margin-top: 30rpx;min-height: 70vh;">
|
||||||
<view style="display: flex;gap: 70rpx;padding-bottom: 40rpx;">
|
<view style="display: flex;gap: 50rpx;padding-bottom: 40rpx;align-items: baseline;">
|
||||||
<view @click="openTab(0)">
|
<view @click="openTab(0)">
|
||||||
<view :class="tabIndex==0?'act':'no_act'">收益明细</view>
|
<view :class="tabIndex==0?'act':'no_act'">收益明细</view>
|
||||||
<view v-if="tabIndex==0"
|
<view v-if="tabIndex==0"
|
||||||
@ -108,7 +108,13 @@
|
|||||||
</view>
|
</view>
|
||||||
<view style="background: #eeeeee;width: 100%;height: 1px;margin: 40rpx 0rpx;"></view>
|
<view style="background: #eeeeee;width: 100%;height: 1px;margin: 40rpx 0rpx;"></view>
|
||||||
</view>
|
</view>
|
||||||
<u-loadmore style="margin-bottom: 60rpx;" :status="loadStatus" />
|
<view v-if="list.length==0" style="position: absolute;text-align: center;margin: 0 auto;left: 0;right: 0;top: 50%;">
|
||||||
|
<view>
|
||||||
|
<image src="/static/detail/no_info.png" style="width: 180rpx;height: 180rpx"></image>
|
||||||
|
<view style="font-size: 28rpx;">没有更多了</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<u-loadmore v-if="list.length!=0" style="margin-bottom: 60rpx;" :status="loadStatus" />
|
||||||
</view>
|
</view>
|
||||||
<u-popup @touchmove.native.stop.prevent :custom-style="popupStyle" :closeable="false" :show="tipsShow" :round="10" mode="center"
|
<u-popup @touchmove.native.stop.prevent :custom-style="popupStyle" :closeable="false" :show="tipsShow" :round="10" mode="center"
|
||||||
:closeOnClickOverlay="false">
|
:closeOnClickOverlay="false">
|
||||||
|
@ -153,12 +153,11 @@
|
|||||||
</span>
|
</span>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view style="margin:30rpx 0 0 0;" v-if="status == -1 || status == 2">
|
|
||||||
<cc-protocolBox :agree="agree" :name="protocolArr" @protocolClick="protocolClick"></cc-protocolBox>
|
|
||||||
</view>
|
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
<view class="bottom flex align-items justify-center" v-if="status == -1 || status == 2">
|
<view class="bottom " v-if="status == -1 || status == 2">
|
||||||
|
<view style="margin:30rpx 0 0 0;">
|
||||||
|
<cc-protocolBox :agree="agree" :name="protocolArr" @click="protocolClick" @clickOne="protocolClick"></cc-protocolBox>
|
||||||
|
</view>
|
||||||
<span class="flex align-items justify-center" @click="apply()" v-if="agreeAdd == true">确认发布</span>
|
<span class="flex align-items justify-center" @click="apply()" v-if="agreeAdd == true">确认发布</span>
|
||||||
<span class="flex align-items justify-center" v-if="agreeAdd == false"
|
<span class="flex align-items justify-center" v-if="agreeAdd == false"
|
||||||
style="background: #EEEEEE;color: #9C9C9C;">确认发布</span>
|
style="background: #EEEEEE;color: #9C9C9C;">确认发布</span>
|
||||||
@ -212,7 +211,7 @@
|
|||||||
</u-popup>
|
</u-popup>
|
||||||
|
|
||||||
<!-- 身份证是否认证 -->
|
<!-- 身份证是否认证 -->
|
||||||
<u-popup @touchmove.native.stop.prevent :closeable="true" :show="cardShow" :round="10" mode="center"
|
<u-popup @touchmove.native.stop.prevent :closeable="false" :show="cardShow" :round="10" mode="center"
|
||||||
@close="cardShow = false" :safeAreaInsetBottom="false" :custom-style="{
|
@close="cardShow = false" :safeAreaInsetBottom="false" :custom-style="{
|
||||||
width: '600rpx',
|
width: '600rpx',
|
||||||
padding: '24rpx 24rpx 20rpx 24rpx',
|
padding: '24rpx 24rpx 20rpx 24rpx',
|
||||||
@ -222,14 +221,16 @@
|
|||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
flexColumn: 'column'
|
flexColumn: 'column'
|
||||||
}" :closeOnClickOverlay="false">
|
}" :closeOnClickOverlay="false">
|
||||||
<view style="font-size: 32rpx;font-weight: 800;">去认证</view>
|
<view style="text-align: center;margin-top: 30rpx;">
|
||||||
<view style="font-size: 24rpx;color: #999999;margin-top: 30rpx;">完成认证,即可发布精彩活动</view>
|
<image src="/static/fabu/renzheng.png" style="width: 140rpx;height: 140rpx;"></image>
|
||||||
<view
|
|
||||||
style="font-weight: 400;color: #3D3D3D;text-align: center;line-height: 36rpx;font-size: 26rpx;margin-top: 40rpx;">
|
|
||||||
只差最后一步!完成身份认证,即可成为【搭+】认证活动官,开始分享您的精彩活动。
|
|
||||||
</view>
|
</view>
|
||||||
<view style="gap: 20px;width: 100%;display: flex;justify-content: space-between;align-items: center;">
|
<view style="font-size: 36rpx;color: #3D3D3D;margin-top: 30rpx;font-weight: 600;">完成认证,即可发布活动</view>
|
||||||
<view class="btn_3" @click="cardShow = false">取消</view>
|
<view
|
||||||
|
style="padding: 40rpx 20rpx 10rpx 20rpx;;font-weight: 400;color: #3D3D3D;text-align: center;line-height: 44rpx;font-size: 28rpx;">
|
||||||
|
只差最后一步!完成身份认证,即可成为<br>【搭+】认证活动官,开始分享您的精彩活动。
|
||||||
|
</view>
|
||||||
|
<view style="gap: 20px;width: 100%;display: flex;justify-content: space-between;align-items: center;padding-bottom: 30rpx;">
|
||||||
|
<view class="btn_4" @click="cardShow = false">取消</view>
|
||||||
<view class="btn_2" @click="openUrl('/packageB/card/index')">我同意</view>
|
<view class="btn_2" @click="openUrl('/packageB/card/index')">我同意</view>
|
||||||
</view>
|
</view>
|
||||||
</u-popup>
|
</u-popup>
|
||||||
@ -399,8 +400,8 @@
|
|||||||
},
|
},
|
||||||
apply_info: {},
|
apply_info: {},
|
||||||
popupStyle: {
|
popupStyle: {
|
||||||
width: '642rpx',
|
width: '620rpx',
|
||||||
padding: '24rpx 24rpx 42rpx 24rpx',
|
padding: '50rpx 40rpx 42rpx 40rpx',
|
||||||
height: '984rpx',
|
height: '984rpx',
|
||||||
margin: '0 auto', // 水平居中
|
margin: '0 auto', // 水平居中
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
@ -458,6 +459,7 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
this.show=false;
|
||||||
this.getCardInfo();
|
this.getCardInfo();
|
||||||
},
|
},
|
||||||
filters: {
|
filters: {
|
||||||
@ -1344,7 +1346,7 @@
|
|||||||
overflow: visible;
|
overflow: visible;
|
||||||
/* 允许内容溢出 */
|
/* 允许内容溢出 */
|
||||||
margin-top: 200rpx;
|
margin-top: 200rpx;
|
||||||
margin-bottom: 314rpx;
|
margin-bottom: 370rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title_logo {
|
.title_logo {
|
||||||
@ -1437,7 +1439,7 @@
|
|||||||
.label {
|
.label {
|
||||||
font-family: PingFang SC, PingFang SC;
|
font-family: PingFang SC, PingFang SC;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 26rpx;
|
font-size: 28rpx;
|
||||||
color: #343434;
|
color: #343434;
|
||||||
line-height: 32rpx;
|
line-height: 32rpx;
|
||||||
width: 160rpx;
|
width: 160rpx;
|
||||||
@ -1542,14 +1544,13 @@
|
|||||||
|
|
||||||
.bottom {
|
.bottom {
|
||||||
width: 750rpx;
|
width: 750rpx;
|
||||||
height: 162rpx;
|
height: 230rpx;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
box-shadow: 0rpx -6rpx 12rpx 0rpx rgba(111, 190, 255, 0.1);
|
box-shadow: 0rpx -6rpx 12rpx 0rpx rgba(111, 190, 255, 0.1);
|
||||||
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
||||||
bottom: 128rpx;
|
bottom: 128rpx;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
width: 642rpx;
|
width: 642rpx;
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
@ -1560,6 +1561,8 @@
|
|||||||
font-size: 36rpx;
|
font-size: 36rpx;
|
||||||
color: #BBFC5B;
|
color: #BBFC5B;
|
||||||
line-height: 32rpx;
|
line-height: 32rpx;
|
||||||
|
margin: 0 auto;
|
||||||
|
margin-top: 30rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1576,7 +1579,7 @@
|
|||||||
.input {
|
.input {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-family: PingFang SC, PingFang SC;
|
font-family: PingFang SC, PingFang SC;
|
||||||
font-size: 26rpx;
|
font-size: 28rpx;
|
||||||
color: #343434;
|
color: #343434;
|
||||||
line-height: 32rpx;
|
line-height: 32rpx;
|
||||||
width: 450rpx;
|
width: 450rpx;
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
机构地址
|
机构地址
|
||||||
</view>
|
</view>
|
||||||
<view class="flex align-items" @click="chooseMap()">
|
<view class="flex align-items" @click="chooseMap()">
|
||||||
<input type="text" placeholder="请选择" class="input" v-model="formData.address"
|
<input type="text" placeholder="请选择" class="input" v-model="formData.address" disabled
|
||||||
placeholder-class="plasty" />
|
placeholder-class="plasty" />
|
||||||
<u-icon name="arrow-right" color="#202020"></u-icon>
|
<u-icon name="arrow-right" color="#202020"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
|
@ -1,16 +1,22 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="myBox">
|
<view class="myBox">
|
||||||
<view class="box flex justify-start align-items flex-column">
|
<view class="box flex justify-start align-items flex-column">
|
||||||
<scroll-view @touchmove.prevent scroll-y="true" :show-scrollbar="true" class="con-center flex flex-start flex-column">
|
<scroll-view @touchmove.prevent scroll-y="true" :show-scrollbar="true"
|
||||||
|
class="con-center flex flex-start flex-column">
|
||||||
<view class="header flex align-items">
|
<view class="header flex align-items">
|
||||||
<view class="hea-left flex align-items">
|
<view class="hea-left flex align-items">
|
||||||
<image :src="avatar" mode="" class="avatar" @click="clickTop(1)"></image>
|
<image :src="avatar" mode="" class="avatar" @click="clickTop(1)"></image>
|
||||||
<view class="first-header flex justify-center align-items">
|
<view class="first-header flex justify-center align-items">
|
||||||
<view class="flex flex-column" @click="clickTop(1)">
|
<view class="flex flex-column" @click="clickTop(1)">
|
||||||
<span style="margin-bottom: 20rpx;">
|
<view
|
||||||
{{ userName }}
|
style="display: flex;align-items: center;;margin-bottom: 20rpx;font-weight: 800;font-size: 34rpx;color: #181818;">
|
||||||
</span>
|
<view>{{ userName }}</view>
|
||||||
<span style="color: #909090; font-size: 24rpx;">带着热爱,在搭子圈里撒野~</span>
|
<view style="padding-left: 20rpx; height: 35rpx;">
|
||||||
|
<image v-if="shop_auth_info.auth_status==1" src="/static/my/owenr.png" mode="" style="width: 35rpx; height: 35rpx;">
|
||||||
|
</image>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view style="color: #909090; font-size: 24rpx;">带着热爱,在搭子圈里撒野~</view>
|
||||||
</view>
|
</view>
|
||||||
<image src="../../static/shezhi.png" mode=""
|
<image src="../../static/shezhi.png" mode=""
|
||||||
style="width: 50rpx; height: 50rpx;position: absolute;right: 0;" @click="clickTop(2)">
|
style="width: 50rpx; height: 50rpx;position: absolute;right: 0;" @click="clickTop(2)">
|
||||||
@ -50,19 +56,21 @@
|
|||||||
<view class="flex flex-column myyue">
|
<view class="flex flex-column myyue">
|
||||||
<span style="font-size: 26rpx;">当前余额</span>
|
<span style="font-size: 26rpx;">当前余额</span>
|
||||||
<view class="flex align-items" style="margin-top: 20rpx;">
|
<view class="flex align-items" style="margin-top: 20rpx;">
|
||||||
<span style="font-size: 40rpx;margin-right: 20rpx;">{{settleInfo.settled_amount?settleInfo.settled_amount:0}}</span>
|
<span
|
||||||
|
style="font-size: 50rpx;margin-right: 20rpx;font-weight: 600;">{{settleInfo.settled_amount?settleInfo.settled_amount:0}}</span>
|
||||||
<image src="/static/my/qjt.png" mode="" style="width: 28rpx; height: 28rpx;"></image>
|
<image src="/static/my/qjt.png" mode="" style="width: 28rpx; height: 28rpx;"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<image class="tixian" src="/static/my/tixian.png" mode=""></image>
|
<image class="tixian" src="/static/my/tixian.png" mode=""></image>
|
||||||
<span class="tixianwz">提现</span>
|
<span class="tixianwz" style="font-weight: 600;">提现</span>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex align-items botmoney">
|
<view class="flex align-items botmoney">
|
||||||
<span>待入账 ¥{{settleInfo.expected_incoming_amount?settleInfo.expected_incoming_amount:0}}</span>
|
<span>待入账 ¥{{settleInfo.expected_incoming_amount?settleInfo.expected_incoming_amount:0}}</span>
|
||||||
<span class="shu"></span>
|
<span class="shu"></span>
|
||||||
<span>累计收益 ¥{{settleInfo.accumulated_incoming_amount?settleInfo.accumulated_incoming_amount:0}}</span>
|
<span>累计收益
|
||||||
|
¥{{settleInfo.accumulated_incoming_amount?settleInfo.accumulated_incoming_amount:0}}</span>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@ -72,13 +80,12 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<view class="flex justify-center align-items" style="margin-top: 50rpx;width: 100%;">
|
<view class="flex align-items justify-center w-100" style="margin-top: 30rpx;margin-bottom: 6rpx;">
|
||||||
<image src="https://naweigetetest2.hschool.com.cn/dyqc/hotac.png" mode="" style="width: 243rpx; height: 38rpx;">
|
<image src="/static/homehot.png" mode="" style="width: 469rpx;height: 54rpx;"></image>
|
||||||
</image>
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 热门活动 -->
|
<!-- 热门活动 -->
|
||||||
<view class="hot flex flex-column" style="margin-top: 40rpx;">
|
<view class="hot flex flex-column">
|
||||||
<view class="content flex align-items flex-column">
|
<view class="content flex align-items flex-column">
|
||||||
<view class="flex flex-column w-100 bbb" v-for="(item, index) in hotList" :key="index"
|
<view class="flex flex-column w-100 bbb" v-for="(item, index) in hotList" :key="index"
|
||||||
@click="detail(item.id)">
|
@click="detail(item.id)">
|
||||||
@ -86,7 +93,8 @@
|
|||||||
<view class="right flex flex-column" style="align-items: self-start">
|
<view class="right flex flex-column" style="align-items: self-start">
|
||||||
<span class="title white-space">{{ item.title }}</span>
|
<span class="title white-space">{{ item.title }}</span>
|
||||||
<span class="first-image flex align-items" style="margin-top: 20rpx;width: 100%;">
|
<span class="first-image flex align-items" style="margin-top: 20rpx;width: 100%;">
|
||||||
<image :src="item.user.avatar" style="width: 36rpx;height: 36rpx;border-radius: 80rpx"></image>
|
<image :src="item.user.avatar"
|
||||||
|
style="width: 36rpx;height: 36rpx;border-radius: 80rpx"></image>
|
||||||
<span style="color: #9C9C9C;margin-left: 10rpx;">{{ item.user.nickname }}</span>
|
<span style="color: #9C9C9C;margin-left: 10rpx;">{{ item.user.nickname }}</span>
|
||||||
<view class="white-space" style="width: 60%;">
|
<view class="white-space" style="width: 60%;">
|
||||||
<span style="color:#0CA013;margin-left: 20rpx;"
|
<span style="color:#0CA013;margin-left: 20rpx;"
|
||||||
@ -100,8 +108,7 @@
|
|||||||
<span class="time_tex" v-if="item.status == 2">{{ '报名中' }}</span>
|
<span class="time_tex" v-if="item.status == 2">{{ '报名中' }}</span>
|
||||||
<span style="margin:0 20rpx;">{{ dateWeeks(item.start_time) }}</span>
|
<span style="margin:0 20rpx;">{{ dateWeeks(item.start_time) }}</span>
|
||||||
<span style="width: 1rpx;height: 22rpx;background: #323232;"></span>
|
<span style="width: 1rpx;height: 22rpx;background: #323232;"></span>
|
||||||
<span class="white-space"
|
<span class="white-space" style="margin-left: 20rpx;width: 260rpx;">{{ item.address_detail
|
||||||
style="margin-left: 20rpx;width: 260rpx;">{{ item.address_detail
|
|
||||||
}}</span>
|
}}</span>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@ -142,14 +149,15 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- 授权登录 -->
|
<!-- 授权登录 -->
|
||||||
<u-popup :show="showPopup" mode="center" round="20" :customStyle="{ 'width': '644rpx', 'height': '426rpx','position': 'relative'}"
|
<u-popup :show="showPopup" mode="center" round="20"
|
||||||
:closeable="false" @close="close">
|
:customStyle="{ 'width': '644rpx', 'height': '426rpx','position': 'relative'}" :closeable="false"
|
||||||
|
@close="close">
|
||||||
<!-- 隐私协议 -->
|
<!-- 隐私协议 -->
|
||||||
<lsl-protocol-popup title="用户协议和隐私政策提示" predesc="感谢您使用洛阳多样青春搭+。为保护您的个人信息安全,在您洛阳多样青春搭+的服务前,请务必仔细阅读"
|
<lsl-protocol-popup title="用户协议和隐私政策提示" predesc="感谢您使用洛阳多样青春搭+。为保护您的个人信息安全,在您洛阳多样青春搭+的服务前,请务必仔细阅读"
|
||||||
subdesc='以了解详细内容。如您同意,请点击“同意并继续”并开始使用我们的服务。'
|
subdesc='以了解详细内容。如您同意,请点击“同意并继续”并开始使用我们的服务。'
|
||||||
top_img='https://naweigetetest2.hschool.com.cn/dyqc/dyqclogo.png'
|
top_img='https://naweigetetest2.hschool.com.cn/dyqc/dyqclogo.png' color="#C9935C" hideTabBar="true"
|
||||||
color="#C9935C" hideTabBar="true" :onNeed='false' :other="other"
|
:onNeed='false' :other="other" :title_style="'padding-top:60rpx;'"
|
||||||
:title_style="'padding-top:60rpx;'" open_type='agreePrivacyAuthorization'>
|
open_type='agreePrivacyAuthorization'>
|
||||||
</lsl-protocol-popup>
|
</lsl-protocol-popup>
|
||||||
<view class="popup">
|
<view class="popup">
|
||||||
<img class="img_shouquan" src="https://naweigetetest2.hschool.com.cn/dyqc/shou1.png" alt="" />
|
<img class="img_shouquan" src="https://naweigetetest2.hschool.com.cn/dyqc/shou1.png" alt="" />
|
||||||
@ -180,11 +188,12 @@ export default {
|
|||||||
...mapActions(['number']),
|
...mapActions(['number']),
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
shop_auth_info:{},
|
||||||
settleInfo: {},
|
settleInfo: {},
|
||||||
tabBarShow: null,
|
tabBarShow: null,
|
||||||
topHeight: '',
|
topHeight: '',
|
||||||
hotList: [],
|
hotList: [],
|
||||||
showPopup: true,
|
showPopup: false,
|
||||||
userName: '请登录',
|
userName: '请登录',
|
||||||
actives: 0,
|
actives: 0,
|
||||||
pushActives: 0,
|
pushActives: 0,
|
||||||
@ -398,10 +407,13 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
iszhuliren() {
|
iszhuliren() {
|
||||||
uni.showToast({
|
if(this.shop_auth_info.auth_status==1){
|
||||||
title: '开发中,敬请期待~',
|
uni.$u.toast('您已是主理人!');
|
||||||
icon: 'none'
|
return;
|
||||||
});
|
}
|
||||||
|
uni.navigateTo({
|
||||||
|
url: "/pages/my/applyOwner"
|
||||||
|
})
|
||||||
},
|
},
|
||||||
callPhone(phone) {
|
callPhone(phone) {
|
||||||
console.log(phone)
|
console.log(phone)
|
||||||
@ -747,6 +759,8 @@ export default {
|
|||||||
|
|
||||||
this.settleInfo = res.data.settle_info;
|
this.settleInfo = res.data.settle_info;
|
||||||
|
|
||||||
|
this.shop_auth_info = res.data.shop_auth_info;
|
||||||
|
|
||||||
uni.setStorageSync("niName", res.data.user_info.nickname)
|
uni.setStorageSync("niName", res.data.user_info.nickname)
|
||||||
this.userinfo = res.data.user_info
|
this.userinfo = res.data.user_info
|
||||||
this.token = res.data.user_info.token
|
this.token = res.data.user_info.token
|
||||||
@ -871,7 +885,7 @@ export default {
|
|||||||
padding-top: 200rpx;
|
padding-top: 200rpx;
|
||||||
width: 750rpx;
|
width: 750rpx;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background-color: #F1F2F8;
|
background-color: #F5F5F5;
|
||||||
background-image: url("https://naweigetetest2.hschool.com.cn/dyqc/bgx2.png");
|
background-image: url("https://naweigetetest2.hschool.com.cn/dyqc/bgx2.png");
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -879,6 +893,7 @@ export default {
|
|||||||
|
|
||||||
.box {
|
.box {
|
||||||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||||
|
|
||||||
// padding-top: env(safe-area-inset-top);
|
// padding-top: env(safe-area-inset-top);
|
||||||
/* 顶部安全距离 */
|
/* 顶部安全距离 */
|
||||||
.backImg {
|
.backImg {
|
||||||
@ -922,10 +937,12 @@ export default {
|
|||||||
|
|
||||||
.con-center {
|
.con-center {
|
||||||
height: 1314rpx;
|
height: 1314rpx;
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
width: 690rpx;
|
width: 690rpx;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
.hea-left {
|
.hea-left {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -980,6 +997,7 @@ export default {
|
|||||||
width: 690rpx;
|
width: 690rpx;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-top: 32rpx;
|
margin-top: 32rpx;
|
||||||
|
|
||||||
view {
|
view {
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 18rpx;
|
border-radius: 18rpx;
|
||||||
@ -1135,6 +1153,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mymoney {
|
.mymoney {
|
||||||
|
|
||||||
width: 690rpx;
|
width: 690rpx;
|
||||||
@ -1145,11 +1164,13 @@ export default {
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-top: 30rpx;
|
margin-top: 30rpx;
|
||||||
|
|
||||||
.myyue {
|
.myyue {
|
||||||
margin-top: 30rpx;
|
margin-top: 30rpx;
|
||||||
margin-left: 30rpx;
|
margin-left: 30rpx;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tixian {
|
.tixian {
|
||||||
width: 148rpx;
|
width: 148rpx;
|
||||||
height: 68rpx;
|
height: 68rpx;
|
||||||
@ -1158,6 +1179,7 @@ export default {
|
|||||||
top: 45rpx;
|
top: 45rpx;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tixianwz {
|
.tixianwz {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 35rpx;
|
right: 35rpx;
|
||||||
@ -1165,12 +1187,14 @@ export default {
|
|||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #323232;
|
color: #323232;
|
||||||
}
|
}
|
||||||
|
|
||||||
.botmoney {
|
.botmoney {
|
||||||
margin-top: 30rpx;
|
margin-top: 30rpx;
|
||||||
margin-left: 30rpx;
|
margin-left: 30rpx;
|
||||||
color: #777777;
|
color: #777777;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
|
|
||||||
.shu {
|
.shu {
|
||||||
width: 2rpx;
|
width: 2rpx;
|
||||||
height: 22rpx;
|
height: 22rpx;
|
||||||
@ -1229,6 +1253,7 @@ export default {
|
|||||||
|
|
||||||
width: 690rpx;
|
width: 690rpx;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
.bbb {
|
.bbb {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
margin-top: 24rpx;
|
margin-top: 24rpx;
|
||||||
|
BIN
static/fabu/renzheng.png
Normal file
BIN
static/fabu/renzheng.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
@ -1,9 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="protocol_box" @click.stop="protocolClick()">
|
<view class="protocol_box" @click.stop="protocolClick()">
|
||||||
<view class="select" :class="{active: agree}" @click="agreeClick"></view>
|
<view class="select" :class="{active: agree}" @click="agreeClick"></view>
|
||||||
<view>
|
<view style="color:#9C9C9C;">
|
||||||
<text>我已阅读并同意</text>
|
<text>我已阅读并同意</text>
|
||||||
<text class="key-text" style="color: #0CA013;" @click.stop="agreeClick1"> {{name}} </text>
|
<text class="key-text" style="color: #0CA013;" @click.stop="agreeClick1"> {{name}} </text>
|
||||||
|
<text v-if="nameOne!=''"> 和 </text>
|
||||||
<text class="key-text" style="color: #0CA013;" @click.stop="agreeClick2"> {{nameOne}} </text>
|
<text class="key-text" style="color: #0CA013;" @click.stop="agreeClick2"> {{nameOne}} </text>
|
||||||
<text> {{desc}} </text>
|
<text> {{desc}} </text>
|
||||||
</view>
|
</view>
|
||||||
|
@ -172,10 +172,18 @@
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
clickTwo(){
|
clickTwo(){
|
||||||
|
//隐私政策
|
||||||
console.log(2);
|
console.log(2);
|
||||||
|
uni.navigateTo({
|
||||||
|
url:'/packageB/privacy?type=privacy'
|
||||||
|
})
|
||||||
},
|
},
|
||||||
clickOne(){
|
clickOne(){
|
||||||
|
//用户协议
|
||||||
console.log(0);
|
console.log(0);
|
||||||
|
uni.navigateTo({
|
||||||
|
url:'/packageB/privacy?type=user_protocol'
|
||||||
|
})
|
||||||
},
|
},
|
||||||
protocolClick(){
|
protocolClick(){
|
||||||
console.log(1);
|
console.log(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user