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
223d18fd
Commit
223d18fd
authored
Aug 29, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:cart&&tab 默认不选中
parent
f631237c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
20 deletions
+4
-20
cart_point.png
src/assets/imgs/7_1_0/08_22/cart_point.png
+0
-0
tabSort.js
src/component/tabSort/tabSort.js
+2
-1
tabSort.wxml
src/component/tabSort/tabSort.wxml
+2
-19
No files found.
src/assets/imgs/7_1_0/08_22/cart_point.png
0 → 100644
View file @
223d18fd
1.24 KB
src/component/tabSort/tabSort.js
View file @
223d18fd
...
@@ -21,7 +21,8 @@ Component({
...
@@ -21,7 +21,8 @@ Component({
* 组件的初始数据
* 组件的初始数据
*/
*/
data
:
{
data
:
{
currentTab
:
0
// currentTab: 0,
currentTab
:
99
,
},
},
/**
/**
* 组件的方法列表
* 组件的方法列表
...
...
src/component/tabSort/tabSort.wxml
View file @
223d18fd
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
<view class="scroll-view-right" bindtap="handelToCart" wx:if="{{categoryType.showQrcode == 2}}">
<view class="scroll-view-right" bindtap="handelToCart" wx:if="{{categoryType.showQrcode == 2}}">
<image
<image
class="right-img"
class="right-img"
src="/assets/imgs/7_1_0/
scancode
.png"
src="/assets/imgs/7_1_0/
08_22/cart_point
.png"
mode="widthFix"
mode="widthFix"
lazy-load="false"
lazy-load="false"
binderror=""
binderror=""
...
@@ -41,22 +41,5 @@
...
@@ -41,22 +41,5 @@
/>
/>
</view>
</view>
</view>
</view>
<!-- 页面内容 -->
<!--<view>
<swiper
current="{{currentTab}}"
duration="300"
bindchange="switchTab"
>
<swiper-item
wx:for="{{categorys}}"
wx:for-item="navItem"
wx:for-index="idx"
wx:key="idx"
class="tab-content-clock"
>
<view>{{navItem.label}}</view>
</swiper-item>
</swiper>
</view>-->
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