Browse Source

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

李妹妹 1 day ago
parent
commit
d0aef371b5
3 changed files with 2 additions and 3 deletions
  1. 1 1
      pages_course/video.vue
  2. 1 1
      pages_course/videovip.vue
  3. 0 1
      pages_index/courseDetail.vue

+ 1 - 1
pages_course/video.vue

@@ -397,7 +397,7 @@
 						<image src="/static/images/more24.png" @click="showMore"></image>
 						<image src="/static/images/more24.png" @click="showMore"></image>
 						<view class="tips">更多</view>
 						<view class="tips">更多</view>
 					</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">
 					<view class="more-box" v-if="showTreatment==0">
 						<image  @click="showCart"  src="/static/images/cart.png"></image>
 						<image  @click="showCart"  src="/static/images/cart.png"></image>
 						<view class="tips">去下单</view>
 						<view class="tips">去下单</view>

+ 1 - 1
pages_course/videovip.vue

@@ -378,7 +378,7 @@
 						<image src="/static/images/more24.png" @click="showMore"></image>
 						<image src="/static/images/more24.png" @click="showMore"></image>
 						<view class="tips">更多</view>
 						<view class="tips">更多</view>
 					</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">
 					<view class="more-box" v-if="showTreatment==0">
 						<image  @click="showCart"  src="/static/images/cart.png"></image>
 						<image  @click="showCart"  src="/static/images/cart.png"></image>
 						<view class="tips">去下单</view>
 						<view class="tips">去下单</view>

+ 0 - 1
pages_index/courseDetail.vue

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