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
5057d0e8
Commit
5057d0e8
authored
Jul 15, 2020
by
王建威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
49bef260
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
16 deletions
+12
-16
manifest.json
manifest.json
+2
-6
package.json
package.json
+1
-1
signin.vue
pages/signin/signin.vue
+9
-9
No files found.
manifest.json
View file @
5057d0e8
...
...
@@ -2,7 +2,7 @@
"name"
:
"shop_mobile_uni"
,
"appid"
:
"__UNI__F904656"
,
"description"
:
""
,
"versionName"
:
"1.0.1
6
"
,
"versionName"
:
"1.0.1
8
"
,
"versionCode"
:
"100"
,
"transformPx"
:
false
,
"app-plus"
:
{
...
...
@@ -51,11 +51,7 @@
"mode"
:
"history"
,
"base"
:
"/uni"
},
<<<<<<<
HEAD
"publicPath"
:
"https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/prod/1.0.14/"
,
=======
"publicPath"
:
"https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/test/1.0.16/"
,
>>>>>>>
33e0
ae
6
b
16
fefaff
99580171274e902
f
3237
a
6
f
2
"publicPath"
:
"https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/mirror/1.0.18/"
,
"optimization"
:
{
"treeShaking"
:
{
"enable"
:
true
...
...
package.json
View file @
5057d0e8
{
"name"
:
"shop_mobile_uni"
,
"version"
:
"1.0.1
6
"
,
"version"
:
"1.0.1
8
"
,
"description"
:
"谛宝多多商城"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
...
...
pages/signin/signin.vue
View file @
5057d0e8
...
...
@@ -8,7 +8,7 @@
<text
class=
"title2"
>
花积分:
</text>
<text
class=
"tab"
style=
"margin-left: 0;"
>
兑好礼
</text>
<text
class=
"tab"
>
兑权益
</text>
<
text
class=
"tab"
>
支付抵扣
</text
>
<
!--
<text
class=
"tab"
>
支付抵扣
</text>
--
>
</view>
</view>
<view
class=
"content"
>
...
...
@@ -18,12 +18,12 @@
<text
class=
"eosfont"
@
click=
"$jump(`/pages/signRecord/signRecord?sign_id=$
{sign_id}
&
sign_days_continues=${sign_days_continues}`,2)">我的签到记录

</text>
</view>
<view
class=
"days"
>
<view
class=
"day_item"
v-for=
"(item, index) in sign_list"
:key=
"index"
>
<view
class=
"day_item"
v-for=
"(item, index) in sign_list"
:key=
"index"
:style=
"[(index+1)%7 === 0 ?
{'margin-right': '0'} : null]"
>
<view
v-if=
"item.sign_goods_logo"
class=
"item_bg"
style=
"background-color: transparent;"
>
<image
:src=
"item.sign_goods_logo"
></image>
</view>
<view
class=
"item_bg"
v-else
:class=
"
{act: item.is_sign === '1'}">+
{{
item
.
point
}}
</view>
<view
class=
"day"
v-if=
"item.date_diff !== '0'"
:class=
"
{seven: index ===
6
}">第
{{
index
+
1
}}
天
</view>
<view
class=
"day"
v-if=
"item.date_diff !== '0'"
:class=
"
{seven: index ===
sign_list.length-1
}">第
{{
index
+
1
}}
天
</view>
<view
class=
"day actDay"
v-else
>
今天
</view>
</view>
</view>
...
...
@@ -296,13 +296,12 @@
}
.sign_content {
width: 702rpx;
height: 396rpx;
background: #fff;
border-radius: 16rpx;
margin: 0 auto;
overflow: hidden;
box-shadow:0px 4px 16px 0px rgba(0,0,0,0.04);
padding: 0 26rpx;
padding: 0 26rpx
32rpx
;
box-sizing: border-box;
.content_flex {
display: flex;
...
...
@@ -324,7 +323,8 @@
}
.days {
display: flex;
justify-content: space-between;
justify-content: center;
flex-wrap: wrap;
align-items: center;
margin: 40rpx auto 30rpx;
}
...
...
@@ -359,6 +359,7 @@
}
}
.day_item {
margin: 0 20rpx 24rpx 0;
.item_bg {
background: url('https://dbc-static.oss-cn-beijing.aliyuncs.com/static/3881593574115_.pic.jpg') no-repeat;
background-size: 100% 100%;
...
...
@@ -408,7 +409,7 @@
.day_item2 {
margin-right: 36rpx;
}
.day_item2:nth-of-type(4
), .day_item2:last-child
{
.day_item2:nth-of-type(4
n)
{
margin-right: 0;
}
.benefit_title {
...
...
@@ -549,14 +550,13 @@
}
.dialog_content {
width: 100%;
height: 532rpx;
border-radius: 40rpx;
background-color: #fff;
margin-top: 40rpx;
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: 48rpx 0
0
;
padding: 48rpx 0
20rpx
;
}
.dialog_btn {
width: 480rpx;
...
...
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