Commit 3814456e authored by Mac's avatar Mac

1

parent 8f2791b6
...@@ -99,13 +99,14 @@ ...@@ -99,13 +99,14 @@
</view> </view>
</view> </view>
<view class="conBox" v-if="item.type==3"> <view class="conBox" v-if="item.type==3">
<textarea v-model="data[item.field]" class="textareaBox" maxlength='450' :placeholder="item.placehloder" /> <textarea v-model="data[item.field]" class="textareaBox" maxlength='500' :placeholder="item.placehloder" />
</view> </view>
</view> </view>
</view> </view>
<view style="font-size: 17px;color:#111111;font-weight: bold;">请上传身份证正反面</view> <view style="font-size: 17px;color:#111111;font-weight: bold;">请上传身份证正反面</view>
<view style="font-size: 11px;color:#888;">注:身份证正反面没上传无法发布朋友圈和拼拼Plus!</view>
<view class="sfz"> <view class="sfz">
<view> <view>
<view class="sfz-l-title">头像面</view> <view class="sfz-l-title">头像面</view>
...@@ -297,11 +298,6 @@ ...@@ -297,11 +298,6 @@
field:"Hobby", field:"Hobby",
placehloder:"唱歌、跳街舞、拍照、旅游、看电影、画画、自驾游、等", placehloder:"唱歌、跳街舞、拍照、旅游、看电影、画画、自驾游、等",
type:3 type:3
},{
name:"活动区域",
field:"ActivityRegion",
placehloder:"自己最近的活动区域",
type:3
},{ },{
name:"喜欢的食物", name:"喜欢的食物",
field:"LikeFood", field:"LikeFood",
...@@ -361,8 +357,14 @@ ...@@ -361,8 +357,14 @@
placehloder:"请填写方便的地点", placehloder:"请填写方便的地点",
subType:1, subType:1,
showType:"text" showType:"text"
},] },
}, ]
},{
name:"活动区域",
field:"ActivityRegion",
placehloder:"自己最近的活动区域",
type:3
}
], ],
photoDemo:"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/camera.png",//占位图片 photoDemo:"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/camera.png",//占位图片
data:{ data:{
......
...@@ -438,8 +438,8 @@ ...@@ -438,8 +438,8 @@
<rich-text v-if="dataList.HopeYou!=''" :nodes="dataList.HopeYou" style="font-size: 12px;color: #000;"></rich-text> <rich-text v-if="dataList.HopeYou!=''" :nodes="dataList.HopeYou" style="font-size: 12px;color: #000;"></rich-text>
</u-read-more> </u-read-more>
</view> </view>
<view style="font-size: 17px;color:#111111;font-weight: bold;margin-top: 10px;">身份证正反面</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"> <view class="sfz" v-if="mall_UserInfo.UserId == dataList.Id">
<view> <view>
<view class="sfz-l-title">头像面</view> <view class="sfz-l-title">头像面</view>
<view class="sfz-l-c">您的身份证头像面</view> <view class="sfz-l-c">您的身份证头像面</view>
...@@ -449,7 +449,7 @@ ...@@ -449,7 +449,7 @@
<image :src="dataList.IDCard" style="width: 100%;Height: 100%;" v-else></image> <image :src="dataList.IDCard" style="width: 100%;Height: 100%;" v-else></image>
</view> </view>
</view> </view>
<view class="sfz"> <view class="sfz" v-if="mall_UserInfo.UserId == dataList.Id">
<view> <view>
<view class="sfz-l-title">国徽面</view> <view class="sfz-l-title">国徽面</view>
<view class="sfz-l-c">您的身份证国徽面</view> <view class="sfz-l-c">您的身份证国徽面</view>
......
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