1
This commit is contained in:
parent
1602e1da54
commit
3dbe84e78e
@ -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;
|
||||
|
@ -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">
|
||||
|
@ -645,7 +645,7 @@
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
|
||||
padding-left: 60rpx;
|
||||
.s-header {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -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;
|
||||
|
@ -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">
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
|
@ -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" >
|
||||
<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="" />
|
||||
@ -170,21 +178,22 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {
|
||||
import {
|
||||
mapActions
|
||||
} from 'vuex';
|
||||
import {
|
||||
} from 'vuex';
|
||||
import {
|
||||
dateWeek
|
||||
} from '../../utils/dateFormat'
|
||||
export default {
|
||||
} from '../../utils/dateFormat'
|
||||
export default {
|
||||
...mapActions(['number']),
|
||||
data() {
|
||||
return {
|
||||
settleInfo:{},
|
||||
tabBarShow:null,
|
||||
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)
|
||||
@ -417,9 +429,9 @@ export default {
|
||||
uni.$u.http.get('/api/index/init', {}).then(res => {
|
||||
if (res.code == 1) {
|
||||
this.init = res.data.customer_service;
|
||||
if( res.data.base_info.miniapp_activity_swtich == 1){
|
||||
if (res.data.base_info.miniapp_activity_swtich == 1) {
|
||||
this.tabBarShow = 4;
|
||||
}else{
|
||||
} else {
|
||||
this.tabBarShow = 3;
|
||||
}
|
||||
uni.setStorageSync('init', res.data.customer_service)
|
||||
@ -568,26 +580,26 @@ export default {
|
||||
if (~res.provider.indexOf('weixin')) {
|
||||
uni.login({
|
||||
provider: 'weixin',
|
||||
success: function (res) {
|
||||
success: function(res) {
|
||||
console.log('res.code', res.code)
|
||||
_this.getOpenidByCode(res.code,1)
|
||||
_this.getOpenidByCode(res.code, 1)
|
||||
_this.code = res.code
|
||||
uni.setStorageSync('code', res.code)
|
||||
},
|
||||
fail: function (error) {
|
||||
fail: function(error) {
|
||||
console.log('authError', error);
|
||||
}
|
||||
})
|
||||
} else {
|
||||
uni.login({
|
||||
provider: 'toutiao',
|
||||
success: function (res) {
|
||||
success: function(res) {
|
||||
console.log('res.code', res.code)
|
||||
_this.getOpenidByCode(res.code,2)
|
||||
_this.getOpenidByCode(res.code, 2)
|
||||
_this.code = res.code
|
||||
uni.setStorageSync('code', res.code)
|
||||
},
|
||||
fail: function (error) {
|
||||
fail: function(error) {
|
||||
console.log('authError', error);
|
||||
}
|
||||
})
|
||||
@ -597,7 +609,7 @@ export default {
|
||||
|
||||
},
|
||||
//根据code获取openid
|
||||
getOpenidByCode(code,val) {
|
||||
getOpenidByCode(code, val) {
|
||||
let _this = this;
|
||||
if (val == 1) {
|
||||
uni.$u.http.post('/api/user/getOpenid ', {
|
||||
@ -611,7 +623,7 @@ export default {
|
||||
}).catch(error => {
|
||||
console.log('获取openid失败:', error);
|
||||
})
|
||||
}else{
|
||||
} else {
|
||||
uni.$u.http.post('/api/user/getTtOpenid ', {
|
||||
code: code,
|
||||
}).then(res => {
|
||||
@ -745,7 +757,9 @@ export default {
|
||||
this.actives = res.data.activity_info.join_num;
|
||||
this.pushActives = res.data.activity_info.release_num;
|
||||
|
||||
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)
|
||||
this.userinfo = res.data.user_info
|
||||
@ -858,27 +872,28 @@ export default {
|
||||
duration: 2000
|
||||
});
|
||||
}
|
||||
}).catch(error => { });
|
||||
}).catch(error => {});
|
||||
},
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.myBox {
|
||||
.myBox {
|
||||
position: fixed;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
.box {
|
||||
.box {
|
||||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||
|
||||
// padding-top: env(safe-area-inset-top);
|
||||
/* 顶部安全距离 */
|
||||
.backImg {
|
||||
@ -889,43 +904,45 @@ export default {
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.w-100 {
|
||||
.w-100 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.flex {
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
.flex-start {
|
||||
.flex-start {
|
||||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
.justify-center {
|
||||
.justify-center {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
.align-items {
|
||||
.align-items {
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
.flex-column {
|
||||
.flex-column {
|
||||
flex-flow: column;
|
||||
}
|
||||
}
|
||||
|
||||
.justify-start {
|
||||
.justify-start {
|
||||
justify-content: start;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.con-center {
|
||||
.con-center {
|
||||
height: 1314rpx;
|
||||
|
||||
.header {
|
||||
width: 690rpx;
|
||||
justify-content: space-between;
|
||||
margin: 0 auto;
|
||||
|
||||
.hea-left {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
@ -974,12 +991,13 @@ export default {
|
||||
.line {}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.top_box {
|
||||
.top_box {
|
||||
width: 690rpx;
|
||||
margin:0 auto;
|
||||
margin: 0 auto;
|
||||
margin-top: 32rpx;
|
||||
|
||||
view {
|
||||
background: #FFFFFF;
|
||||
border-radius: 18rpx;
|
||||
@ -1017,9 +1035,9 @@ export default {
|
||||
.top_box_right {
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.first {
|
||||
.first {
|
||||
width: 690rpx;
|
||||
padding-bottom: 32rpx;
|
||||
margin-top: 52rpx;
|
||||
@ -1047,9 +1065,9 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.popup {
|
||||
.popup {
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -1089,9 +1107,9 @@ export default {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.jifen {
|
||||
.jifen {
|
||||
width: 690rpx;
|
||||
height: 86rpx;
|
||||
background: #FFFFFF;
|
||||
@ -1134,8 +1152,9 @@ export default {
|
||||
margin-right: 8rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
.mymoney {
|
||||
}
|
||||
|
||||
.mymoney {
|
||||
|
||||
width: 690rpx;
|
||||
height: 200rpx;
|
||||
@ -1145,12 +1164,14 @@ export default {
|
||||
align-items: flex-start;
|
||||
margin: 0 auto;
|
||||
margin-top: 30rpx;
|
||||
.myyue{
|
||||
|
||||
.myyue {
|
||||
margin-top: 30rpx;
|
||||
margin-left: 30rpx;
|
||||
color: #ffffff;
|
||||
}
|
||||
.tixian{
|
||||
|
||||
.tixian {
|
||||
width: 148rpx;
|
||||
height: 68rpx;
|
||||
position: absolute;
|
||||
@ -1158,20 +1179,23 @@ export default {
|
||||
top: 45rpx;
|
||||
|
||||
}
|
||||
.tixianwz{
|
||||
|
||||
.tixianwz {
|
||||
position: absolute;
|
||||
right: 35rpx;
|
||||
top: 62rpx;
|
||||
font-size: 28rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.botmoney{
|
||||
|
||||
.botmoney {
|
||||
margin-top: 30rpx;
|
||||
margin-left: 30rpx;
|
||||
color: #777777;
|
||||
font-weight: 400;
|
||||
font-size: 26rpx;
|
||||
.shu{
|
||||
|
||||
.shu {
|
||||
width: 2rpx;
|
||||
height: 22rpx;
|
||||
margin: 0 20rpx;
|
||||
@ -1179,25 +1203,25 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.service {
|
||||
.service {
|
||||
margin: 0 auto;
|
||||
margin-top: 30rpx;
|
||||
height: 206rpx;
|
||||
background: url("https://naweigetetest2.hschool.com.cn/dyqc/zhuliren.png");
|
||||
background-size: 690rpx 206rpx;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.hot {
|
||||
.hot {
|
||||
// margin-top: 30rpx;
|
||||
margin-bottom: 100rpx;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.part {
|
||||
.part {
|
||||
width: 162rpx;
|
||||
height: 70rpx;
|
||||
background: url(@/static/index/shangche.png);
|
||||
@ -1207,9 +1231,9 @@ export default {
|
||||
font-weight: 400;
|
||||
font-size: 42rpx;
|
||||
color: #BBFC5B;
|
||||
}
|
||||
}
|
||||
|
||||
.part1 {
|
||||
.part1 {
|
||||
width: 162rpx;
|
||||
height: 70rpx;
|
||||
background: url(@/static/index/shangchew.png);
|
||||
@ -1219,9 +1243,9 @@ export default {
|
||||
font-weight: 400;
|
||||
font-size: 42rpx;
|
||||
color: #9C9C9C;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
.content {
|
||||
// height: 462rpx;
|
||||
// overflow-x: auto;
|
||||
/* 允许横向滚动 */
|
||||
@ -1229,6 +1253,7 @@ export default {
|
||||
|
||||
width: 690rpx;
|
||||
margin: 0 auto;
|
||||
|
||||
.bbb {
|
||||
background: #ffffff;
|
||||
margin-top: 24rpx;
|
||||
@ -1397,5 +1422,5 @@ export default {
|
||||
margin-top: 18rpx;
|
||||
margin-right: 24rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
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>
|
||||
<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>
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user