Commit 8d36ff6f authored by Mac's avatar Mac

修改样式问题 相亲

parent 69bcbc56
......@@ -18,10 +18,10 @@
mode="widthFix"
style="width: 90rpx; height: 90rpx;"
/>
<text :style="{'color':navs.color}" style="font-size:26rpx;margin-top:20rpx;">{{ c.name }}</text>
<text :style="{'color':navs.color}" style="font-size:26rpx;margin-top:10rpx;">{{ c.name }}</text>
</u-grid-item>
</u-grid>
</view>
</view>
</swiper-item>
</swiper>
</div>
......
......@@ -9,7 +9,7 @@
:style="{ height: '100%' }">
<view class="ftBox" v-if="type==1">
<view class="interDList" v-for="(x, i) in g" :key="i">
<view class="box-top">
<view class="box-top" @click="goUserinfo(x)">
<view class="box-top-l" >
<u-avatar :src="x.Photo" size="80"></u-avatar>
<image class="gstyle" v-if="x.Sex==1"
......@@ -67,7 +67,7 @@
</view>
<view class="ftBox" v-if="type==2">
<view class="interDList" v-for="(x, i) in g" :key="i">
<view class="box-top">
<view class="box-top" @click="goUserinfo(x)">
<view class="box-top-l" >
<u-avatar :src="x.Photo" size="80"></u-avatar>
<image class="gstyle" v-if="x.Sex==1"
......
......@@ -338,28 +338,30 @@
field:"HopeYou",
placehloder:"希望心中的TA是一个什么样的人",
type:3
},{
name:"约会档期",
tip2:"(方便约见的时间和地点)",
field:"",
// placehloder:"希望心中的TA是一个什么样的人",
type:2,
childDataList:[{
name:"时间",
field:"Appointment",
placehloder:"请选择约见的时间",
subType:2,
array:[],
mode:"date"
},{
name:"地点",
field:"AppointmentAddress",
placehloder:"请填写方便的地点",
subType:1,
showType:"text"
},
]
},{
},
// {
// name:"约会档期",
// tip2:"(方便约见的时间和地点)",
// field:"",
// // placehloder:"希望心中的TA是一个什么样的人",
// type:2,
// childDataList:[{
// name:"时间",
// field:"Appointment",
// placehloder:"请选择约见的时间",
// subType:2,
// array:[],
// mode:"date"
// },{
// name:"地点",
// field:"AppointmentAddress",
// placehloder:"请填写方便的地点",
// subType:1,
// showType:"text"
// },
// ]
// },
{
name:"活动区域",
field:"ActivityRegion",
placehloder:"自己最近的活动区域",
......
......@@ -440,11 +440,11 @@
<rich-text v-if="dataList.HopeYou!=''" :nodes="dataList.HopeYou" style="font-size: 12px;color: #000;"></rich-text>
</u-read-more>
</view>
<view class="pd-title">约会档期</view>
<!-- <view class="pd-title">约会档期</view>
<view class="pd-abouthim">
<view>时间:{{dataList.Appointment!=''?dataList.Appointment:'无'}}</view>
<view style="margin-top: 5px;">地点:{{dataList.AppointmentAddress!=''?dataList.AppointmentAddress:'无'}}</view>
</view>
</view> -->
<view style="font-size: 17px;color:#111111;font-weight: bold;margin-top: 10px;" v-if="mall_UserInfo.UserId == dataList.Id">身份证正反面</view>
<view class="sfz" v-if="mall_UserInfo.UserId == dataList.Id">
<view>
......
......@@ -307,7 +307,7 @@ export default {
day: true,
hour: true,
minute: true,
second: true
second: false
},
kqlist:[{id:1,name:'开启'},{id:2,name:'不开启'}],
ForumName:'',
......@@ -419,7 +419,7 @@ export default {
this.addMsg.ImageList.push(r.data);
},
confirm(val){
let time = val.year + '-' + val.month + '-' + val.day +' ' + val.hour + ':' + val.minute + ':' + val.second;
let time = val.year + '-' + val.month + '-' + val.day +' ' + val.hour + ':' + val.minute ;
if((new Date()).getTime() >= (new Date(time)).getTime()){
uni.showToast({
title: '时间需要大于当前时间',
......@@ -499,7 +499,7 @@ export default {
let beforePage = pages[pages.length - 2]; // 前一个页面
uni.showLoading({
title:'发布中~'
})
})
this.request2(
{
url: '/api/AppletMiai/SetActivityInfo',
......
......@@ -45,7 +45,7 @@
{{item.date.slice(0,10)}}
</view>
<view v-if="item.list" v-for="(subItem,subIndex) in item.list" :key="subIndex">
<view class="subItemBox">
<view class="subItemBox" @click="goUserinfo(subItem)">
<view class="avaBox">
<image class="avatar" :src="subItem.Photo"></image>
<image class="sex" v-if="subItem.Sex==1" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan.png"></image>
......@@ -203,7 +203,12 @@
}
}
);
}
},
goUserinfo(x){
uni.navigateTo({
url: '/pages/blindDate/persondetails?UserId='+ x.UserId
});
},
},
created() {
this.mainColor = this.$uiConfig.mainColor;
......
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