Commit e5a4faef by 施宇

11

parent ec22d600
...@@ -141,7 +141,7 @@ Page({ ...@@ -141,7 +141,7 @@ Page({
onShareAppMessage: function () { onShareAppMessage: function () {
}, },
goBj: function () { go_bj: function () {
if (this.data.total == 3) { if (this.data.total == 3) {
wx.showToast({ wx.showToast({
title: '报价次数为0', title: '报价次数为0',
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
</view> </view>
</view> </view>
<view class="bj-btn-view" wx:if="{{priceList}}"> <view class="bj-btn-view" wx:if="{{priceList}}">
<view class="btn-com bj-btn {{total!=3?'btn-com-b':'btn-com-disable'}}" bindtap="goBj"> <view id="bjBth" class="btn-com bj-btn {{total!=3?'btn-com-b':'btn-com-disable'}}" bindtap="go_bj">
<block wx:if="{{total == 3}}"> <block wx:if="{{total == 3}}">
剩余0次 剩余0次
</block> </block>
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<view class=" row bothSide verCenter advs-content-parent"> <view class=" row bothSide verCenter advs-content-parent">
<view class="advs-content"> <view class="advs-content">
<swiper vertical="true" circular="true" interval="2000" autoplay display-multiple-items='{{multiple}}' style="height:{{multiple==1?'55rpx':'110rpx'}}"> <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"> <view class="adv row verCenter">
<text class="adv-mark">询价</text> <text class="adv-mark">询价</text>
<text class="adv-num ellipsis">{{item.goods_name||'--'}}</text> <text class="adv-num ellipsis">{{item.goods_name||'--'}}</text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment