Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsalesProgram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4f17e2ae
authored
Oct 16, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
商品列表增加tips
parent
d6be35e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
pages/tab/good/good.js
pages/tab/good/good.wxml
pages/tab/good/good.js
View file @
4f17e2ae
...
...
@@ -21,6 +21,7 @@ Page({
confirmKey
:
""
,
isShowBottom
:
false
,
isFixed
:
false
,
isShowTip
:
true
},
/**
...
...
@@ -180,6 +181,11 @@ Page({
this
.
getData
();
}
},
closeTip
:
function
(){
this
.
setData
({
isShowTip
:
false
});
},
fbGood
:
function
()
{
wx
.
navigateTo
({
url
:
"/pages/form/good/index"
,
...
...
pages/tab/good/good.wxml
View file @
4f17e2ae
<!--pages/tab/good/good.wxml-->
<!-- <wxs module="dateUtil" src="../../../utils/timeUtil.wxs"></wxs> -->
<view class="good-view {{isFixed?'fixed-good-view':''}}">
<view class="tip row bothSide verCenter {{isShowTip?'':'noheight'}}">
<view class="tip-left row verCenter">
<text class="icon iconfont iconiconxiantiaoshouji12 tip-icon"></text>
<text class="tip-c">目前商品sku上限为2000条,超出部分将上传失败</text>
</view>
<text class="icon iconfont iconiconxiantiaoshouji13 close-icon" bindtap="closeTip"></text>
</view>
<view class="search-com {{isFixed?'search-com-fixed':''}}">
<text class="icon iconfont iconiconxiantiaoshouji8"></text>
<input placeholder='请输入芯片型号' placeholder-class="placeholderClass" bindinput="bindKeyInput" bindconfirm="bindKeyConfirm"></input>
...
...
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