Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shop_mobile_uni
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
郑秀明
shop_mobile_uni
Commits
6da7e537
Commit
6da7e537
authored
Jul 16, 2020
by
王建威
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签到页显隐条件
parent
60762a77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
signin.vue
pages/signin/signin.vue
+4
-4
No files found.
pages/signin/signin.vue
View file @
6da7e537
...
...
@@ -33,8 +33,8 @@
<view
v-if=
"sign_banner"
>
<image
:src=
"sign_banner"
class=
"sign_banner"
/>
</view>
<view
class=
"benefit_title"
>
权益中心
</view>
<view
class=
"benefit_swiper"
>
<view
class=
"benefit_title"
v-if=
"grade_list.length > 0"
>
权益中心
</view>
<view
class=
"benefit_swiper"
v-if=
"grade_list.length > 0"
>
<uni-swiper-dot
:current=
"current"
:info=
"grade_list"
mode=
"round"
:dotsStyles=
"
{'bottom': 0,'width':3,'height':3,'backgroundColor':'#d8d8d8','border':'none','selectedBackgroundColor':'#FFCD00','selectedBorder':'none'}">
<swiper
:autoplay=
"true"
style=
"height:380rpx"
@
change=
"changeCurrent"
>
<swiper-item
v-for=
"(item, index) in grade_list"
:key=
"index"
>
...
...
@@ -45,11 +45,11 @@
</swiper>
</uni-swiper-dot>
</view>
<view
class=
"tabBar"
>
<view
class=
"tabBar"
v-if=
"integral_list.length > 0"
>
<text
class=
"tab_item act"
>
精品推荐
</text>
<!--
<text
class=
"tab_item"
>
200-400
</text>
-->
</view>
<view
class=
"goods_box"
>
<view
class=
"goods_box"
v-if=
"integral_list.length > 0"
>
<view
class=
"goods_item"
v-for=
"(item, index) in integral_list"
:key=
"index"
@
click=
"$jump(`$
{php}app=my_integral_goods
&
act=detail
&
id=${item.goods_id}
&
integral=${integral}`)">
<view>
<image
class=
"goods_img"
:src=
"item.goods_logo || $noGoodsImg"
></image>
...
...
郑秀明
@zhengxiuming
mentioned in commit
201963b8
·
Aug 28, 2020
mentioned in commit
201963b8
mentioned in commit 201963b82e8acec6bc9f10c19d64f71b6353c0b5
Toggle commit list
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