From a50a5b3b9a589356da21bfc55700d037e3f6dd27 Mon Sep 17 00:00:00 2001
From: Sanakey <714737083@qq.com>
Date: 星期六, 06 二月 2021 17:32:17 +0800
Subject: [PATCH] 团购相关功能更新

---
 pages/detailEvents/detailEvents.wxml |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pages/detailEvents/detailEvents.wxml b/pages/detailEvents/detailEvents.wxml
index eb59ffc..670c0f7 100644
--- a/pages/detailEvents/detailEvents.wxml
+++ b/pages/detailEvents/detailEvents.wxml
@@ -13,7 +13,7 @@
 		</block>
 	</swiper>
   <view class="detail-price">
-    <view class="des-price" wx:if="{{goodsItem.isShowPrice}}">{{goodsItem.CurrencySign}}{{goodsItem.Price}} 
+    <view class="des-price" wx:if="{{goodsItem.isShowPrice}}">{{goodsItem.CurrencySign}}{{goodsItem.Price}}
     <text class="des-sale-price" wx:if="{{goodsItem.isShowPrice&&goodsItem.Price!=goodsItem.SalesPrice&&goodsItem.SalesPrice!=0}}">{{goodsItem.CurrencySign}}{{goodsItem.SalesPrice}}</text>
     </view>
     <view class="contdown" wx:if="{{goodsItem.isStartupPanicBuying&&goodsItem.PanicBuyingStartTimeBalance>0}}">
@@ -164,6 +164,7 @@
     class="notice-bar"
     wx:if="{{goodsItem.isStartupPanicBuying}}"
     text="{{noticeText}}"
+		scrollable="{{false}}"
   />
   </view>
 	<view class="buy-nav">
@@ -176,7 +177,7 @@
 		<view wx:if="{{isPaidDeposit}}" class="now-buy bought" data-name="order">
 			宸茬粡鎶㈣喘
 		</view>
-    
+
 		<!-- <c-authorize-info style="width:100%;" wx:else bind:authorize="buyNow">
 			<view >66666666</view>
 			<view slot="content" class="now-buy" data-name="order">
@@ -191,7 +192,7 @@
 				鏀粯{{goodsItem.CurrencySign+goodsItem.DepositAmount||0}}绔嬪嵆鎶㈣
 			</view>
 		</c-authorize-phone>
-    
+
 		<!-- <button wx:else class="now-buy clear-btn" open-type="getUserInfo"  bindgetuserinfo="buyNow" data-name="order">
       鏀粯{{goodsItem.CurrencySign+goodsItem.DepositAmount||0}}绔嬪嵆鎶㈣
     </button> -->
@@ -208,4 +209,4 @@
 
 <c-contact></c-contact>
 
-<!-- <c-authorize-tel bind:getPhoneNumber="getPhoneNumber" wx:if="{{isPullTelephone&&!cltcode}}"></c-authorize-tel> -->
\ No newline at end of file
+<!-- <c-authorize-tel bind:getPhoneNumber="getPhoneNumber" wx:if="{{isPullTelephone&&!cltcode}}"></c-authorize-tel> -->

--
Gitblit v1.8.0