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
c07e7d13
Commit
c07e7d13
authored
Sep 11, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plus
parent
eb8c120b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
15 deletions
+2
-15
plus.js
src/component/plus/plus.js
+0
-13
plus.wxml
src/component/plus/plus.wxml
+2
-2
No files found.
src/component/plus/plus.js
View file @
c07e7d13
...
@@ -41,7 +41,6 @@ Component({
...
@@ -41,7 +41,6 @@ Component({
wx
.
showLoading
({
wx
.
showLoading
({
title
:
'加载中'
title
:
'加载中'
})
})
wxService
.
request
({
wxService
.
request
({
url
:
app
.
globalData
.
ctx
+
'/sale/premium/query'
,
url
:
app
.
globalData
.
ctx
+
'/sale/premium/query'
,
header
:
{
header
:
{
...
@@ -57,18 +56,6 @@ Component({
...
@@ -57,18 +56,6 @@ Component({
wx
.
hideLoading
()
wx
.
hideLoading
()
}
}
})
})
// wxService.get(`/sale/premium/query`).then(res => {
// const { result, data } = res.data
// if (result == 0) {
// this.setData({
// skuVOList: data
// })
// }
// }).finally(() => {
// })
},
},
_getUserInfo
(
res
=
{})
{
_getUserInfo
(
res
=
{})
{
const
userInfo
=
res
.
detail
||
{}
const
userInfo
=
res
.
detail
||
{}
...
...
src/component/plus/plus.wxml
View file @
c07e7d13
<!--component/plus/plus.wxml-->
<!--component/plus/plus.wxml-->
<view class="plus-wrap" wx:if="{{skuList}}">
<view class="plus-wrap" wx:if="{{sku
VO
List}}">
<scroll-view scroll-x class="scroll-view_H" scroll-with-animation="{{true}}">
<scroll-view scroll-x class="scroll-view_H" scroll-with-animation="{{true}}">
<block
<block
wx:for="{{skuList}}"
wx:for="{{sku
VO
List}}"
wx:for-index="idx"
wx:for-index="idx"
wx:for-item="navItem"
wx:for-item="navItem"
wx:key="idx"
wx:key="idx"
...
...
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