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

update

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