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

意向区域bug修改

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