Commit 9bf91384 authored by 黄奎's avatar 黄奎

样式修改

parent d937e94f
...@@ -84,7 +84,6 @@ ...@@ -84,7 +84,6 @@
v-if="cx.marketingLogo.iswords&&cx.marketingLogo.iswords==2&& cx.marketingLogo.ico!=''" v-if="cx.marketingLogo.iswords&&cx.marketingLogo.iswords==2&& cx.marketingLogo.ico!=''"
mode="heightFix" :src="cx.marketingLogo.ico" mode="heightFix" :src="cx.marketingLogo.ico"
style=" height: 12px;margin-right: 5px" /> style=" height: 12px;margin-right: 5px" />
<view <view
style="color: #FF4048;background: #fdf6ec;padding: 0 5px;display: inline-block;height: 32rpx;font-size: 20rpx;margin-right: 5rpx;" style="color: #FF4048;background: #fdf6ec;padding: 0 5px;display: inline-block;height: 32rpx;font-size: 20rpx;margin-right: 5rpx;"
v-if="cx.freeShippingFullMoneyPinkage>0 || cx.freeShippingFullNumPinkage>0"> v-if="cx.freeShippingFullMoneyPinkage>0 || cx.freeShippingFullNumPinkage>0">
...@@ -113,9 +112,7 @@ ...@@ -113,9 +112,7 @@
{{ cx.price_content }} {{ cx.price_content }}
</div> </div>
<div v-if="u.TenantId!=27" class="sell">{{ cx.sales }}</div> <div v-if="u.TenantId!=27" class="sell">{{ cx.sales }}</div>
</div> </div>
<div v-if="u.TenantId!=27" @click.stop="showSkuHandler(cx)" class="right"> <div v-if="u.TenantId!=27" @click.stop="showSkuHandler(cx)" class="right">
<!-- todo 点击加入购物车--> <!-- todo 点击加入购物车-->
<u-icon name="cart-circle-o" size="44" :color="mainColor" /> <u-icon name="cart-circle-o" size="44" :color="mainColor" />
...@@ -144,8 +141,6 @@ ...@@ -144,8 +141,6 @@
</view> </view>
</view> </view>
</template> </template>
</div> </div>
<u-divider v-if="isover" :margin-top="20" :margin-bottom="20">没有更多商品了</u-divider> <u-divider v-if="isover" :margin-top="20" :margin-bottom="20">没有更多商品了</u-divider>
</scroll-view> </scroll-view>
...@@ -193,7 +188,6 @@ ...@@ -193,7 +188,6 @@
index2: -1, index2: -1,
index22: -1, index22: -1,
textColor: "#F0F0F0", textColor: "#F0F0F0",
mask: false, mask: false,
mainColor: "", mainColor: "",
activeStyle: "", activeStyle: "",
...@@ -273,7 +267,7 @@ ...@@ -273,7 +267,7 @@
}, },
res => { res => {
this.loading = false; this.loading = false;
console.log("resggg4444444", res); // console.log("resggg4444444", res);
if (res.resultCode == 1) { if (res.resultCode == 1) {
this.subjectslist = res.data this.subjectslist = res.data
} }
...@@ -294,9 +288,6 @@ ...@@ -294,9 +288,6 @@
} else { } else {
this.mask = false this.mask = false
} }
// if (i == 1) {
// this.initlist(i)
// }
}, },
// 内容点击 // 内容点击
// 年级不限 // 年级不限
...@@ -398,6 +389,7 @@ ...@@ -398,6 +389,7 @@
} else { } else {
uni.navigateTo({ uni.navigateTo({
url: "/pages/goods/goods?GoodsId=" + item.id url: "/pages/goods/goods?GoodsId=" + item.id
// url: "/pages/goods/goods?id="
}); });
} }
} }
......
<template> <template>
<view style="position: relative;" class="view-box"> <view style="position: relative;" class="view-box">
<view class="box"> <view class="box">
<view class="box-img"> <!-- <view class="box-img">
<image style="width: 100rpx; height: 50rpx;;" <image style="width: 100rpx; height: 50rpx;;"
src='https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653464014000_713.png' src='https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653464014000_713.png'
mode="aspectFill"></image> mode="aspectFill"></image>
</view> </view> -->
<view class="box-bg"> <view class="box-bg">
<input class="uni-input inputM" style='margin-left: 10px;margin-top: 5px;' v-model="rules.StuName" <view class="title">
学员姓名
</view>
<input class="uni-input inputM" placeholder-class="placeholderClass" v-model="rules.StuName"
placeholder="请输入学员姓名" maxlength="5" /> placeholder="请输入学员姓名" maxlength="5" />
</view> </view>
<view class="box-bg"> <view class="box-bg">
<view>性别</view> <view class="gender-name">性别</view>
<view class="xingbie"> <view class="xingbie">
<text v-for="(item, i) in goodsist" :key="i" @click="gende(item,i)" <text v-for="(item, i) in goodsist" :key="i" @click="gende(item,i)"
:class="[index==i?'gender':'gender2'] ">{{item.name}}</text> :class="[index==i?'gender':'gender2'] ">{{item.name}}</text>
</view> </view>
</view> </view>
<view class="box-bg" @click="formType(0)"> <view class="box-bg" @click="formType(0)">
<input class="uni-input inputM" style='margin-left: 10px;margin-top: 5px;' v-model="rules.StuBirth" <view class="title">
placeholder="公历生日" /> 公历生日
</view>
<input class="uni-input inputM" placeholder-class="placeholderClass" v-model="rules.StuBirth"
placeholder="请选择" />
<view> <view>
<u-icon name="arrow" color="#9F9F9F" size="20"></u-icon> <u-icon name="arrow" color="#9F9F9F" size="20"></u-icon>
</view> </view>
</view> </view>
<view class="box-bg"> <view class="box-bg">
<input type="number" class="uni-input inputM" style='margin-left: 10px;margin-top: 5px;' <view class="title">
v-model="rules.StuTel" placeholder="请输入手机号" maxlength="11" /> 手机号码
</view>
<input type="number" placeholder-class="placeholderClass" class="uni-input inputM"
v-model="rules.StuTel" placeholder="输入11位手机号" maxlength="11" />
</view> </view>
<view class="box-bg"> <view class="box-bg">
<input class="uni-input inputM" style='margin-left: 10px;margin-top: 5px;' v-model="rules.BaseCondition" <view class="title">
placeholder="就读学校" /> 就读学校
</view>
<input class="uni-input inputM" placeholder-class="placeholderClass" v-model="rules.BaseCondition"
placeholder="请选择" />
<view> <view>
<u-icon @click="formType(1)" name="arrow" color="#9F9F9F" size="20"></u-icon> <u-icon @click="formType(1)" name="arrow" color="#9F9F9F" size="20"></u-icon>
</view> </view>
</view> </view>
<view class="box-bg" @click="formType(2)"> <view class="box-bg" @click="formType(2)">
<input maxlength="0" disabled='true' class="uni-input inputM" <view class="title">
style='margin-left: 10px;margin-top: 5px;' v-model="rules.DemandPoint" placeholder="就读年级" /> 就读年级
</view>
<input maxlength="0" disabled='true' placeholder-class="placeholderClass" class="uni-input inputM"
v-model="rules.DemandPoint" placeholder="请选择" />
<view> <view>
<u-icon name="arrow" color="#9F9F9F" size="20"></u-icon> <u-icon name="arrow" color="#9F9F9F" size="20"></u-icon>
</view> </view>
</view> </view>
<view class="box-bg" @click="formType(3)"> <view class="box-bg" @click="formType(3)">
<input maxlength="0" class="uni-input inputM" disabled='true' <view class="title">
style='margin-left: 10px;margin-top: 5px;' v-model="rules.School_Id" placeholder="报名校区" /> 报名校区
</view>
<input maxlength="0" placeholder-class="placeholderClass" class="uni-input inputM" disabled='true'
v-model="rules.School_Id" placeholder="请选择" />
<view> <view>
<u-icon name="arrow" color="#9F9F9F" size="20"></u-icon> <u-icon name="arrow" color="#9F9F9F" size="20"></u-icon>
</view> </view>
</view> </view>
<view class="box-bg"> <view class="box-bg2">
<input class="uni-input inputM" style='margin-left: 10px;margin-top: 5px;' <view class="title">
v-model="rules.ConsultingResults" placeholder="如何知道进阶思维" /> 如何知道进阶思维
</view>
<textarea class="uni-input2 inputM" type="textarea" placeholder-class="placeholderClass"
v-model="rules.ConsultingResults" placeholder="请输入" />
</view> </view>
<!-- 日历弹窗 --> <!-- 日历弹窗 -->
<uni-calendar v-show="show" ref="calendar" :insert="false" @confirm="confirm" @close="close" /> <uni-calendar v-show="show" ref="calendar" :insert="false" @confirm="confirm" @close="close" />
...@@ -311,10 +332,37 @@ ...@@ -311,10 +332,37 @@
</script> </script>
<style> <style>
.gender-name{
font-size: 30rpx;
font-family: PingFang SC;
font-weight: 500;
color: #282828
}
.placeholderClass{
font-size: 30rpx;
font-family: PingFang SC;
font-weight: 500;
color: #C8C8C8;
}
.title{
padding-right: 51rpx;
font-size: 30rpx;
font-family: PingFang SC;
font-weight: 500;
color: #282828;
}
.uni-input { .uni-input {
margin-left: 0rpx !important; margin-left: 0rpx !important;
flex:1;
font-size: 30rpx;
}
.uni-input2 {
height: 108rpx;
margin-left: 0rpx !important;
flex:1;
line-height: 40rpx;
font-size: 30rpx;
} }
.school { .school {
font-size: 22rpx; font-size: 22rpx;
} }
...@@ -328,26 +376,29 @@ ...@@ -328,26 +376,29 @@
} }
.view-box { .view-box {
padding-top: 40rpx; /* padding-top: 40rpx; */
background-color: #EEF1FA; background-color: #F5F5F5;
min-height: 100vh; min-height: 100vh;
padding-bottom: 59rpx;
} }
.submit-box { .submit-box {
/* margin-top: 50rpx; */ /* margin-top: 50rpx; */
width: 80%; width: 280rpx;
height: 88rpx;
background: #C91727;
border-radius: 44px;
display: flex; display: flex;
justify-content: center; justify-content: center;
font-size: 22rpx; font-size: 22rpx;
color: #fff;
position: fixed; position: fixed;
bottom: 190rpx; bottom: 60rpx;
left: 50%; left: 50%;
transform: translate(-50%, 0%); transform: translate(-50%, 0%);
background-color: #138BF9;
border-radius: 10rpx;
height: 60rpx;
align-items: center; align-items: center;
font-weight: 500;
font-size: 30rpx;
color: #FFF;
} }
.list2 { .list2 {
...@@ -366,14 +417,13 @@ ...@@ -366,14 +417,13 @@
} }
.box { .box {
width: 90%; /* width: 90%; */
border-radius: 10rpx; padding-bottom: 110rpx;
margin-top: 50rpx; padding-top: 63rpx;
background: #FFFFFF; padding-left: 50rpx;
padding-left: 20rpx; padding-right: 50rpx;
padding-right: 20rpx;
margin: auto; margin: auto;
padding-bottom: 80rpx; /* padding-bottom: 34rpx; */
border-radius: 20rpx; border-radius: 20rpx;
} }
...@@ -387,49 +437,71 @@ ...@@ -387,49 +437,71 @@
} }
.xingbie { .xingbie {
width: 185rpx; /* width: 185rpx; */
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
margin-left: 110rpx;
width: 160rpx;
} }
.gender { .gender {
border: 10rpx; font-size: 30rpx;
background-color: #E5F3FE; font-family: PingFang SC;
width: 80rpx; font-weight: 500;
height: 20px; color: #282828;
width: 55rpx;
height: 55rpx;
background: #16CFEA;
border-radius: 50%;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
line-height: 20px; line-height: 55rpx
border-radius: 5rpx;
font-size: 22rpx;
} }
.gender2 { .gender2 {
border: 10rpx; font-size: 30rpx;
background-color: #5455; font-family: PingFang SC;
width: 80rpx; font-weight: 500;
height: 20px; color: #C8C8C8;
width: 55rpx;
height: 55rpx;
background: #F5F5F5;
border-radius: 50%;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
line-height: 20px; line-height: 55rpx;
border-radius: 5rpx; /* margin-left: 49rpx; */
font-size: 22rpx;
} }
.box-bg { .box-bg {
border-radius: 10rpx;
border: 1px solid #9F9F9F; height: 88rpx;
margin-bottom: 20rpx; line-height: 88rpx;
height: 60rpx; background: #FFFFFF;
line-height: 60rpx; border-radius: 44rpx;
margin-bottom: 42rpx;
display: flex; display: flex;
align-items: center; align-items: center;
padding-left: 20rpx; padding-left: 51rpx;
justify-content: space-between; /* justify-content: space-between; */
padding-right: 20rpx; padding-right: 52rpx;
}
.box-bg2 {
height: 224rpx;
line-height: 88rpx;
background: #FFFFFF;
border-radius: 44rpx;
margin-bottom: 42rpx;
/* display: flex;
align-items: center; */
padding-left: 51rpx;
/* justify-content: space-between; */
padding-right: 52rpx;
} }
.box-img { .box-img {
display: flex; display: flex;
justify-content: center; justify-content: center;
......
...@@ -171,16 +171,18 @@ ...@@ -171,16 +171,18 @@
class="share-icon" /> class="share-icon" />
<view class="teacher2"> <view class="teacher2">
<view class="teacher3"> <view class="teacher3">
<view class="teacher4" v-if='g.edu_data.TeacherName'>{{g.edu_data.TeacherName}}</view> <view class="teacher4" v-if='g.edu_data.TeacherName'>{{g.edu_data.TeacherName}}</view>
<view class="teacher5"><rich-text :nodes="g.edu_data.TeacherInfo"></rich-text></view> <view class="teacher5">
<rich-text :nodes="g.edu_data.TeacherInfo"></rich-text>
</view>
</view> </view>
<!-- <view class="teacher4"> <!-- <view class="teacher4">
<u-icon name="arrow" :size="32" color="#111"></u-icon> <u-icon name="arrow" :size="32" color="#111"></u-icon>
</view> --> </view> -->
</view> </view>
</view> </view>
</view> </view>
<!-- 内容2 --> <!-- 内容2 -->
<view v-if="current==1"> <view v-if="current==1">
<view class="introduce-box" style="margin-bottom: 20rpx;"> <view class="introduce-box" style="margin-bottom: 20rpx;">
<text class="introduce" :style="{ 'background-color': mc }"></text> <text class="introduce" :style="{ 'background-color': mc }"></text>
...@@ -231,13 +233,14 @@ ...@@ -231,13 +233,14 @@
</view> </view>
<!-- 切换结束 --> <!-- 切换结束 -->
<!-- 回到顶部 --> <!-- 回到顶部 -->
<!-- <view class="the-top" @click="counter"> <!-- <view class="the-top" @click="counter">
<u-icon name="arrow" :size="32" color="#111"></u-icon> <u-icon name="arrow" :size="32" color="#111"></u-icon>
</view> --> </view> -->
</view> </view>
<!-- id27结束 --> <!-- id27结束 -->
<view class="sku-box u-skeleton-rect" style="margin: 0;padding: 10px;" <view class="sku-box u-skeleton-rect" style="margin: 0;padding: 10px;"
v-if="g.friendUrl!=null && g.friendUrl!=''&&setting.is_show_korea==0 &&u.TenantId!=27" @click="goCoiling(g.friendUrl)"> v-if="g.friendUrl!=null && g.friendUrl!=''&&setting.is_show_korea==0 &&u.TenantId!=27"
@click="goCoiling(g.friendUrl)">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/goodsCoiling.png" <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/goodsCoiling.png"
style="width: 100%;height: 68px;" /> style="width: 100%;height: 68px;" />
</view> </view>
...@@ -312,12 +315,14 @@ ...@@ -312,12 +315,14 @@
<view class="label">发货地</view> <view class="label">发货地</view>
<view class="content">{{g.sendArea }}</view> <view class="content">{{g.sendArea }}</view>
</view> </view>
<view class="sku-box u-skeleton-rect" v-if="setting.is_express == '1'&&setting.is_show_korea==0&&u.TenantId!=27"> <view class="sku-box u-skeleton-rect"
v-if="setting.is_express == '1'&&setting.is_show_korea==0&&u.TenantId!=27">
<view class="label">快递</view> <view class="label">快递</view>
<view class="content">{{ g.express == '' ? '免运费' : '¥' + g.express }}</view> <view class="content">{{ g.express == '' ? '免运费' : '¥' + g.express }}</view>
</view> </view>
<view class="sku-box u-skeleton-rect" style="margin-top: -10;" v-if="g.goods_marketing.shipping != ''&&u.TenantId!=27"> <view class="sku-box u-skeleton-rect" style="margin-top: -10;"
v-if="g.goods_marketing.shipping != ''&&u.TenantId!=27">
<view class="label">包邮</view> <view class="label">包邮</view>
<view class="content">{{ g.goods_marketing.shipping }}</view> <view class="content">{{ g.goods_marketing.shipping }}</view>
</view> </view>
...@@ -364,7 +369,8 @@ ...@@ -364,7 +369,8 @@
<view class="ucontent">{{ comments[0].Content }}</view> <view class="ucontent">{{ comments[0].Content }}</view>
</view> </view>
</view> </view>
<u-divider v-if='u.TenantId!=27':margin-top="20" :margin-bottom="20" bg-color="transparent">商品详情</u-divider> <u-divider v-if='u.TenantId!=27' :margin-top="20" :margin-bottom="20" bg-color="transparent">商品详情
</u-divider>
<view class="details" v-if='u.TenantId!=27'> <view class="details" v-if='u.TenantId!=27'>
<h-parse v-if="AppletID!=5" :content="detailContent" @navigate="clickDescription"></h-parse> <h-parse v-if="AppletID!=5" :content="detailContent" @navigate="clickDescription"></h-parse>
<!-- 甲鹤等于5 --> <!-- 甲鹤等于5 -->
...@@ -398,8 +404,9 @@ ...@@ -398,8 +404,9 @@
<view class="goodComentBtn" @click="submitCommit">提交留言</view> <view class="goodComentBtn" @click="submitCommit">提交留言</view>
</view> </view>
</template> </template>
<u-divider v-if='u.TenantId!=27' :margin-top="20" :margin-bottom="20" bg-color="transparent">或许你喜欢</u-divider> <u-divider v-if='u.TenantId!=27' :margin-top="20" :margin-bottom="20" bg-color="transparent">或许你喜欢
<view v-if='u.TenantId!=27' style="width: calc(100vw - 20px); margin-left: 10px; overflow: hidden;"> </u-divider>
<view v-if='u.TenantId!=27' style="width: calc(100vw - 20px); margin-left: 10px; overflow: hidden;">
<goodlist :list="recommend"></goodlist> <goodlist :list="recommend"></goodlist>
</view> </view>
<u-skeleton v-if="loading" :loading="true" :animation="true" bgcolor="#FFF"></u-skeleton> <u-skeleton v-if="loading" :loading="true" :animation="true" bgcolor="#FFF"></u-skeleton>
...@@ -413,27 +420,29 @@ ...@@ -413,27 +420,29 @@
:good-id="id" :total-stock="g.totalStock" :status="g.status" @buy="buy"> :good-id="id" :total-stock="g.totalStock" :status="g.status" @buy="buy">
</kotragoodsaction> </kotragoodsaction>
</template> </template>
<goodsku v-if="!loading && showSku&&u.TenantId!=27" border-radius="10" v-model="showSku" :mask-close-able="true" <goodsku v-if="!loading && showSku&&u.TenantId!=27" border-radius="10" v-model="showSku"
:safe-area-inset-bottom="true" :good="g" :option-type="ot" :skued="currentSku" @close="closeSkuChosen"> :mask-close-able="true" :safe-area-inset-bottom="true" :good="g" :option-type="ot" :skued="currentSku"
@close="closeSkuChosen">
</goodsku> </goodsku>
<template v-if="u&&u.TenantId==27"> <template v-if="u&&u.TenantId==27">
<goodsku2 v-if="!loading && showSku" border-radius="10" v-model="showSku" :mask-close-able="true" <goodsku2 v-if="!loading && showSku" border-radius="10" v-model="showSku" :mask-close-able="true"
:safe-area-inset-bottom="true" :good="g" :option-type="ot" :skued="currentSku" @close="closeSkuChosen"> :safe-area-inset-bottom="true" :good="g" :option-type="ot" :skued="currentSku"
</goodsku2> @close="closeSkuChosen">
</template> </goodsku2>
<template v-else> </template>
<goodsku v-if="!loading && showSku" border-radius="10" v-model="showSku" :mask-close-able="true" <template v-else>
:safe-area-inset-bottom="true" :good="g" :option-type="ot" :skued="currentSku" @close="closeSkuChosen"> <goodsku v-if="!loading && showSku" border-radius="10" v-model="showSku" :mask-close-able="true"
</goodsku> :safe-area-inset-bottom="true" :good="g" :option-type="ot" :skued="currentSku"
</template> @close="closeSkuChosen">
</goodsku>
</template>
</view> </view>
<u-empty text="没有找到商品,或商品已下架" mode="favor" v-if="!isExsitGoods"></u-empty> <u-empty text="没有找到商品,或商品已下架" mode="favor" v-if="!isExsitGoods"></u-empty>
<share :good-id="id" v-if="showShare" :good-name="g.name" :images="g.pic_url" :advertising="g.advertising" <share :good-id="id" v-if="showShare" :good-name="g.name" :images="g.pic_url" :advertising="g.advertising"
@close="closeShare"></share> @close="closeShare"></share>
<auth v-if="showAuth" @changeuserinfo="reloadUserinfo" @gbAuth="gbAuth"></auth> <auth v-if="showAuth" @changeuserinfo="reloadUserinfo" @gbAuth="gbAuth"></auth>
<coupon v-if="showCoupons" :coupon-message="couponMessage" @goLook="goLook" @closeBtn="closeBtn"></coupon> <coupon v-if="showCoupons" :coupon-message="couponMessage" @goLook="goLook" @closeBtn="closeBtn"></coupon>
</view> </view>
</template> </template>
...@@ -529,12 +538,11 @@ ...@@ -529,12 +538,11 @@
hParse hParse
}, },
onPageScroll(e) { onPageScroll(e) {
this.scrollTop = e.scrollTop; this.scrollTop = e.scrollTop;
}, },
onLoad(option) { onLoad(option) {
this.opTionObj = option; this.opTionObj = option;
console.log(option, "option"); console.log(option, "option");
if (option && option.id) { if (option && option.id) {
this.id = option.id ? option.id : 29; //40887 59512 46942 this.id = option.id ? option.id : 29; //40887 59512 46942
} else { } else {
...@@ -597,12 +605,9 @@ ...@@ -597,12 +605,9 @@
this.init(); this.init();
this.initPage(); this.initPage();
this.getVipId(); this.getVipId();
this.mc = this.$uiConfig.mainColor; this.mc = this.$uiConfig.mainColor;
this.secondary = this.$uiConfig.secondary; this.secondary = this.$uiConfig.secondary;
this.setting = uni.getStorageSync("basedata").mall.setting; this.setting = uni.getStorageSync("basedata").mall.setting;
wx.showShareMenu({ wx.showShareMenu({
withShareTicket: true, withShareTicket: true,
menus: ["shareAppMessage", "shareTimeline"], menus: ["shareAppMessage", "shareTimeline"],
...@@ -672,8 +677,6 @@ ...@@ -672,8 +677,6 @@
setTimeout(() => { setTimeout(() => {
this.initImages(); this.initImages();
}, 3000); }, 3000);
}, },
methods: { methods: {
// counter() { // counter() {
...@@ -1084,24 +1087,27 @@ ...@@ -1084,24 +1087,27 @@
</script> </script>
<style> <style>
.the-top{ .the-top {
position: absolute; position: absolute;
top: 82%; top: 82%;
right: 0%; right: 0%;
width: 50px; width: 50px;
height: 50px; height: 50px;
} }
.information-list{
.information-list {
color: #999; color: #999;
margin-bottom: 50rpx; margin-bottom: 50rpx;
} }
.information-list2{
.information-list2 {
margin-left: 50rpx; margin-left: 50rpx;
} }
.teacher { .teacher {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
/* align-items: center; */ /* align-items: center; */
margin-bottom: 50rpx; margin-bottom: 50rpx;
} }
......
...@@ -477,7 +477,6 @@ export default { ...@@ -477,7 +477,6 @@ export default {
this.opTionObj = option; this.opTionObj = option;
console.log(option, "option"); console.log(option, "option");
if (option && option.id) { if (option && option.id) {
this.id = option.id ? option.id : 29; //40887 59512 46942 this.id = option.id ? option.id : 29; //40887 59512 46942
} else { } else {
...@@ -605,8 +604,6 @@ export default { ...@@ -605,8 +604,6 @@ export default {
setTimeout(() => { setTimeout(() => {
this.initImages(); this.initImages();
}, 3000); }, 3000);
}, },
methods: { methods: {
clickDescription(e) { clickDescription(e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment