Ver código fonte

Signed-off-by: 李妹妹 <1639016684@qq.com>

李妹妹 1 dia atrás
pai
commit
d0aef371b5

+ 1 - 1
pages_course/video.vue

@@ -397,7 +397,7 @@
 						<image src="/static/images/more24.png" @click="showMore"></image>
 						<view class="tips">更多</view>
 					</view>
-					<image class="xianshi" v-if="displayProductList.length>0&&!cardPopup" src="/static/images/xg.png"></image>
+					<image class="xianshi" v-if="showTreatment==0&&displayProductList.length>0&&!cardPopup" src="/static/images/xg.png"></image>
 					<view class="more-box" v-if="showTreatment==0">
 						<image  @click="showCart"  src="/static/images/cart.png"></image>
 						<view class="tips">去下单</view>

+ 1 - 1
pages_course/videovip.vue

@@ -378,7 +378,7 @@
 						<image src="/static/images/more24.png" @click="showMore"></image>
 						<view class="tips">更多</view>
 					</view>
-					<image class="xianshi" v-if="displayProductList.length>0&&!cardPopup" src="/static/images/xg.png"></image>
+					<image class="xianshi" v-if="showTreatment==0&&displayProductList.length>0&&!cardPopup" src="/static/images/xg.png"></image>
 					<view class="more-box" v-if="showTreatment==0">
 						<image  @click="showCart"  src="/static/images/cart.png"></image>
 						<view class="tips">去下单</view>

+ 0 - 1
pages_index/courseDetail.vue

@@ -15,7 +15,6 @@
 				:poster="poster"
 				id="video-content-box"
 				controls
-				:autoplay="true"
 				:auto-pause-if-open-native="true"
 				:auto-pause-if-navigate="true"
 				:enable-progress-gesture="false"