20 lines
1.0 KiB
Plaintext
20 lines
1.0 KiB
Plaintext
<!--pages/about/index.wxml-->
|
|
<view class="padding">
|
|
<view class="row padding">
|
|
<view>
|
|
<view class="flex flex-center flex-justify-start">
|
|
<image src="https://res.catter.cn/pub/2025/09/30/20250930143142508.png" style="width: 100rpx;height: 100rpx;" />
|
|
<view class="ml-16">植趣 ZeeQ</view>
|
|
</view>
|
|
<view class="flex flex-center flex-col">
|
|
<image src="https://res.catter.cn/pub/2025/10/14/20251014110325332.jpg" style="width: 90vw; height: 90vw;" show-menu-by-longpress/>
|
|
<view>关注公众号,接收浇水、施肥等农事提醒</view>
|
|
<view class="mt-32 font-12 grey text-center">系统会根据您添加的花卉,自动生成浇水、施肥、修剪等提醒,您需要通过长按上面的二维码识别并关注我们的公众号,确保能接收消息提醒。</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="full-width flex flex-center mt-32">
|
|
<t-button theme="primary" shape="round" style="width: 80%;" bind:tap="goHome">返回我的花园</t-button>
|
|
</view>
|
|
</view> |