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
8760610d
Commit
8760610d
authored
Jun 13, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: coupon_detail_botton
parent
18bdac35
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
33 deletions
+17
-33
base.wxss
src/base/base.wxss
+9
-0
couponDetail.js
src/pages/couponDetail/couponDetail.js
+0
-8
couponDetail.wxml
src/pages/couponDetail/couponDetail.wxml
+6
-2
couponDetail.wxss
src/pages/couponDetail/couponDetail.wxss
+0
-6
integralMallDetail.wxss
src/pages/integralMallDetail/integralMallDetail.wxss
+0
-15
project.config.json
src/project.config.json
+2
-2
No files found.
src/base/base.wxss
View file @
8760610d
...
...
@@ -250,6 +250,15 @@ a {
bottom: 0;
box-shadow: 0 0 20rpx #ccc;
}
.redeem-now{
font-size: 28rpx!important;
height: 88rpx;
line-height: 88rpx;
background-color: rgb(0, 188, 112)!important;
margin: 20rpx 40rpx;
box-sizing: border-box;
}
/*!
* weui.js v1.1.0 (https://github.com/weui/weui-wxss)
* Copyright 2016, wechat ui team
...
...
src/pages/couponDetail/couponDetail.js
View file @
8760610d
...
...
@@ -10,7 +10,6 @@ wxService.page({
* 页面的初始数据
*/
data
:
{
isExchange
:
false
,
couponDetail
:{},
cardno
:
''
},
...
...
@@ -26,13 +25,6 @@ wxService.page({
})
},
//立即兑换
exchange
(){
this
.
setData
({
isExchange
:
true
})
},
// 卡券详情
getCouponDetail
(
id
){
wx
.
showLoading
({
...
...
src/pages/couponDetail/couponDetail.wxml
View file @
8760610d
...
...
@@ -11,7 +11,7 @@
<view class='coupon-name fs-28'>{{couponDetail.couponSetting.title}}</view>
<view class='coupon-desc fs-28'>{{couponDetail.coupon.startTime}} 至 {{couponDetail.coupon.endTime}}</view>
</view>
<view class='coupon-code fs-24' bindtap=
'exchange' bindtap=
"handelPresentCouponCode">出示券码</view>
<view class='coupon-code fs-24' bindtap="handelPresentCouponCode">出示券码</view>
</view>
<view class='integral-detail'>
<view class='integral-list'>
...
...
@@ -23,6 +23,10 @@
<text class='integral-desc'>{{couponDetail.coupon.startTime}} 至 {{couponDetail.coupon.endTime}}</text>
</view>
</view>
<
button type='primary' class="redeem-now" bindtap='exchange' bindtap="handelPresentCouponCode">出示券码</button
>
<
!--<button type='primary' class="redeem-now" bindtap="handelPresentCouponCode">出示券码</button>--
>
</view>
</view>
<view class="position-bottom">
<button type='primary' class="redeem-now" bindtap='handelPresentCouponCode'>出示券码</button>
</view>
src/pages/couponDetail/couponDetail.wxss
View file @
8760610d
...
...
@@ -4,12 +4,6 @@
padding: 20rpx;
clear: both;
}
.redeem-now{
font-size: 28rpx!important;
height: 88rpx;
line-height: 88rpx;
background-color: rgb(0, 188, 112)!important;
}
.coupon-list{
width: 712rpx;
height: 209rpx;
...
...
src/pages/integralMallDetail/integralMallDetail.wxss
View file @
8760610d
...
...
@@ -5,21 +5,6 @@
clear: both;
margin-bottom: 150rpx;
}
.redeem-now{
font-size: 28rpx!important;
margin: 20rpx 40rpx;
box-sizing: border-box;
height: 88rpx;
line-height: 88rpx;
background-color: rgb(0, 188, 112)!important;
}
/* .redeem-now{
font-size: 28rpx!important;
height: 88rpx;
line-height: 88rpx;
background-color: rgb(0, 188, 112)!important;
} */
.coupon-list{
width: 712rpx;
height: 209rpx;
...
...
src/project.config.json
View file @
8760610d
...
...
@@ -37,7 +37,7 @@
"list"
:
[]
},
"miniprogram"
:
{
"current"
:
6
,
"current"
:
12
,
"list"
:
[
{
"id"
:
-1
,
...
...
@@ -115,7 +115,7 @@
"id"
:
12
,
"name"
:
"优惠券详情"
,
"pathName"
:
"pages/couponDetail/couponDetail"
,
"query"
:
"cardno=
08128987889220217570
"
"query"
:
"cardno=
99411120228224638656
"
}
]
}
...
...
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