htc 16 часов назад
Родитель
Сommit
4e3f963db7
1 измененных файлов с 10 добавлено и 6 удалено
  1. 10 6
      pagesHome/weixin.vue

+ 10 - 6
pagesHome/weixin.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
-	<view class="default_page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
-		<cus-header title='官方企业微信'></cus-header>
-		<image :src="imgBase+'add_weixin_bg.png'" mode="widthFix" :style="{'min-height':(h-mt)+'px'}"></image>
+	<view class="page adffc" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
+		<cus-header title='专业支持'></cus-header>
+		<image src="https://oss.familydaf.cn/sxsnfile/20260123/c8fe42bed88b43f3be27628a7eedf94a.png" mode="widthFix" @click="handleBuy"></image>
 	</view>
 	</view>
 </template>
 </template>
 
 
@@ -9,17 +9,21 @@
 	export default {
 	export default {
 		data(){
 		data(){
 			return {
 			return {
-				imgBase:this.$imgBase
+				
 			}
 			}
 		},
 		},
 		methods:{
 		methods:{
-			
+			handleBuy(){
+				uni.navigateToMiniProgram({
+					appId:'wx3d545d3ff0c1164d'
+				})
+			}
 		}
 		}
 	}
 	}
 </script>
 </script>
 
 
 <style scoped lang="scss">
 <style scoped lang="scss">
-	.default_page{
+	.page{
 		box-sizing: border-box;
 		box-sizing: border-box;
 		image{
 		image{
 			width: 100%;
 			width: 100%;