|
|
@@ -1,12 +1,12 @@
|
|
|
<swiper current="{{ currentIndex }}" indicator-dots="{{false}}" vertical="true" class="firstConainer">
|
|
|
-<!-- || !showBuyer || !showGender || showArea || showSchool || showGradeClass || showClass -->
|
|
|
+ <!-- || !showBuyer || !showGender || showArea || showSchool || showGradeClass || showClass -->
|
|
|
<swiper-item wx:if="{{ !popupShow }}">
|
|
|
<view class="pageContainer firstPageContainer">
|
|
|
<navigation-bar title="器乐数字AI工具" back="{{false}}"></navigation-bar>
|
|
|
<swiper indicator-dots="{{false}}" class="fistSwiperSection" previous-margin="78rpx" next-margin="78rpx" bindchange="onFirstChange">
|
|
|
<swiper-item wx:for="{{firstImgList}}" wx:key="index">
|
|
|
<view class="swiper-item {{ firstCurrent == index ? 'current' : '' }}">
|
|
|
- <image data-src="{{ item }}" src="{{ item }}"></image>
|
|
|
+ <image data-src="{{ item }}" mode="widthFix" src="{{ item }}"></image>
|
|
|
</view>
|
|
|
</swiper-item>
|
|
|
</swiper>
|
|
|
@@ -96,7 +96,7 @@
|
|
|
<!-- wx:if="{{popupShow}}" -->
|
|
|
<!-- <view class="popup-mask" bind:tap="onClose"></view> -->
|
|
|
<scroll-view class="popup-container" bounces="false" scroll-y="true" type="list">
|
|
|
-
|
|
|
+
|
|
|
<view class="popup-scroll">
|
|
|
<image src="https://oss.dayaedu.com/ktyq/1739242193106.png" mode="widthFix" class="top-vip-img"></image>
|
|
|
<!-- 添加权益人 -->
|
|
|
@@ -132,7 +132,7 @@
|
|
|
<view class="desc">乐器搭配<text>(非必选)</text></view>
|
|
|
<view class="goodsList">
|
|
|
<view wx:for="{{ instrumentList }}" wx:key="index" class="goodsItem {{ item.id == selectInstrumentId ? 'selected' : '' }}" bind:tap="onSelectInstrument" data-id="{{ item.id }}">
|
|
|
- {{ item.name }} <text>¥{{ item.showSalePrice }}</text>
|
|
|
+ {{ item.name }}<text>¥{{ item.showSalePrice }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -147,10 +147,10 @@
|
|
|
<text class="priceZ">{{ formatSelectGood.integerPart || 0 }}</text>
|
|
|
<text class="priceF">.{{ formatSelectGood.decimalPart || '00' }}</text>
|
|
|
</view>
|
|
|
- <text class="line">|</text>原价 ¥ {{ formatSelectGood.originalPrice }}
|
|
|
+ <text class="line">|</text>原价 ¥{{ formatSelectGood.showOriginalPrice }}
|
|
|
<block wx:if="{{ formatSelectGood.originalPrice > formatSelectGood.salePrice }}">
|
|
|
<text class="line">|</text>
|
|
|
- <text>优惠 ¥ {{ formatSelectGood.discountPrice }}</text>
|
|
|
+ <text>优惠 ¥{{ formatSelectGood.discountPrice }}</text>
|
|
|
</block>
|
|
|
</view>
|
|
|
|
|
|
@@ -173,7 +173,10 @@
|
|
|
<image src="./images/icon-back.png" class="icon-close-pop" bind:tap="onCloseBuyer" />
|
|
|
<view class="container-pop">
|
|
|
<view class="pop-address-title">享用者信息</view>
|
|
|
- <view class="section">
|
|
|
+ <!-- <view class="section">
|
|
|
+
|
|
|
+ </view> -->
|
|
|
+ <scroll-view class="section" bounces="false" scroll-y="true" type="list">
|
|
|
<view class="section-content">
|
|
|
<van-field label="姓名" model:value="{{ name }}" maxlength="15" placeholder="请填写享用者姓名" />
|
|
|
<van-field label="电话号码" model:value="{{ phone }}" maxlength="11" type="number" placeholder="请填写电话号码" />
|
|
|
@@ -185,7 +188,8 @@
|
|
|
<van-field value="{{ currentGradeTxt }}" label="所在年级" placeholder="请选择所在年级" is-link readonly bind:tap="onSelectGradeClass" />
|
|
|
<van-field value="{{ currentClassTxt }}" label="所在班级" placeholder="请选择所在年级" is-link readonly bind:tap="onSelectClass" />
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </scroll-view>
|
|
|
+
|
|
|
|
|
|
<view class="pop-btn-group">
|
|
|
<button disabled="{{ buyerLoading }}" class="submit-btn" bind:tap="onSubmitBuyer">保存信息</button>
|