Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
Project
Project
Details
Activity
Releases
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
panyongping
uni-pdtravel
Commits
ee78fa06
Commit
ee78fa06
authored
Oct 12, 2023
by
renjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优惠活动改为送两寸照片
parent
71a8efea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
18 deletions
+6
-18
albumIndex.vue
pages/album/albumIndex.vue
+6
-18
No files found.
pages/album/albumIndex.vue
View file @
ee78fa06
...
...
@@ -85,14 +85,13 @@
<view
class=
"coupon-box"
v-if=
"couponTip"
>
<view
class=
"congra"
>
恭喜您!
</view>
<view
class=
"get-coupon"
>
获得摄影抵用券
<text
class=
"price"
>
{{couponPrice}}
</text>
元
免费获得 2 寸照片
</view>
<image
class=
"my-card"
src=
"./static/album/myCard.png"
mode=
"aspectFit"
></image>
<view
class=
"use-rule"
@
click=
"showUseRuleClick"
>
<
!-- <
view class="use-rule" @click="showUseRuleClick">
使用规则
<u-icon name="arrow-right"></u-icon>
</view>
</view>
-->
<view
class=
"address"
>
(使用地址:长江索道南站观景台旁)
</view>
</view>
<view
class=
"rules"
v-if=
"showUseRule"
>
...
...
@@ -190,10 +189,6 @@ export default {
this
.
couponTip
=
false
this
.
showUseRule
=
false
},
showUseRuleClick
()
{
this
.
couponTip
=
false
this
.
showUseRule
=
true
},
jumpToScanFaceClick
()
{
//---跳转扫脸页面
this
.
$request
(
'wechatUser/pdFace/checkScanFace'
,
{
openid
:
this
.
openid
...
...
@@ -380,8 +375,9 @@ export default {
this
.
options
=
options
if
(
this
.
options
.
template
===
'true'
)
{
// 从模板选择页进入
this
.
show
=
true
this
.
getCoupon
()
this
.
couponIsUse
()
this
.
couponTip
=
true
// this.getCoupon()
// this.couponIsUse()
}
else
if
(
this
.
options
.
channelId
)
{
// 扫码进入本页
this
.
handleWhetherToVotePage
()
}
else
if
(
this
.
options
.
index
==
1
)
{
// 从vlog首页进入
...
...
@@ -645,14 +641,6 @@ export default {
font-weight
:
700
;
}
.price
{
margin
:
0
6rpx
;
font-size
:
64rpx
;
font-weight
:
700
;
color
:
#EE520E
;
}
.use-rule
,
.address
{
font-size
:
24rpx
;
}
...
...
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