Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
zhiliang-light-mp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bb9a9ffe
authored
2019-10-15 17:18:19 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
7d0792fc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/pages/contact/contact.wxml
src/pages/contact/contact.wxml
View file @
bb9a9ff
...
...
@@ -23,9 +23,9 @@
</view>
</view> -->
<view class="form-item">
<view class="label">
手机
</view>
<text class="val">{{contactInfo.contact
Phone
}}</text>
<view class="exts" bindtap="onMakePhoneCallHandler" data-data="{{contactInfo.contact
Phone
}}">
<view class="label">
联系电话
</view>
<text class="val">{{contactInfo.contact
Tel
}}</text>
<view class="exts" bindtap="onMakePhoneCallHandler" data-data="{{contactInfo.contact
Tel
}}">
<image class="icon" mode="aspectFit" src="../../image/contact/contact-c2.png" />
</view>
</view>
...
...
Please
register
or
sign in
to post a comment