You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
566 B
24 lines
566 B
<template>
|
|
<view id="about">
|
|
<view class="logo">
|
|
<image src="https://cdn.ibrand.cc/%E6%9E%9C%E9%85%B1.jpg"></image>
|
|
</view>
|
|
<view class="erweima">
|
|
<image src="https://cdn.ibrand.cc/1e31e9c0c6221525d9fe9be1f92dfdf.png"></image>
|
|
</view>
|
|
<view class="down">
|
|
扫描二维码, 您的朋友也可以下载果酱客户端!
|
|
</view>
|
|
<view class="copy-right">
|
|
Copyright@2019-2020
|
|
<view>果酱社区 版权所有</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style rel="stylesheet/less" lang="less">
|
|
@import "about";
|
|
</style>
|