Commit 4b4ec0cd by 谢中龙

修改plus布局

parent 54ed688b
...@@ -7,8 +7,7 @@ ...@@ -7,8 +7,7 @@
wx:for="{{skuVOList}}" wx:for="{{skuVOList}}"
wx:for-index="idx" wx:for-index="idx"
wx:for-item="navItem" wx:for-item="navItem"
wx:key="idx" wx:key="idx">
>
<view <view
class="scroll-view-item {{currentTab == idx ?'poster-active':''}}" class="scroll-view-item {{currentTab == idx ?'poster-active':''}}"
data-current="{{idx}}" data-current="{{idx}}"
...@@ -19,8 +18,7 @@ ...@@ -19,8 +18,7 @@
data-price="{{navItem.price}}" data-price="{{navItem.price}}"
bindtap="switchNav" bindtap="switchNav"
style="{{currentTab == idx ? 'background-image: url('+ plusBgi.activeUrl +');' : 'background-image: url('+ plusBgi.inactiveUrl +');'}}" 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"> <view class="plus-choose">
<text wx:if="{{navItem.duration == 365}}">每月仅¥{{utils.numberFormat(navItem.price / 12)}}</text> <text wx:if="{{navItem.duration == 365}}">每月仅¥{{utils.numberFormat(navItem.price / 12)}}</text>
<text wx:else>每月仅¥{{utils.numberFormat(navItem.price / navItem.duration * 30)}}</text> <text wx:else>每月仅¥{{utils.numberFormat(navItem.price / navItem.duration * 30)}}</text>
......
...@@ -6,11 +6,12 @@ ...@@ -6,11 +6,12 @@
width: 100%; width: 100%;
display: flex; display: flex;
white-space: nowrap; white-space: nowrap;
/* box-sizing: border-box; */
box-sizing: border-box; box-sizing: border-box;
height: 226rpx; height: 226rpx;
position: fixed; position: fixed;
bottom: 88rpx; bottom: 88rpx;
padding: 36rpx 0 36rpx 30rpx; padding: 30rpx;
/* background-color: rgba(192, 154, 116, 0.2); */ /* background-color: rgba(192, 154, 116, 0.2); */
/* background-color: rgb(230,215,199); */ /* background-color: rgb(230,215,199); */
/* background: #ffffff; */ /* background: #ffffff; */
...@@ -20,6 +21,7 @@ ...@@ -20,6 +21,7 @@
.scroll-view_H { .scroll-view_H {
width: 100%; width: 100%;
text-align: center;
} }
.scroll-view-item { .scroll-view-item {
display: inline-block; display: inline-block;
......
...@@ -12,7 +12,7 @@ const PROJECT_ENV = 'test' // 生产 prod, 开发 dev, 测试 test , 测试门 ...@@ -12,7 +12,7 @@ const PROJECT_ENV = 'test' // 生产 prod, 开发 dev, 测试 test , 测试门
//2006 泰华 , wx40fec8944623c8b3 有直播 //门户 wx833d5ece112fc3fd //2006 泰华 , wx40fec8944623c8b3 有直播 //门户 wx833d5ece112fc3fd
//2007 多多一上 , wxf7bc302c51166dc0 有直播 //2007 多多一上 , wxf7bc302c51166dc0 有直播
//2012 悦芙媞 wxfe14ebde4a6eea3d 有直播 //2012 悦芙媞 wxfe14ebde4a6eea3d 有直播
//2021 柏草日记 wx0eb4c0bc80001e2 //2021 柏草日记 wx0eb4c0bc80001e25
//2008 雪岛书屋 wx207f8a95bbc9d3ab //2008 雪岛书屋 wx207f8a95bbc9d3ab
//2003 苏州邻里 , wxe7770946f9d93d38 //2003 苏州邻里 , wxe7770946f9d93d38
...@@ -466,7 +466,7 @@ const prod_brand_config = { ...@@ -466,7 +466,7 @@ const prod_brand_config = {
}, },
//2021 柏草日记 //2021 柏草日记
2021: { 2021: {
appId: 'wx0eb4c0bc80001e2', appId: 'wx0eb4c0bc80001e25',
tunnelToken: 'e7d05514b45056ee26fe04ca2c973cbf', tunnelToken: 'e7d05514b45056ee26fe04ca2c973cbf',
brandId: 2021, brandId: 2021,
plusIsOpen: true, plusIsOpen: true,
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
"id": 13, "id": 13,
"name": "subPage", "name": "subPage",
"pathName": "subPackage/page/pages/subPage/subPage", "pathName": "subPackage/page/pages/subPage/subPage",
"query": "pageId=106&t=cKG2AoWZ00", "query": "pageId=73",
"scene": null "scene": null
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment