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
695ed67a
Commit
695ed67a
authored
Oct 22, 2019
by
赵雅纹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标签
parent
d3e23e19
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
42 additions
and
6 deletions
+42
-6
app.js
src/app.js
+2
-2
lock.png
src/assets/imgs/7_1_0/lock.png
+0
-0
tab.png
src/assets/imgs/7_1_0/tab.png
+0
-0
waterFlowLayout.wxml
src/component/waterFlowLayout/waterFlowLayout.wxml
+8
-2
waterFlowLayout.wxss
src/component/waterFlowLayout/waterFlowLayout.wxss
+30
-0
index.js
src/config/index.js
+1
-1
project.config.json
src/project.config.json
+1
-1
No files found.
src/app.js
View file @
695ed67a
...
@@ -124,9 +124,9 @@ App({
...
@@ -124,9 +124,9 @@ App({
cityJson
:
cityJson
,
cityJson
:
cityJson
,
// brandId: 2711,
// brandId: 2711,
// brandId: 2005,
// brandId: 2005,
brandId
:
1001
,
//
brandId: 1001,
// brandId: 1002,
// brandId: 1002,
//
brandId: 3001,
brandId
:
3001
,
// brandId: 3002,
// brandId: 3002,
}
}
})
})
src/assets/imgs/7_1_0/lock.png
0 → 100644
View file @
695ed67a
408 Bytes
src/assets/imgs/7_1_0/tab.png
0 → 100644
View file @
695ed67a
567 Bytes
src/component/waterFlowLayout/waterFlowLayout.wxml
View file @
695ed67a
...
@@ -23,8 +23,6 @@
...
@@ -23,8 +23,6 @@
<view class="item-title">{{headline}}</view>
<view class="item-title">{{headline}}</view>
</view>
</view>
<view>
<view>
</view>
</view>
<!-- 未登錄時 -->
<!-- 未登錄時 -->
<!-- <view class="share-wrap" wx:if="{{!userIsLogin}}">
<!-- <view class="share-wrap" wx:if="{{!userIsLogin}}">
...
@@ -64,5 +62,13 @@
...
@@ -64,5 +62,13 @@
<text class="share-number">{{transmitSum || 0}}</text>
<text class="share-number">{{transmitSum || 0}}</text>
</view>
</view>
</view>
</view>
<!-- 标签 -->
<view class="tabs-list">
<image class="lock-image" src="/assets/imgs/7_1_0/lock.png"></image>
<view class="tab-item">
<image class="tab-image" src="/assets/imgs/7_1_0/tab.png"></image>
<text class="tab-text">爆改大赛</text>
</view>
</view>
</view>
</view>
</template>
</template>
src/component/waterFlowLayout/waterFlowLayout.wxss
View file @
695ed67a
...
@@ -100,3 +100,32 @@
...
@@ -100,3 +100,32 @@
line-height: 40rpx;
line-height: 40rpx;
border-radius: 20rpx;
border-radius: 20rpx;
}
}
.tabs-list{
min-width: 64rpx;
height: 64rpx;
background-color: rgba(0, 0, 0, 0.65);
position: absolute;
bottom: 140rpx;
left: 20rpx;
border-radius: 64rpx;
display: flex;
align-items: center;
justify-content: center;
padding: 0 24rpx;
}
.lock-image{
width: 32rpx;
height: 32rpx;
}
.tab-image{
width: 26rpx;
height: 26rpx;
}
.tab-text{
font-size: 22rpx;
color: #ffffff;
margin-left: 9rpx;
}
.tab-item{
margin-left: 19rpx;
}
\ No newline at end of file
src/config/index.js
View file @
695ed67a
const
PROJECT_ENV
=
'
dev
'
// 生产 prod, 开发 dev, 测试 test, 预生产 pre
const
PROJECT_ENV
=
'
prod
'
// 生产 prod, 开发 dev, 测试 test, 预生产 pre
const
needMock
=
''
//
const
needMock
=
''
//
// appid_dev_wx wxc3b64b09b1d3dfc2
// appid_dev_wx wxc3b64b09b1d3dfc2
...
...
src/project.config.json
View file @
695ed67a
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
},
},
"compileType"
:
"miniprogram"
,
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.8.2"
,
"libVersion"
:
"2.8.2"
,
"appid"
:
"wx
c3b64b09b1d3dfc2
"
,
"appid"
:
"wx
313ec36b710125d4
"
,
"projectname"
:
"%E5%BE%AE%E5%95%86%E5%9F%8E"
,
"projectname"
:
"%E5%BE%AE%E5%95%86%E5%9F%8E"
,
"debugOptions"
:
{
"debugOptions"
:
{
"hidedInDevtools"
:
[]
"hidedInDevtools"
:
[]
...
...
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