Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wandouchengzhang_coach
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
石盼盼
wandouchengzhang_coach
Commits
948956aa
Commit
948956aa
authored
Nov 24, 2020
by
石盼盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
意向区域bug修改
parent
79720d53
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
5 deletions
+14
-5
parents.wxml
pages/my/parents/parents.wxml
+1
-1
teachingArea.wxml
pages/my/teachingArea/teachingArea.wxml
+3
-3
teachingArea.wxss
pages/my/teachingArea/teachingArea.wxss
+9
-0
personal.js
pages/tabbar/personal/personal.js
+1
-1
No files found.
pages/my/parents/parents.wxml
View file @
948956aa
...
...
@@ -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
pages/my/teachingArea/teachingArea.wxml
View file @
948956aa
...
...
@@ -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>
...
...
pages/my/teachingArea/teachingArea.wxss
View file @
948956aa
...
...
@@ -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
pages/tabbar/personal/personal.js
View file @
948956aa
...
...
@@ -142,7 +142,7 @@ Page({
success
(
res
)
{
if
(
res
.
confirm
)
{
wx
.
makePhoneCall
({
phoneNumber
:
'
400-181-535
8
'
phoneNumber
:
'
1563010721
8
'
})
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment