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
4b4ec0cd
Commit
4b4ec0cd
authored
May 23, 2020
by
谢中龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改plus布局
parent
54ed688b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
plus.wxml
src/component/plus/plus.wxml
+2
-4
plus.wxss
src/component/plus/plus.wxss
+3
-1
index.js
src/config/index.js
+2
-2
project.config.json
src/project.config.json
+1
-1
No files found.
src/component/plus/plus.wxml
View file @
4b4ec0cd
...
...
@@ -7,8 +7,7 @@
wx:for="{{skuVOList}}"
wx:for-index="idx"
wx:for-item="navItem"
wx:key="idx"
>
wx:key="idx">
<view
class="scroll-view-item {{currentTab == idx ?'poster-active':''}}"
data-current="{{idx}}"
...
...
@@ -19,8 +18,7 @@
data-price="{{navItem.price}}"
bindtap="switchNav"
style="{{currentTab == idx ? 'background-image: url('+ plusBgi.activeUrl +');' : 'background-image: url('+ plusBgi.inactiveUrl +');'}}"
wx:if="{{navItem.valid}}"
>
wx:if="{{navItem.valid}}">
<view class="plus-choose">
<text wx:if="{{navItem.duration == 365}}">每月仅¥{{utils.numberFormat(navItem.price / 12)}}</text>
<text wx:else>每月仅¥{{utils.numberFormat(navItem.price / navItem.duration * 30)}}</text>
...
...
src/component/plus/plus.wxss
View file @
4b4ec0cd
...
...
@@ -6,11 +6,12 @@
width: 100%;
display: flex;
white-space: nowrap;
/* box-sizing: border-box; */
box-sizing: border-box;
height: 226rpx;
position: fixed;
bottom: 88rpx;
padding: 3
6rpx 0 36rpx 3
0rpx;
padding: 30rpx;
/* background-color: rgba(192, 154, 116, 0.2); */
/* background-color: rgb(230,215,199); */
/* background: #ffffff; */
...
...
@@ -20,6 +21,7 @@
.scroll-view_H {
width: 100%;
text-align: center;
}
.scroll-view-item {
display: inline-block;
...
...
src/config/index.js
View file @
4b4ec0cd
...
...
@@ -12,7 +12,7 @@ const PROJECT_ENV = 'test' // 生产 prod, 开发 dev, 测试 test , 测试门
//2006 泰华 , wx40fec8944623c8b3 有直播 //门户 wx833d5ece112fc3fd
//2007 多多一上 , wxf7bc302c51166dc0 有直播
//2012 悦芙媞 wxfe14ebde4a6eea3d 有直播
//2021 柏草日记 wx0eb4c0bc80001e2
//2021 柏草日记 wx0eb4c0bc80001e2
5
//2008 雪岛书屋 wx207f8a95bbc9d3ab
//2003 苏州邻里 , wxe7770946f9d93d38
...
...
@@ -466,7 +466,7 @@ const prod_brand_config = {
},
//2021 柏草日记
2021
:
{
appId
:
'wx0eb4c0bc80001e2'
,
appId
:
'wx0eb4c0bc80001e2
5
'
,
tunnelToken
:
'e7d05514b45056ee26fe04ca2c973cbf'
,
brandId
:
2021
,
plusIsOpen
:
true
,
...
...
src/project.config.json
View file @
4b4ec0cd
...
...
@@ -129,7 +129,7 @@
"id"
:
13
,
"name"
:
"subPage"
,
"pathName"
:
"subPackage/page/pages/subPage/subPage"
,
"query"
:
"pageId=
106&t=cKG2AoWZ00
"
,
"query"
:
"pageId=
73
"
,
"scene"
:
null
},
{
...
...
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