Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
高淑倩
7-Eleven
Commits
00f1d76f
Commit
00f1d76f
authored
Oct 28, 2019
by
谢中龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改默认高度
parent
d6a5718e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
imageSwiper.js
src/component/imageSwiper/imageSwiper.js
+1
-1
welfare.wxml
src/shoppingGuid/page/pages/welfare/welfare.wxml
+2
-2
No files found.
src/component/imageSwiper/imageSwiper.js
View file @
00f1d76f
...
...
@@ -76,7 +76,7 @@ Component({
duration
:
1000
,
isAuthorization
:
false
,
// false 不显示 true 显示
baseImgUrl
:
''
,
maxHeight
:
0
,
maxHeight
:
18
0
,
padding
:
0
,
heights
:
[],
imageHeights
:
{},
// 记录所有图片的实际高度
...
...
src/shoppingGuid/page/pages/welfare/welfare.wxml
View file @
00f1d76f
...
...
@@ -91,7 +91,7 @@
<view>{{item.typeText}}</view>
</view>
<view class='coupon-item-rg'>
<view class='qrcode' data-item="{{item}}" bindtap='onTapShowQrcode'>
<view class='qrcode' data-item="{{item}}" bindtap='onTapShowQrcode'
wx:if="{{item.drawType == 2}}"
>
<image src='https://bigaka-xie.oss-cn-shanghai.aliyuncs.com/walare_qrcode.png' mode='aspectFit'></image>
</view>
<view class='coupon-title'>{{item.title}}</view>
...
...
@@ -99,7 +99,7 @@
<view class='text-btn'>
<text class='theme-text-color'>数量:{{item.stock}}</text>
</view>
<button class='info-btn' data-item="{{item}}" bindtap='onTapToSendConpon'>定向发送</button>
<button class='info-btn'
wx:if="{{item.drawType == 1}}"
data-item="{{item}}" bindtap='onTapToSendConpon'>定向发送</button>
</view>
</view>
</view>
...
...
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