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
747b51d8
Commit
747b51d8
authored
Aug 23, 2023
by
renjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删图
parent
b7e0a31e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
8 deletions
+25
-8
albumIndex.vue
pages/album/albumIndex.vue
+25
-8
coupon.png
pages/album/static/album/coupon.png
+0
-0
postcardTip.png
pages/album/static/album/postcardTip.png
+0
-0
No files found.
pages/album/albumIndex.vue
View file @
747b51d8
...
@@ -67,25 +67,25 @@
...
@@ -67,25 +67,25 @@
</view>
</view>
</view>
</view>
<image
class=
"coupon"
src=
"
./static/album
/coupon.png"
mode=
"aspectFit"
@
click=
"showUseRule = true"
></image>
<image
class=
"coupon"
src=
"
@/static/img/my
/coupon.png"
mode=
"aspectFit"
@
click=
"showUseRule = true"
></image>
<u-mask
:show=
"showtip || showUseRule"
>
<u-mask
:show=
"showtip || showUseRule"
>
<view
class=
"mask"
>
<view
class=
"mask"
>
<view
class=
"img-box"
>
<
!-- <
view class="img-box">
<image src="./static/album/postcardTip.png" mode="aspectFit" v-if="showtip"></image>
<image src="./static/album/postcardTip.png" mode="aspectFit" v-if="showtip"></image>
<!-- <view class="rules" v-if="showUseRule">
<image src="@/static/img/my/backgroundIcon01.png" mode="aspectFit"></image>
<view class="rules" v-if="showUseRule">
<view class="title">使用规则</view>
<view class="title">使用规则</view>
<view class="block">
<view class="block"
v-for="item in rules" :key="item.ruleName"
>
<view class="name"></view>
<view class="name">
{{item.ruleName}}
</view>
<view class="content">
<view class="content">
<view class="small-font"
>
</view>
<view class="small-font"
v-for="rule in item.contents" :key="rule.value">{{rule.value}}
</view>
</view>
</view>
</view>
</view>
</view>
</view>
<image src="./static/album/useRule.png" mode="aspectFit" v-if="showUseRule"></image> -->
<u-icon class="close" name="close-circle" @click="closeMask"></u-icon>
<u-icon class="close" name="close-circle" @click="closeMask"></u-icon>
<view class="use-rule" @click="useRuleClick" v-if="showtip"></view>
<view class="use-rule" @click="useRuleClick" v-if="showtip"></view>
</view>
</view>
-->
<u-button
type=
"primary"
shape=
"circle"
@
click=
"showtip = false"
v-if=
"showtip"
>
知道了
</u-button>
<u-button
type=
"primary"
shape=
"circle"
@
click=
"showtip = false"
v-if=
"showtip"
>
知道了
</u-button>
</view>
</view>
</u-mask>
</u-mask>
...
@@ -153,6 +153,20 @@ export default {
...
@@ -153,6 +153,20 @@ export default {
rules
:
[
rules
:
[
{
{
ruleName
:
'规则说明'
,
ruleName
:
'规则说明'
,
contents
:
[
{
value
:
'任意金额皆可抵扣,最高抵扣20'
},
{
value
:
'指定地点可用,提交订单时可自动抵扣'
},
{
value
:
'优惠券只可使用一次,不找零不折现'
},
{
value
:
'仅支持下载电子照片至手机'
},
{
value
:
'如需打印,需额外支付打印费用'
}
]
},
{
ruleName
:
'补充说明'
,
contents
:
[
{
value
:
'使用地址:重庆市渝中区新华路151号闯将索道南站观景台旁'
},
{
value
:
'咨询电话:023-68567748'
}
]
}
}
],
],
options
:
{}
//路由参数
options
:
{}
//路由参数
...
@@ -460,6 +474,7 @@ export default {
...
@@ -460,6 +474,7 @@ export default {
height
:
16px
;
height
:
16px
;
}
}
}
}
.rules
,
image
{
image
{
width
:
504rpx
;
width
:
504rpx
;
height
:
720rpx
;
height
:
720rpx
;
...
@@ -468,4 +483,6 @@ export default {
...
@@ -468,4 +483,6 @@ export default {
width
:
304rpx
;
width
:
304rpx
;
}
}
}
}
.rules
{
}
</
style
>
</
style
>
\ No newline at end of file
pages/album/static/album/coupon.png
deleted
100644 → 0
View file @
b7e0a31e
3.39 KB
pages/album/static/album/postcardTip.png
deleted
100644 → 0
View file @
b7e0a31e
166 KB
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