Commit 948956aa authored by 石盼盼's avatar 石盼盼

意向区域bug修改

parent 79720d53
......@@ -28,7 +28,7 @@
</block>
<block wx:else>
<view class="empty">
<van-empty class="custom-image" image="/images/without.png" description="暂无课程" />
<van-empty class="custom-image" image="/images/without.png" description="暂无回复" />
</view>
</block>
</view>
\ No newline at end of file
......@@ -4,9 +4,9 @@
</view>
<view class="select">选择意向区域</view>
<view class="item" wx:for="{{forIndex}}" wx:key="index">
<view class="every flex-h flex-vc flex-hb" bindtap="showCitypop">
<view>意向区域{{index+1}}</view>
<view data-index="{{index+1}}">
<view class="every flex-h flex-vc">
<view class="one">意向区域{{index+1}}</view>
<view class="two" bindtap="showCitypop" data-index="{{index+1}}">
<text wx:if="{{index == 0}}">{{first_area_name}}</text>
<text wx:if="{{index == 1}}">{{second_area_name}}</text>
<text wx:if="{{index == 2}}">{{third_area_name}}</text>
......
......@@ -127,4 +127,13 @@ color: #1A1A1A;
font-size: 30rpx;
text-align: center;
line-height: 80rpx;
}
.one{
width: 150rpx;
}
.two{
width: 600rpx;
text-align: right;
}
\ No newline at end of file
......@@ -142,7 +142,7 @@ Page({
success(res) {
if (res.confirm) {
wx.makePhoneCall({
phoneNumber: '400-181-5358'
phoneNumber: '15630107218'
})
}
}
......
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