提交
This commit is contained in:
parent
d2e863a889
commit
0f5967a226
@ -156,9 +156,9 @@
|
||||
<view wx:if="{{ item.field == 'wechat' }}" class="contact-way contact-way-WeChat">
|
||||
<view class="contact-way-title" style="padding-bottom: 28rpx;">微信</view>
|
||||
<view class="contactInformation-wechat" wx:if="{{ contactInformationState == 0 }}">
|
||||
<!-- <view class="contactInformation-wechat-item" hover-class="option-hover" hover-stay-time="50" bindtap="contactInformationwechatcut" data-state="1">
|
||||
<view class="contactInformation-wechat-item" hover-class="option-hover" hover-stay-time="50" bindtap="contactInformationwechatcut" data-state="1">
|
||||
<image mode="widthFix" src="/img/pengreydark.png"></image><text>填写微信号</text>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="contactInformation-wechat-item" hover-class="option-hover" bindtap="UploadQRCode" data-state="2">
|
||||
<image src="/img/u789.svg"></image>
|
||||
<text>上传二维码</text>
|
||||
@ -341,8 +341,9 @@
|
||||
<text class="last-step-text" wx:if="{{ popUpSubtitle }}">{{ popUpSubtitle }}</text>
|
||||
<view class="AListOF-option option-box">
|
||||
<view wx:for="{{ item.choices }}" wx:for-item="it" wx:key="index" data-i="{{ m1.fn([newinfo[it.field]],it.value, it.field).indexOf }}" data-a="{{ newinfo[it.value] }}" class="AListOF-option-item option-item {{ it.disabled == 1 ? 'AListOF-option-item-disabled' : '' }} {{ m1.fn([newinfo[it.field]],it.value, it.field).indexOf ? 'option-hove':'' }}" hover-class="option-hover" hover-stay-time="5" bindtap="{{ it.disabled == 1 ? '' : 'selectOption' }}" data-key="{{ it.key }}" data-field="{{ it.field }}" data-choices="{{ it.choices }}" data-value="{{ it.value }}">
|
||||
<!-- <view wx:for="{{ item.choices }}" wx:for-item="it" wx:key="index" data-i="{{ m1.fn([newinfo[it.field]],it.value, it.field).indexOf }}" data-a="{{ newinfo[it.value] }}" class="AListOF-option-item option-item {{ it.disabled == 1 ? 'AListOF-option-item-disabled' : '' }} {{ m1.fn([newinfo[it.field]],it.value, it.field).indexOf ? 'option-hove':'' }}" hover-class="option-hover" hover-stay-time="5" bindtap="selectOption" data-key="{{ it.key }}" data-field="{{ it.field }}" data-choices="{{ it.choices }}" data-value="{{ it.value }}"> -->
|
||||
{{it.value}}</view>
|
||||
<!-- <view wx:for="{{ item.choices }}" wx:for-item="it" wx:key="index" data-i="{{ m1.fn([newinfo[it.field]],it.value, it.field).indexOf }}" data-a="{{ newinfo[it.value] }}" class="AListOF-option-item option-item {{ it.disabled == 1 ? 'AListOF-option-item-disabled' : '' }} {{ m1.fn([newinfo[it.field]],it.value, it.field).indexOf ? 'option-hove':'' }}" hover-class="option-hover" hover-stay-time="5" bindtap="selectOption" data-key="{{ it.key }}" data-field="{{ it.field }}" data-choices="{{ it.choices }}" data-value="{{ it.value }}"> -->
|
||||
{{it.value}}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<template is="pop-up-footer" data="{{ popUpStepState,field:item.field,newtype,newStatus }}"></template>
|
||||
|
@ -255,7 +255,7 @@
|
||||
}
|
||||
|
||||
.footer-btn .save1 {
|
||||
/* margin-right: 30rpx; */
|
||||
margin-right: 30rpx;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
font-weight: 400;
|
||||
@ -877,8 +877,8 @@
|
||||
}
|
||||
|
||||
.contactInformation .contactInformation-wechat-item {
|
||||
/* width: 330rpx; */
|
||||
width: 690rpx;
|
||||
width: 330rpx;
|
||||
/* width: 690rpx; */
|
||||
height: 100rpx;
|
||||
line-height: 100rpx;
|
||||
background-color: #f4f4f4;
|
||||
|
@ -13,7 +13,7 @@
|
||||
<header-nav inner-text="Some text" isIndexPage="index" position="{{ 'absolute' }}" bgcolor="linear-gradient(0deg, rgba(246, 246, 246, 1) 2%, rgba(98, 177, 255, 1) 333%)" topImage="{{ true }}"></header-nav>
|
||||
|
||||
<!-- 新的 首页轮播图 -->
|
||||
<block wx:if="{{ true }}">
|
||||
<block wx:if="{{ false }}">
|
||||
<!-- 搜索框 -->
|
||||
<navigator url="/pages/search/search" hover-class="hover">
|
||||
<view class="search-box flexacenter">
|
||||
@ -97,7 +97,7 @@
|
||||
|
||||
<view></view>
|
||||
<!-- 区域选择 新 -->
|
||||
<view class="area-selection">
|
||||
<view class="area-selection" wx:if="{{ false }}">
|
||||
<view class="head flexacenter shadow">
|
||||
<!-- <view class="head-item flexcenter flex1 {{ index == areaIndex ? 'pitch' : '' }}" wx:for="{{ combination }}" wx:key="index" bindtap="setValue" data-key="areaIndex" data-value="{{ index }}"> -->
|
||||
<view class="head-item flexflex flex1 {{ index == areaIndex ? 'pitch' : '' }}" wx:for="{{ combination }}" wx:key="index" bindtap="setValue" data-key="areaIndex" data-value="{{ index }}">
|
||||
@ -138,7 +138,7 @@
|
||||
<view></view>
|
||||
|
||||
<!-- 公寓列表 新 -->
|
||||
<view class="apartment-block">
|
||||
<view class="apartment-block" wx:if="{{ false }}">
|
||||
<scroll-view scroll-x="{{ true }}" class="scroll">
|
||||
<view class="apartment-list flexflex">
|
||||
<view class="apartment-item flexflex" wx:for="{{ apartment }}" wx:key="index" bindtap="publicJumps" data-url="/pages/irentDetail/irentDetail?uniqid={{ item.id }}">
|
||||
@ -159,7 +159,7 @@
|
||||
|
||||
|
||||
<!-- 数据列表 tab 新 -->
|
||||
<view class="tab-list flexacenter">
|
||||
<view class="tab-list flexacenter" wx:if="{{ false }}">
|
||||
<view class="tab-item {{ item.select ? 'pitch' : '' }}" wx:for="{{ recommendedTab }}" wx:key="index" bindtap="cutTab" data-type="{{ item.type }}" data-index="{{ index }}">{{ item.name }}</view>
|
||||
</view>
|
||||
<!-- 列表 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user