Browse Source

美博会

yuwenjun 4 năm trước cách đây
mục cha
commit
c0a6b46be1

+ 1 - 1
components/cm-module/activity/activity_01.vue

@@ -4,7 +4,7 @@
 			<image src="http://static.caimei365.com/app/meibohui/app/activity-pop.png" mode="" @click.stop="handleClick"></image>
 			<text class="iconfont icon-2guanbi" @click.stop="handleClickCancel"></text>
 		</view>
-	</view>
+	</view> 
 </template>
 
 <script>

+ 1 - 1
components/cm-module/pcitureTemplate/templateA.vue

@@ -11,7 +11,7 @@
 			>
 				<swiper-item class="clearfix" v-for="(list,index1) in productList" :key="index1">
 					<view class="img-box" v-for="(product,index2) in list" :key="index2" @click="navigaitionTo(product)">
-						<image :src="product.appletsImage" mode="aspectFill"></image>
+						<image :src="product.appletsImage" ></image>
 					</view>
 				</swiper-item>
 			</swiper>

+ 1 - 1
components/cm-module/pcitureTemplate/templateB.vue

@@ -11,7 +11,7 @@
 			>
 				<swiper-item class="clearfix" v-for="(list,index1) in productList" :key="index1">
 					<view class="img-box"  v-for="(product,index2) in list" :key="index2" @click="navigaitionTo(product)">
-						<image :src="product.appletsImage" mode="aspectFill"></image>
+						<image :src="product.appletsImage" ></image>
 					</view>
 				</swiper-item>
 			</swiper>

+ 1 - 1
components/cm-module/pcitureTemplate/templateC.vue

@@ -1,7 +1,7 @@
 <template>
 	<scroll-view scroll-x="true" class="picture">
 		<view class="section" v-for="(item , index) in productList" @click="navigaitionTo(item)">
-			<image :src="item.appletsImage" mode="heightFix"></image>
+			<image :src="item.appletsImage" ></image>
 		</view>
 	</scroll-view>
 </template>

+ 1 - 1
components/cm-module/pcitureTemplate/templateD.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="picture">
 		<view class="section" v-for="(item,index) in productList" :key="index" @click="navigaitionTo(item)">
-			<image :src="item.appletsImage" mode="widthFix"></image>
+			<image :src="item.appletsImage" ></image>
 		</view>
 	</view>
 </template>

+ 1 - 1
components/cm-module/pcitureTemplate/templateE.vue

@@ -11,7 +11,7 @@
 			>
 				<swiper-item class="clearfix"  v-for="(list,index1) in productList" :key="index1">
 					<view class="img-box"  v-for="(product,index2) in list" :key="index2" @click="navigaitionTo(product)">
-						<image :src="product.appletsImage" mode="aspectFill"></image>
+						<image :src="product.appletsImage" ></image>
 					</view>
 				</swiper-item>
 			</swiper>

+ 1 - 1
components/cm-module/pcitureTemplate/templateF.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="picture">
 		<view class="section" v-for="(item,index) in productList" :key="index" @click="navigaitionTo(item)">
-			<image :src="item.appletsImage" mode="heightFix"></image>
+			<image :src="item.appletsImage" ></image>
 		</view>
 	</view>
 </template>

+ 1 - 1
pages/tabBar/home/index.vue

@@ -159,7 +159,7 @@
 				})
 			},
 			handleClick(data){
-				const pageId = 305
+				const pageId = 306
 				this.$api.navigateTo(`/h5/pages/activity/activity-topic?linkId=${pageId}`)
 				this.$store.commit('setActivity',data)
 				uni.setStorageSync('lockTime',Date.now())