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
09d7838a
Commit
09d7838a
authored
Aug 31, 2019
by
赵雅纹
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_7.1.0' into feature-zyw-sc
parents
c68bef94
3bb6dbd4
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
10 deletions
+21
-10
attention.js
src/component/attention/attention.js
+0
-8
attention.wxml
src/component/attention/attention.wxml
+2
-1
plus.wxss
src/component/plus/plus.wxss
+1
-1
tabSort.js
src/component/tabSort/tabSort.js
+16
-0
extendProduct.json
src/pages/extendProduct/extendProduct.json
+2
-0
No files found.
src/component/attention/attention.js
View file @
09d7838a
...
@@ -29,14 +29,6 @@ Component({
...
@@ -29,14 +29,6 @@ Component({
* 组件的方法列表
* 组件的方法列表
*/
*/
methods
:
{
methods
:
{
// 组件加载成功时触发
handelLoad
(
e
)
{
console
.
log
(
'成功'
,
e
)
},
// 组件加载失败时触发
handelErr
(
e
)
{
console
.
log
(
'失败'
,
e
)
},
handelTo
(
e
)
{
handelTo
(
e
)
{
const
ev
=
e
.
currentTarget
.
dataset
;
const
ev
=
e
.
currentTarget
.
dataset
;
let
redirectId
=
ev
.
redirectId
let
redirectId
=
ev
.
redirectId
...
...
src/component/attention/attention.wxml
View file @
09d7838a
...
@@ -7,6 +7,6 @@
...
@@ -7,6 +7,6 @@
<view class="attention-right">关注</view>
<view class="attention-right">关注</view>
</view>-->
</view>-->
<view class="attention" style="background-image:url({{baseImgUrl}}{{focusWx.imageUrl}})" data-redirectId="{{focusWx.redirectId}}" bindtap="handelTo">
<view class="attention" style="background-image:url({{baseImgUrl}}{{focusWx.imageUrl}})" data-redirectId="{{focusWx.redirectId}}" bindtap="handelTo">
<official-account style="width:100%;height:168rpx;"
bindload="handelLoad" binderror="handelErr"
>
<official-account style="width:100%;height:168rpx;">
</official-account>
</official-account>
</view>
</view>
\ No newline at end of file
src/component/plus/plus.wxss
View file @
09d7838a
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
position: fixed;
position: fixed;
bottom: 88rpx;
bottom: 88rpx;
padding: 36rpx 0 36rpx 30rpx;
padding: 36rpx 0 36rpx 30rpx;
background-color:
#C09A74
;
background-color:
rgba(192, 154, 116, 0.2)
;
}
}
.scroll-view_H {
.scroll-view_H {
...
...
src/component/tabSort/tabSort.js
View file @
09d7838a
...
@@ -25,6 +25,22 @@ Component({
...
@@ -25,6 +25,22 @@ Component({
currentTab
:
99
,
currentTab
:
99
,
isAuthorization
:
false
,
// false 不显示 true 显示
isAuthorization
:
false
,
// false 不显示 true 显示
},
},
/*组件所在页面的生命周期 */
pageLifetimes
:
{
show
:
function
()
{
// 页面被展示
this
.
setData
({
currentTab
:
99
})
},
hide
:
function
()
{
// 页面被隐藏
this
.
setData
({
currentTab
:
99
})
},
},
/**
/**
* 组件的方法列表
* 组件的方法列表
*/
*/
...
...
src/pages/extendProduct/extendProduct.json
View file @
09d7838a
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
"navigationBarTitleText"
:
"推广商品"
,
"navigationBarTitleText"
:
"推广商品"
,
"usingComponents"
:
{
"usingComponents"
:
{
"card-modal"
:
"/component/cardModal/cardModal"
,
"card-modal"
:
"/component/cardModal/cardModal"
,
"share-modal"
:
"/component/shareModal/shareModal"
,
"go-home"
:
"/component/goHome/goHome"
"go-home"
:
"/component/goHome/goHome"
}
}
}
}
\ No newline at end of file
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