Commit 2fd53c56 authored by 黄媛媛's avatar 黄媛媛

update

parent 7db24be0
......@@ -31,7 +31,7 @@ Page({
tcid: '',
pathUrl: '/pages/index/index',
optionTCID: '8705',
// 7003
// 7003
getimg: true,
guidegrey: 5,
guidemsg: {
......@@ -284,9 +284,11 @@ Page({
return;
}
let phone = e.currentTarget.dataset.item.MobilePhone;
wx.makePhoneCall({
phoneNumber: phone,
})
if (phone){
wx.makePhoneCall({
phoneNumber: phone,
})
}
},
seeFight() {
this.setData({
......@@ -480,7 +482,7 @@ Page({
})
} else {
wx.navigateTo({
url: `/pages/validateForm/validate/validate?TCID${this.data.tcid}`
url: `/pages/validateForm/validate/validate?TCID=${this.data.tcid}`
})
}
......
......@@ -240,7 +240,7 @@
<text class="c99 f32">{{contactInfo.Score}}分</text>
</view>
<view>
<view style="background:#fff" wx:if="{{contactInfo.Description && contactInfo.Description!=''}}" class="noDes">
<view wx:if="{{contactInfo.Description && contactInfo.Description!=''}}" class="noDes">
{{contactInfo.Description}}
</view>
......
......@@ -109,7 +109,7 @@ Page({
onLoad: function(options) {
var that = this;
that.getData();
console.log("options", options)
if(options.type){
this.setData({
choosetype: options.type
......@@ -122,5 +122,6 @@ Page({
msg: msg
})
}
}
})
\ No newline at end of file
......@@ -29,7 +29,7 @@ Page({
goToNextValidate: function () {
if (this.data.chosenType!=-1){
wx.navigateTo({
url: '/pages/validateForm/allPerson?type=' + this.data.chosenType,
url: '/pages/validateForm/allPerson?type=' + this.data.chosenType + '&TCID=' + this.data.TCID,
})
}else{
wx.showToast({
......
{
"navigationStyle": "custom"
"navigationStyle": "default",
"navigationBarTitleText": "核对"
}
\ No newline at end of file
......@@ -21,7 +21,7 @@ page{
box-sizing: border-box;
}
.container .title{
margin-top: 200rpx;
margin-top: 10rpx;
padding: 0 100rpx;
margin-bottom: 100rpx;
}
......
......@@ -2,7 +2,7 @@
<view>
<image style="width:70rpx;height:70rpx;margin-right:40rpx;position:relative;top:16rpx" src="../../../images/index/person.png"></image>
<text class="bold f50">{{msg.Name}},欢迎您!感谢您的信任!</text>
<text class="f30">小于18岁的同学,需要带出认证徽章或标识</text>
<!-- <text class="f30">小于18岁的同学,需要带出认证徽章或标识</text> -->
</view>
<view class="f26" style="margin-top:136rpx;color:#BCBCBC;">
请输入
......
......@@ -7,25 +7,20 @@
<!-- <image src="http://{{item.videoImageUrl}}" class="preImage" mode='aspectFit' lazy-load="{{true}}" wx:else></image> -->
<!-- 右侧区域 -->
<view class='btnBox {{switchTo?"show":"hide"}}'>
<view class='btnTx' bindtap='{{isFollow==0?"follow":""}}'>
<image class='TX' src='{{item.headUrl}}'></image>
<image class='followAdd {{isFollow==0?"show":"hide"}}' src='../../img/followAdd.png'></image>
<view class='btnTx'>
<image style="width:69rpx;height:62rpx" src='../../images/index/dz1.png'></image>
<image style="width:69rpx;height:62rpx" src='../../images/index/dz.png'></image>
</view>
<view class='btnCollect' bindtap='btnCollect'>
<image src='../../img/{{isCollect==1?"collect_H":"collect_B"}}.png'></image>
<text>收藏</text>
<view class='btnTx'>
<image style="width:69rpx;height:62rpx" src='../../images/index/xx1.png'></image>
<image style="width:69rpx;height:62rpx" src='../../images/index/xx.png'></image>
</view>
<button class='btnShare' open-type='share'>
<image src='../../img/share.png'></image>
<text>分享</text>
</button>
<view class='btnTelPhone {{oneself?"hide":"show"}}' bindtap='btnTelPhone'>
<image src='../../img/telPhone.png'></image>
<text>电话</text>
<view class='btnTx'>
<image style="width:69rpx;height:62rpx" src='../../images/index/fx1.png'></image>
<image style="width:69rpx;height:62rpx" src='../../images/index/fx.png'></image>
</view>
<view class='btnShut {{oneself?"show":"hide"}}' bindtap='btnShut'>
<image src='../../img/shut.png'></image>
<text>关闭</text>
<view class='btnTx'>
<image style="width:69rpx;height:62rpx" src='../../images/index/sp.png'></image>
</view>
</view>
<!-- 描述 -->
......@@ -33,7 +28,6 @@
<view class='nameAddr clearfix'>
<text class='fl' style="margin-right:10rpx">@{{item.reallyName}}</text>
<view class='fl addr clearfix'>
<image class='fl' src='../../img/position.png'></image>
<text class='fl'>{{item.workProvince}}{{item.workCity}}{{item.workCounty}}</text>
</view>
</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