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
7b4f875e
authored
Aug 14, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://119.23.72.7/shiyu/icsalesProgram
parents
5bbc609b
3ab0f858
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
pages/list/bj/index.js
pages/list/bj/index.wxml
pages/search/index/index.wxml
pages/tab/home/home.wxml
pages/list/bj/index.js
View file @
7b4f875e
...
...
@@ -141,7 +141,7 @@ Page({
onShareAppMessage
:
function
()
{
},
go
B
j
:
function
()
{
go
_b
j
:
function
()
{
if
(
this
.
data
.
total
==
3
)
{
wx
.
showToast
({
title
:
'报价次数为0'
,
...
...
pages/list/bj/index.wxml
View file @
7b4f875e
...
...
@@ -73,7 +73,7 @@
</view>
</view>
<view class="bj-btn-view" wx:if="{{priceList}}">
<view
class="btn-com bj-btn {{total!=3?'btn-com-b':'btn-com-disable'}}" bindtap="goB
j">
<view
id="bjBth" class="btn-com bj-btn {{total!=3?'btn-com-b':'btn-com-disable'}}" bindtap="go_b
j">
<block wx:if="{{total == 3}}">
剩余0次
</block>
...
...
pages/search/index/index.wxml
View file @
7b4f875e
...
...
@@ -7,7 +7,7 @@
<view class="rm_search" wx:if="{{rmList.length}}">
<text class="title beforeLine">热门搜索</text>
<view class="rm_ls_content row" >
<view class="search-item" wx:for="{{rmList}}" wx:key="
*this
" bindtap="toSearch" data-title="{{item.title}}">{{item.title}}</view>
<view class="search-item" wx:for="{{rmList}}" wx:key="
{{index}}
" bindtap="toSearch" data-title="{{item.title}}">{{item.title}}</view>
</view>
</view>
<view class="ls_search" wx:if="{{historyList.length}}">
...
...
@@ -16,7 +16,7 @@
<text class="icon iconfont iconiconxiantiaoshouji7" bindtap="deleteHistory"></text>
</view>
<view class="rm_ls_content row">
<view class="search-item" wx:for="{{historyList}}" wx:key="
*this
" bindtap="toSearch" data-title="{{item}}">{{item}}</view>
<view class="search-item" wx:for="{{historyList}}" wx:key="
{{index}}
" bindtap="toSearch" data-title="{{item}}">{{item}}</view>
</view>
</view>
...
...
pages/tab/home/home.wxml
View file @
7b4f875e
...
...
@@ -28,7 +28,7 @@
<view class=" row bothSide verCenter advs-content-parent">
<view class="advs-content">
<swiper vertical="true" circular="true" interval="2000" autoplay display-multiple-items='{{multiple}}' style="height:{{multiple==1?'55rpx':'110rpx'}}">
<swiper-item wx:for="{{xjList}}" wx:key="
*this
">
<swiper-item wx:for="{{xjList}}" wx:key="
{{index}}
">
<view class="adv row verCenter">
<text class="adv-mark">询价</text>
<text class="adv-num ellipsis">{{item.goods_name||'--'}}</text>
...
...
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