| | |
| | | |
| | | <style> |
| | | /*æ¯ä¸ªé¡µé¢å
Œ
±css */ |
| | | |
| | | </style> |
| | |
| | | "navigationStyle":"custom",//䏿¾ç¤ºå¤´é¨ |
| | | "navigationBarTitleText": "ç¾é£å¤å" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/wxkf/index", |
| | | "style": { |
| | | "navigationStyle":"custom",//䏿¾ç¤ºå¤´é¨ |
| | | "navigationBarTitleText": "微信客æ" |
| | | } |
| | | } |
| | | ], |
| | | "globalStyle": { |
| | | "navigationBarTextStyle": "black", |
| | | "navigationBarTitleText": "uni-app", |
| | | "navigationBarTitleText": "大è¿å®", |
| | | "navigationBarBackgroundColor": "#F8F8F8", |
| | | "backgroundColor": "#F8F8F8" |
| | | }, |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <view class="main-cont"> |
| | | <view class="txt-sty" style="margin-top: 4rem;"> |
| | | <image class="head-img" :src="wxhead"></image> |
| | | </view> |
| | | <view class="txt-sty head-txt"> |
| | | 微信å·ï¼{{wxtxt}} |
| | | </view> |
| | | <view class="txt-sty"> |
| | | <image :src="wxImg" class="ercode-img"></image> |
| | | </view> |
| | | <view class="txt-sty" style="font-weight: 700; margin-top: 1rem;">é¿æäºç»´ç ï¼æ·»å 微信享å伿 </view> |
| | | </view> |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | data() { |
| | | return { |
| | | wxImg: 'https://img.ushopvip.com/dfg/wxcode.png', |
| | | wxhead: 'https://img.ushopvip.com/dfg/dfgapplogo.png', |
| | | wxtxt: 'sedws22' |
| | | } |
| | | }, |
| | | onLoad() { |
| | | |
| | | }, |
| | | methods: { |
| | | |
| | | |
| | | }, |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | .txt-sty{ |
| | | text-align: center; |
| | | } |
| | | .main-cont { |
| | | |
| | | } |
| | | .head-txt{ |
| | | margin: 0.4rem 0 2rem 0; |
| | | } |
| | | |
| | | .head-img { |
| | | width: 5rem; |
| | | height: 5rem; |
| | | } |
| | | .ercode-img{ |
| | | width: 16rem; |
| | | height: 16rem; |
| | | } |
| | | </style> |