Browse Source

fix:价格显示

xuqiaoying 3 năm trước cách đây
mục cha
commit
4f48e484cd

+ 2 - 2
pages2/bank/detail.vue

@@ -12,8 +12,8 @@
 					<view class="prices">
 						<!-- <text class="price_sym"></text> -->
 						<text class="price_word">¥ {{ goodsData.standPrice }}</text>
-						<text v-if="item.linePrice" class="sale"> ¥ </text>
-						<text v-if="item.linePrice" class="price_line"> {{ goodsData.linePrice }}</text>
+						<text v-if="goodsData.linePrice" class="sale"> ¥ </text>
+						<text v-if="goodsData.linePrice" class="price_line"> {{ goodsData.linePrice }}</text>
 					</view>
 					<view class="noteTag">
 						<!-- 共 <text class="blackFont">{{ goodsData.chapterNum }} 张卷 {{goodsData || '-'}}</text> 道题 -->

+ 2 - 2
pages3/course/detail.vue

@@ -32,8 +32,8 @@
 						<view class="prices">
 							<!-- <text class="price_sym">¥</text> -->
 							<text class="price_word">¥ {{ detail.standPrice }}</text>
-							<text v-if="item.linePrice" class="sale"> ¥ </text>
-							<text v-if="item.linePrice" class="price_line"> {{detail.linePrice }}</text>
+							<text v-if="detail.linePrice" class="sale"> ¥ </text>
+							<text v-if="detail.linePrice" class="price_line"> {{detail.linePrice }}</text>
 						</view>
 						<view class="noteTag">
 							<!-- <image src="/static/icon/wk_icon1.png" class="wk_icon"></image> -->

+ 3 - 3
pages5/mockExam/examApply.vue

@@ -65,7 +65,7 @@
                 <view class="items">
                     <view class="item_title">
                         <text class="star_red">*</text>
-                        <text class="number">05</text>
+                        <text class="number">04</text>
                         <text class="category">手机号码</text>
                     </view>
                     <u-form-item label=" " label-width="74" prop="userPhone" :border-bottom='false'>
@@ -78,7 +78,7 @@
                 <view class="items">
                     <view class="item_title">
                         <text class="star_red">*</text>
-                        <text class="number">06</text>
+                        <text class="number">05</text>
                         <text class="category">报考科目</text>
                     </view>
                     <u-form-item label=" " label-width="74" prop="userMajors" :border-bottom='false'>
@@ -212,7 +212,7 @@ export default {
                             let data = res.data.data
                             uni.navigateTo({
                                 url: '/pages5/mockExam/registrationSuccess?endTime=' + data.endTime + '&startTime=' + data.startTime 
-                                + '&activityId' + this.activityId
+                                + '&activityId=' + this.activityId
                             })
                         }
                     }).catch((err) => {

+ 3 - 3
pages5/mockExam/registrationSuccess.vue

@@ -79,14 +79,14 @@
         </view> -->
         <view class="activity_phone">
             <view class="titles">活动咨询电话</view>
-            <view class="phone_num">020-87085982 / 87085983</view>
+            <view class="phone_num">020-87085982 / 18565459156</view>
         </view>
         <view class="exam_entry">
             参加本次活动,请添加此次活动专属微信号
             <!-- <text class="entrys">考试入口:</text>请进入祥粤云学堂小程序或者网站, 在个人中心找到模考功能进行考试。 -->
         </view>
 
-        <view class="course-list">
+        <view v-if="courseList.length" class="course_list">
             <view class="titles">
                 <image class="code" src="../static/act_icon.png" ></image>
                 <text class="title">推荐课程</text>
@@ -490,7 +490,7 @@ page {
     //     color: #FFFFFF;
     // }
 }
-.course-list {
+.course_list {
     // width: 100%;
     padding: 0rpx 32rpx;
     box-shadow: 0px 10rpx 9rpx 1rpx rgba(165, 196, 239, 0.1);