aboutme.wxml
1.1 KB
<!--pages/aboutme/aboutme.wxml-->
<import src="../../wxParse/wxParse.wxml" />
<view class='about'>
<view class='about_logo'>
<!-- <image src='http://bronet.wangshuwen.com/03da97edfb8f3bcd2a600d3cbcee5bb@2x.png'></image> -->
<image src='{{aboutus.logo}}'></image>
</view>
<view class='about_title'>口袋教案</view>
<view class='about_mian'>
<view class='about_miantitle'>公司简介:</view>
<view class="companytext">
<template is='wxParse' data='{{wxParseData:content.nodes}}' />
</view>
</view>
</view>
<view class='about_item' wx:if="{{aboutus.tel!=''}}">
<view class='about_img'>
<image src='http://bronet.wangshuwen.com/oiuoukkl@2x.png'></image>
</view>
<view>{{aboutus.tel}}</view>
</view>
<view class='about_item' wx:if="{{aboutus.qq!=''}}">
<view class='about_img'>
<image src='http://bronet.wangshuwen.com/yuiuopo@2x.png'></image>
</view>
<view>{{aboutus.qq}}</view>
</view>
<view class='about_item' wx:if="{{aboutus.we_chat!=''}}">
<view class='about_img'>
<image src='http://bronet.wangshuwen.com/uioyutree@2x.png'></image>
</view>
<view>{{aboutus.we_chat}}</view>
</view>