This commit is contained in:
王创世 2025-06-12 17:31:01 +08:00
parent 1602e1da54
commit 3dbe84e78e
11 changed files with 1232 additions and 1187 deletions

View File

@ -73,7 +73,7 @@
</view>
</view>
<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="third-top flex align-items" style="margin: 0px;">
<span>报名信息
@ -238,8 +238,8 @@
<view class="footer flex align-items" style="justify-content: space-between;">
<span style="margin-bottom: 170rpx; width: 750rpx;margin-left: 20rpx;">
<cc-protocolBox :agree="agree" :name="protocolArr"
@protocolClick="protocolClick"></cc-protocolBox>
<cc-protocolBox :agree="agree" @click="protocolClick" :name="protocolArr"
@clickOne="protocolClick"></cc-protocolBox>
</span>
<view class="footer-right flex justify-center align-items">
<span v-if="detail.feel == 0 && agree" @click="buy()"> 立即支付 </span>
@ -1747,6 +1747,7 @@ export default {
}
.btn_1 {
z-index: 1000;
width: 95%;
height: 90rpx;
background: #323232;

View File

@ -21,7 +21,7 @@
<span>/</span>
</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>
</view>
<view class="first-box flex flex-start flex-column justify-start">

View File

@ -645,7 +645,7 @@
position: fixed;
top: 0;
z-index: 2;
padding-left: 60rpx;
.s-header {
display: flex;
justify-content: center;

View File

@ -31,7 +31,7 @@
</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>
<text style="color: #FF4810;font-size: 28rpx;">*</text>
@ -46,7 +46,7 @@
<input type="text" placeholder="请填写真实姓名" class="input" v-model="form.name" />
</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>
身份证号
@ -57,13 +57,15 @@
</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">
<cc-protocolBox :agree="agree" :name="protocolArr" :desc="desc"
@protocolClick="protocolClick"></cc-protocolBox>
</view>
<view v-if="agree" class="btn_1" @click="save()">提交信息</view>
<view v-if="!agree" class="btn_2">提交信息</view>
</view>
<u-popup @touchmove.native.stop.prevent :closeable="true" :show="show" :round="10" mode="center"
@close="show = false" :custom-style="{
@ -267,7 +269,6 @@
line-height: 90rpx;
text-align: center;
margin: 0 auto;
margin-top: 50rpx;
}
.popup-footer {
display: flex;

View File

@ -29,8 +29,8 @@
</view>
</view>
</view>
<view style="background-color: #FFFFFF;border-radius:44rpx;padding:45rpx 30rpx;margin-top: 30rpx;">
<view style="display: flex;gap: 70rpx;padding-bottom: 40rpx;">
<view style="background-color: #FFFFFF;border-radius:44rpx;padding:45rpx 30rpx;margin-top: 30rpx;min-height: 70vh;">
<view style="display: flex;gap: 50rpx;padding-bottom: 40rpx;align-items: baseline;">
<view @click="openTab(0)">
<view :class="tabIndex==0?'act':'no_act'">收益明细</view>
<view v-if="tabIndex==0"
@ -108,7 +108,13 @@
</view>
<view style="background: #eeeeee;width: 100%;height: 1px;margin: 40rpx 0rpx;"></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>
<u-popup @touchmove.native.stop.prevent :custom-style="popupStyle" :closeable="false" :show="tipsShow" :round="10" mode="center"
:closeOnClickOverlay="false">

View File

@ -153,12 +153,11 @@
</span>
</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>
<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" v-if="agreeAdd == false"
style="background: #EEEEEE;color: #9C9C9C;">确认发布</span>
@ -212,7 +211,7 @@
</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="{
width: '600rpx',
padding: '24rpx 24rpx 20rpx 24rpx',
@ -222,14 +221,16 @@
alignItems: 'center',
flexColumn: 'column'
}" :closeOnClickOverlay="false">
<view style="font-size: 32rpx;font-weight: 800;">去认证</view>
<view style="font-size: 24rpx;color: #999999;margin-top: 30rpx;">完成认证即可发布精彩活动</view>
<view
style="font-weight: 400;color: #3D3D3D;text-align: center;line-height: 36rpx;font-size: 26rpx;margin-top: 40rpx;">
只差最后一步完成身份认证即可成为+认证活动官开始分享您的精彩活动
<view style="text-align: center;margin-top: 30rpx;">
<image src="/static/fabu/renzheng.png" style="width: 140rpx;height: 140rpx;"></image>
</view>
<view style="gap: 20px;width: 100%;display: flex;justify-content: space-between;align-items: center;">
<view class="btn_3" @click="cardShow = false">取消</view>
<view style="font-size: 36rpx;color: #3D3D3D;margin-top: 30rpx;font-weight: 600;">完成认证即可发布活动</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>
</u-popup>
@ -399,8 +400,8 @@
},
apply_info: {},
popupStyle: {
width: '642rpx',
padding: '24rpx 24rpx 42rpx 24rpx',
width: '620rpx',
padding: '50rpx 40rpx 42rpx 40rpx',
height: '984rpx',
margin: '0 auto', //
display: 'flex',
@ -458,6 +459,7 @@
},
onShow() {
this.show=false;
this.getCardInfo();
},
filters: {
@ -1344,7 +1346,7 @@
overflow: visible;
/* 允许内容溢出 */
margin-top: 200rpx;
margin-bottom: 314rpx;
margin-bottom: 370rpx;
}
.title_logo {
@ -1437,7 +1439,7 @@
.label {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 26rpx;
font-size: 28rpx;
color: #343434;
line-height: 32rpx;
width: 160rpx;
@ -1542,14 +1544,13 @@
.bottom {
width: 750rpx;
height: 162rpx;
height: 230rpx;
background: #FFFFFF;
box-shadow: 0rpx -6rpx 12rpx 0rpx rgba(111, 190, 255, 0.1);
border-radius: 0rpx 0rpx 0rpx 0rpx;
bottom: 128rpx;
position: fixed;
z-index: 10;
span {
width: 642rpx;
height: 80rpx;
@ -1560,6 +1561,8 @@
font-size: 36rpx;
color: #BBFC5B;
line-height: 32rpx;
margin: 0 auto;
margin-top: 30rpx;
}
}
@ -1576,7 +1579,7 @@
.input {
text-align: right;
font-family: PingFang SC, PingFang SC;
font-size: 26rpx;
font-size: 28rpx;
color: #343434;
line-height: 32rpx;
width: 450rpx;

View File

@ -60,7 +60,7 @@
机构地址
</view>
<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" />
<u-icon name="arrow-right" color="#202020"></u-icon>
</view>

View File

@ -1,16 +1,22 @@
<template>
<view class="myBox">
<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="hea-left flex align-items">
<image :src="avatar" mode="" class="avatar" @click="clickTop(1)"></image>
<view class="first-header flex justify-center align-items">
<view class="flex flex-column" @click="clickTop(1)">
<span style="margin-bottom: 20rpx;">
{{ userName }}
</span>
<span style="color: #909090; font-size: 24rpx;">带着热爱在搭子圈里撒野~</span>
<view
style="display: flex;align-items: center;;margin-bottom: 20rpx;font-weight: 800;font-size: 34rpx;color: #181818;">
<view>{{ userName }}</view>
<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>
<image src="../../static/shezhi.png" mode=""
style="width: 50rpx; height: 50rpx;position: absolute;right: 0;" @click="clickTop(2)">
@ -50,19 +56,21 @@
<view class="flex flex-column myyue">
<span style="font-size: 26rpx;">当前余额</span>
<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>
</view>
</view>
<view>
<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 class="flex align-items botmoney">
<span>待入账 {{settleInfo.expected_incoming_amount?settleInfo.expected_incoming_amount:0}}</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>
@ -72,13 +80,12 @@
<view class="flex justify-center align-items" style="margin-top: 50rpx;width: 100%;">
<image src="https://naweigetetest2.hschool.com.cn/dyqc/hotac.png" mode="" style="width: 243rpx; height: 38rpx;">
</image>
<view class="flex align-items justify-center w-100" style="margin-top: 30rpx;margin-bottom: 6rpx;">
<image src="/static/homehot.png" mode="" style="width: 469rpx;height: 54rpx;"></image>
</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="flex flex-column w-100 bbb" v-for="(item, index) in hotList" :key="index"
@click="detail(item.id)">
@ -86,7 +93,8 @@
<view class="right flex flex-column" style="align-items: self-start">
<span class="title white-space">{{ item.title }}</span>
<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>
<view class="white-space" style="width: 60%;">
<span style="color:#0CA013;margin-left: 20rpx;"
@ -100,8 +108,7 @@
<span class="time_tex" v-if="item.status == 2">{{ '报名中' }}</span>
<span style="margin:0 20rpx;">{{ dateWeeks(item.start_time) }}</span>
<span style="width: 1rpx;height: 22rpx;background: #323232;"></span>
<span class="white-space"
style="margin-left: 20rpx;width: 260rpx;">{{ item.address_detail
<span class="white-space" style="margin-left: 20rpx;width: 260rpx;">{{ item.address_detail
}}</span>
</view>
@ -142,14 +149,15 @@
<!-- 授权登录 -->
<u-popup :show="showPopup" mode="center" round="20" :customStyle="{ 'width': '644rpx', 'height': '426rpx','position': 'relative'}"
:closeable="false" @close="close">
<u-popup :show="showPopup" mode="center" round="20"
:customStyle="{ 'width': '644rpx', 'height': '426rpx','position': 'relative'}" :closeable="false"
@close="close">
<!-- 隐私协议 -->
<lsl-protocol-popup title="用户协议和隐私政策提示" predesc="感谢您使用洛阳多样青春搭+。为保护您的个人信息安全,在您洛阳多样青春搭+的服务前,请务必仔细阅读"
subdesc='以了解详细内容。如您同意,请点击“同意并继续”并开始使用我们的服务。'
top_img='https://naweigetetest2.hschool.com.cn/dyqc/dyqclogo.png'
color="#C9935C" hideTabBar="true" :onNeed='false' :other="other"
:title_style="'padding-top:60rpx;'" open_type='agreePrivacyAuthorization'>
top_img='https://naweigetetest2.hschool.com.cn/dyqc/dyqclogo.png' color="#C9935C" hideTabBar="true"
:onNeed='false' :other="other" :title_style="'padding-top:60rpx;'"
open_type='agreePrivacyAuthorization'>
</lsl-protocol-popup>
<view class="popup">
<img class="img_shouquan" src="https://naweigetetest2.hschool.com.cn/dyqc/shou1.png" alt="" />
@ -180,11 +188,12 @@ export default {
...mapActions(['number']),
data() {
return {
shop_auth_info:{},
settleInfo: {},
tabBarShow: null,
topHeight: '',
hotList: [],
showPopup: true,
showPopup: false,
userName: '请登录',
actives: 0,
pushActives: 0,
@ -398,10 +407,13 @@ export default {
});
},
iszhuliren() {
uni.showToast({
title: '开发中,敬请期待~',
icon: 'none'
});
if(this.shop_auth_info.auth_status==1){
uni.$u.toast('您已是主理人!');
return;
}
uni.navigateTo({
url: "/pages/my/applyOwner"
})
},
callPhone(phone) {
console.log(phone)
@ -747,6 +759,8 @@ export default {
this.settleInfo = res.data.settle_info;
this.shop_auth_info = res.data.shop_auth_info;
uni.setStorageSync("niName", res.data.user_info.nickname)
this.userinfo = res.data.user_info
this.token = res.data.user_info.token
@ -871,7 +885,7 @@ export default {
padding-top: 200rpx;
width: 750rpx;
min-height: 100vh;
background-color: #F1F2F8;
background-color: #F5F5F5;
background-image: url("https://naweigetetest2.hschool.com.cn/dyqc/bgx2.png");
background-size: 100%;
background-repeat: no-repeat;
@ -879,6 +893,7 @@ export default {
.box {
border-radius: 8rpx 8rpx 8rpx 8rpx;
// padding-top: env(safe-area-inset-top);
/* 顶部安全距离 */
.backImg {
@ -922,10 +937,12 @@ export default {
.con-center {
height: 1314rpx;
.header {
width: 690rpx;
justify-content: space-between;
margin: 0 auto;
.hea-left {
width: 100%;
position: relative;
@ -980,6 +997,7 @@ export default {
width: 690rpx;
margin: 0 auto;
margin-top: 32rpx;
view {
background: #FFFFFF;
border-radius: 18rpx;
@ -1135,6 +1153,7 @@ export default {
}
}
}
.mymoney {
width: 690rpx;
@ -1145,11 +1164,13 @@ export default {
align-items: flex-start;
margin: 0 auto;
margin-top: 30rpx;
.myyue {
margin-top: 30rpx;
margin-left: 30rpx;
color: #ffffff;
}
.tixian {
width: 148rpx;
height: 68rpx;
@ -1158,6 +1179,7 @@ export default {
top: 45rpx;
}
.tixianwz {
position: absolute;
right: 35rpx;
@ -1165,12 +1187,14 @@ export default {
font-size: 28rpx;
color: #323232;
}
.botmoney {
margin-top: 30rpx;
margin-left: 30rpx;
color: #777777;
font-weight: 400;
font-size: 26rpx;
.shu {
width: 2rpx;
height: 22rpx;
@ -1229,6 +1253,7 @@ export default {
width: 690rpx;
margin: 0 auto;
.bbb {
background: #ffffff;
margin-top: 24rpx;

BIN
static/fabu/renzheng.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -1,9 +1,10 @@
<template>
<view class="protocol_box" @click.stop="protocolClick()">
<view class="select" :class="{active: agree}" @click="agreeClick"></view>
<view>
<view style="color:#9C9C9C;">
<text>我已阅读并同意</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> {{desc}} </text>
</view>

View File

@ -172,10 +172,18 @@
},
methods: {
clickTwo(){
//
console.log(2);
uni.navigateTo({
url:'/packageB/privacy?type=privacy'
})
},
clickOne(){
//
console.log(0);
uni.navigateTo({
url:'/packageB/privacy?type=user_protocol'
})
},
protocolClick(){
console.log(1);