Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-miniapp-yohood
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
肖亚东
2019-08-08 15:16:55 +0800
Commit
19580614c44f3a0f2f5632b682d5d2a9e44524ff
1 parent
d8d8060c
地图增加查看大图提示
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
pages/activity/map.wxml
pages/activity/map.wxss
pages/activity/map.wxml
View file @
1958061
<image src="{{mapUrl}}" class="map-image" mode="aspectFit" bindtap="imageTap"></image>
<view class="big-image-tips">点击查看大图</view>
\ No newline at end of file
...
...
pages/activity/map.wxss
View file @
1958061
.map-image {
width: 750rpx;
height: 667rpx;
}
.big-image-tips {
text-align: center;
font-size: 28rpx;
color: #444444;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment