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
e5a4faef
authored
Aug 13, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
11
parent
ec22d600
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
pages/list/bj/index.js
pages/list/bj/index.wxml
pages/tab/home/home.wxml
pages/list/bj/index.js
View file @
e5a4faef
...
...
@@ -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 @
e5a4faef
...
...
@@ -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/tab/home/home.wxml
View file @
e5a4faef
...
...
@@ -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