|
|
@@ -1,7 +1,7 @@
|
|
|
<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>
|
|
|
</template>
|
|
|
|
|
|
@@ -9,17 +9,21 @@
|
|
|
export default {
|
|
|
data(){
|
|
|
return {
|
|
|
- imgBase:this.$imgBase
|
|
|
+
|
|
|
}
|
|
|
},
|
|
|
methods:{
|
|
|
-
|
|
|
+ handleBuy(){
|
|
|
+ uni.navigateToMiniProgram({
|
|
|
+ appId:'wx3d545d3ff0c1164d'
|
|
|
+ })
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
- .default_page{
|
|
|
+ .page{
|
|
|
box-sizing: border-box;
|
|
|
image{
|
|
|
width: 100%;
|