|
@@ -30,11 +30,6 @@
|
|
</view>
|
|
</view>
|
|
</swiper-item>
|
|
</swiper-item>
|
|
</swiper>
|
|
</swiper>
|
|
- <!-- https://oss.dayaedu.com/ktyq/1731664204915.png
|
|
|
|
- https://oss.dayaedu.com/ktyq/1731664238525.png
|
|
|
|
- https://oss.dayaedu.com/ktyq/1731664250837.png
|
|
|
|
- https://oss.dayaedu.com/ktyq/1731664259087.png
|
|
|
|
- https://oss.dayaedu.com/ktyq/1731664269098.png -->
|
|
|
|
|
|
|
|
<view class="shop-section">
|
|
<view class="shop-section">
|
|
<view class="showPrice">
|
|
<view class="showPrice">
|
|
@@ -78,7 +73,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="bottom-section">
|
|
<view class="bottom-section">
|
|
- <view class="orders">
|
|
|
|
|
|
+ <view class="orders" bind:tap="onOrder">
|
|
<image src="./images/icon-order.png" />
|
|
<image src="./images/icon-order.png" />
|
|
<text>订单</text>
|
|
<text>订单</text>
|
|
</view>
|
|
</view>
|
|
@@ -86,5 +81,37 @@
|
|
<button bind:tap="onBuyShop" type="primary">立即购买</button>
|
|
<button bind:tap="onBuyShop" type="primary">立即购买</button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
|
|
+ <view class="popup-section" wx:if="{{popupShow}}">
|
|
|
|
+ <view class="popup-mask"></view>
|
|
|
|
+ <view class="popup-container">
|
|
|
|
+ <image bind:tap="onClose" src="./images/icon-close.png" class="iconClose"></image>
|
|
|
|
+
|
|
|
|
+ <view class="product-section">
|
|
|
|
+ <view class="product-img">
|
|
|
|
+ <image src="https://oss.dayaedu.com/ktyq/1731664204915.png"></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="product-left">
|
|
|
|
+ <view class="currentPrice">
|
|
|
|
+ <text class="stuff">¥</text>
|
|
|
|
+ <text class="priceZ">356</text>
|
|
|
|
+ <text class="priceF">.00</text>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="originPrice">¥400.00</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class="goodsInfo">
|
|
|
|
+ <view class="desc">规格</view>
|
|
|
|
+ <view class="goodsList">
|
|
|
|
+ <view class="goodsItem">1年卡</view>
|
|
|
|
+ <view class="goodsItem selected">3年卡</view>
|
|
|
|
+ <view class="goodsItem nosale">无限卡<image src="./images/nosale.png"></image></view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <button type="primary">立即购买</button>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</scroll-view>
|
|
</scroll-view>
|