|
@@ -1,76 +1,59 @@
|
|
|
<import src="template/volunteer-template/volunteer-template.wxml" />
|
|
<import src="template/volunteer-template/volunteer-template.wxml" />
|
|
|
<import src="template/growth-template/growth-template.wxml" />
|
|
<import src="template/growth-template/growth-template.wxml" />
|
|
|
<view class="home">
|
|
<view class="home">
|
|
|
- <view style="width:100%;height:{{statusBarHeight}};"></view>
|
|
|
|
|
- <view class="diy-top" style="height:{{statusBarHeight}};padding-top:{{statusBarHeightTop}}">
|
|
|
|
|
- <!-- <image mode="widthFix" src="{{appAssetsUrl2+'wjxy/homelogo.png'}}" class="logo" style="line-height:{{statusBarHeight - 26}}" /> -->
|
|
|
|
|
- <image src="{{appAssetsUrl2}}new/logo.png" mode="widthFix" class="logo" style="line-height:{{statusBarHeight - 26}}"></image>
|
|
|
|
|
- <!-- <view class="right-word">
|
|
|
|
|
- <view class="box">
|
|
|
|
|
- <text class="left" style="margin-left: 0;">青雲慧</text>
|
|
|
|
|
- <text class="center">|</text>
|
|
|
|
|
- <text class="right">同城100000+</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="word2">有趣上进青年聚集地</view>
|
|
|
|
|
- </view> -->
|
|
|
|
|
-
|
|
|
|
|
- <view class="index-wrap-box">
|
|
|
|
|
- <view class="index-container">
|
|
|
|
|
- <view class='list-search'>
|
|
|
|
|
- <view class='temp'>
|
|
|
|
|
- <form class='temp-box' report-submit='true' bindsubmit=''>
|
|
|
|
|
- <view class='white-spaceone'>
|
|
|
|
|
- <image src="{{appAssetsUrl2}}new/ad.png" lazy-load="true" class='location'>
|
|
|
|
|
- </image>
|
|
|
|
|
- <!-- <image src="{{appAssetsUrl2+'wjxy/ad.png'}}" lazy-load="true" class='location urlTop'>
|
|
|
|
|
- </image> -->
|
|
|
|
|
- <!-- bindcolumnchange="cityPickerColumnChange" -->
|
|
|
|
|
- <picker mode="selector" bindchange="cityPickerChange" value="{{cityListIndex}}" range="{{cityListPickerData}}" range-key="name" style="display: inline-block;height: 30rpx;line-height: 10rpx;color: white;">
|
|
|
|
|
- <view class="picker">
|
|
|
|
|
- <text wx:if="{{cityListPickerData.length>0}}" form-type='submit' class='side'>{{currentCity.cityName}}</text>
|
|
|
|
|
- <text wx:else form-type='submit' class='side' style="color: white;">未知</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- </picker>
|
|
|
|
|
- <!-- <i class="iconfont1 icon-xiajiantou down-icon"></i> -->
|
|
|
|
|
- <image src="{{appAssetsUrl2}}new/xiala.png" mode="widthFix" class="xiala"></image>
|
|
|
|
|
- </view>
|
|
|
|
|
- </form>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class='list-search-box' bindtap="onBindFocus">
|
|
|
|
|
- <!-- <icon type="search" color="#cccccc" size="18" class='list-iconfont' /> -->
|
|
|
|
|
- <image src="{{appAssetsUrl2}}new/search-icon.png" mode="widthFix" class="search-icon"></image>
|
|
|
|
|
- <input placeholder="请输入关键字" disabled="{{true}}" />
|
|
|
|
|
|
|
+ <view style="background: linear-gradient(180deg, #e2eaff 0%, #F7F8FA 100%);">
|
|
|
|
|
+ <view style="width:100%;height:{{statusBarHeight}};"></view>
|
|
|
|
|
+ <view class="diy-top" style="height:{{statusBarHeight}};padding-top:{{statusBarHeightTop}}">
|
|
|
|
|
+ <view class="title">青雲慧</view>
|
|
|
|
|
+ <view class="index-wrap-box">
|
|
|
|
|
+ <view class="index-container">
|
|
|
|
|
+ <view class='list-search'>
|
|
|
|
|
+ <view class='temp'>
|
|
|
|
|
+ <form class='temp-box' report-submit='true' bindsubmit=''>
|
|
|
|
|
+ <view class='white-spaceone'>
|
|
|
|
|
+ <image src="{{appAssetsUrl2}}new/ad.png" lazy-load="true" class='location'></image>
|
|
|
|
|
+ <picker mode="selector" bindchange="cityPickerChange" value="{{cityListIndex}}" range="{{cityListPickerData}}" range-key="name" style="display: inline-block;height: 30rpx;line-height: 10rpx;color: white;">
|
|
|
|
|
+ <view class="picker">
|
|
|
|
|
+ <text wx:if="{{cityListPickerData.length>0}}" form-type='submit' class='side'>{{currentCity.cityName}}</text>
|
|
|
|
|
+ <text wx:else form-type='submit' class='side' style="color: white;">未知</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </picker>
|
|
|
|
|
+ <image src="{{appAssetsUrl2}}new/xiala.png" mode="widthFix" class="xiala"></image>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </form>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class='list-search-box' bindtap="onBindFocus">
|
|
|
|
|
+ <image src="{{appAssetsUrl2}}new/search-icon.png" mode="widthFix" class="search-icon"></image>
|
|
|
|
|
+ <input placeholder="请输入关键字" disabled="{{true}}" />
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class='index-wrap'>
|
|
|
|
|
-
|
|
|
|
|
<view class="home-top-bg">
|
|
<view class="home-top-bg">
|
|
|
-
|
|
|
|
|
<swiper autoplay="{{true}}" current="{{current}}" bindchange="changeSwiper" interval="{{2000}}" duration="{{500}}" class="bg">
|
|
<swiper autoplay="{{true}}" current="{{current}}" bindchange="changeSwiper" interval="{{2000}}" duration="{{500}}" class="bg">
|
|
|
- <block wx:for="{{imglist}}" wx:key="*this">
|
|
|
|
|
|
|
+ <block wx:for="{{imglist}}" wx:key="index">
|
|
|
<swiper-item>
|
|
<swiper-item>
|
|
|
<image class="lun-img" mode="scaleToFill" data-item="{{item}}" bindtap='imgJump' src="{{item.picture}}"></image>
|
|
<image class="lun-img" mode="scaleToFill" data-item="{{item}}" bindtap='imgJump' src="{{item.picture}}"></image>
|
|
|
</swiper-item>
|
|
</swiper-item>
|
|
|
</block>
|
|
</block>
|
|
|
</swiper>
|
|
</swiper>
|
|
|
<view class="slide-box">
|
|
<view class="slide-box">
|
|
|
- <view wx:for="{{imglist}}" class="{{ current == index ? 'slide-active' : 'slide-item'}}"></view>
|
|
|
|
|
|
|
+ <view wx:for="{{imglist}}" class="{{ current == index ? 'slide-active' : 'slide-item'}}" wx:key="index"></view>
|
|
|
<!-- <view wx:for="{{imglist}}" class="ddd">{{ index }}</view> -->
|
|
<!-- <view wx:for="{{imglist}}" class="ddd">{{ index }}</view> -->
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="bottom-type">
|
|
<view class="bottom-type">
|
|
|
<!-- class="box" -->
|
|
<!-- class="box" -->
|
|
|
- <view class="box {{'bot-box'+index}}" bindtap="experience" wx:for="{{classList}}" data-index="{{index}}">
|
|
|
|
|
|
|
+ <view class="box {{'bot-box'+index}}" bindtap="experience" wx:for="{{classList}}" data-index="{{index}}" wx:key="index">
|
|
|
<image class="{{'type-img'+index}}" src="{{item.image}}"></image>
|
|
<image class="{{'type-img'+index}}" src="{{item.image}}"></image>
|
|
|
<view class="text">{{item.name}}</view>
|
|
<view class="text">{{item.name}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class='index-wrap'>
|
|
|
<!-- 列表集合 -->
|
|
<!-- 列表集合 -->
|
|
|
- <!-- <view class="namewrap">
|
|
|
|
|
|
|
+ <!-- <view class="namewrap">
|
|
|
<view class="nameitem {{nameIndex == index ? 'nameactive' : ''}}" wx:for="{{nameList}}"
|
|
<view class="nameitem {{nameIndex == index ? 'nameactive' : ''}}" wx:for="{{nameList}}"
|
|
|
bindtap="nameHandler" data-index="{{index}}">
|
|
bindtap="nameHandler" data-index="{{index}}">
|
|
|
<image wx:if="{{index==0}}" mode="widthFix" src="{{appAssetsUrl}}/images/goods.png"
|
|
<image wx:if="{{index==0}}" mode="widthFix" src="{{appAssetsUrl}}/images/goods.png"
|
|
@@ -97,7 +80,10 @@
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
<view class="label">热门活动</view>
|
|
<view class="label">热门活动</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="mword" data-url="/pages/experience/index/index" data-type="tab" bindtap="more"><span style="margin-right:20rpx;">查看更多</span><i class="iconfont icon-jiantou righticon hoticon"></i></view>
|
|
|
|
|
|
|
+ <view class="mword" data-url="/pages/experience/index/index" data-type="tab" bindtap="more">
|
|
|
|
|
+ <span style="margin-right:20rpx;">查看更多</span>
|
|
|
|
|
+ <i class="iconfont icon-jiantou righticon hoticon"></i>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
<scroll-view scroll-x class="scroll-view">
|
|
<scroll-view scroll-x class="scroll-view">
|
|
|
<!-- <view class="hot-box"> -->
|
|
<!-- <view class="hot-box"> -->
|
|
@@ -131,10 +117,8 @@
|
|
|
<view class="per-box" wx:if="{{item.willnum}}">
|
|
<view class="per-box" wx:if="{{item.willnum}}">
|
|
|
<view class="icon-box">
|
|
<view class="icon-box">
|
|
|
<image src="{{appAssetsUrl2}}new/renshu.png" mode="widthFix"></image>
|
|
<image src="{{appAssetsUrl2}}new/renshu.png" mode="widthFix"></image>
|
|
|
-
|
|
|
|
|
<!-- <i class="iconfont1 icon-quanxiaozongrenshu icon-home-pel"></i> -->
|
|
<!-- <i class="iconfont1 icon-quanxiaozongrenshu icon-home-pel"></i> -->
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
<span>名额: {{item.willnum}} 人</span>
|
|
<span>名额: {{item.willnum}} 人</span>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="vip-txt" wx:if="{{item.isNeedVip == 1}}">VIP会员免费</view>
|
|
<view class="vip-txt" wx:if="{{item.isNeedVip == 1}}">VIP会员免费</view>
|
|
@@ -157,9 +141,12 @@
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
<view class="label">最新工作</view>
|
|
<view class="label">最新工作</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="mword" data-url="/pages/practicalExperience/practicalExperience" data-type="tab" bindtap="more"><span style="margin-right:20rpx;">查看更多</span><i class="iconfont icon-jiantou righticon hoticon"></i></view>
|
|
|
|
|
|
|
+ <view class="mword" data-url="/pages/practicalExperience/practicalExperience" data-type="tab" bindtap="more">
|
|
|
|
|
+ <span style="margin-right:20rpx;">查看更多</span>
|
|
|
|
|
+ <i class="iconfont icon-jiantou righticon hoticon"></i>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="jianzhi-item" bindtap="toPartDetail" data-id="{{item.id}}" wx:for="{{jobList}}">
|
|
|
|
|
|
|
+ <view class="jianzhi-item" bindtap="toPartDetail" data-id="{{item.id}}" wx:for="{{jobList}}" wx:key="index">
|
|
|
<!-- <view style="border-bottom: 1px solid #E6E6E6;padding-bottom:12rpx;"> -->
|
|
<!-- <view style="border-bottom: 1px solid #E6E6E6;padding-bottom:12rpx;"> -->
|
|
|
<view class="name-price">
|
|
<view class="name-price">
|
|
|
<!-- item.title -->
|
|
<!-- item.title -->
|
|
@@ -189,16 +176,12 @@
|
|
|
<!-- </view> -->
|
|
<!-- </view> -->
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
- <!-- 分类管理 -->
|
|
|
|
|
- <view class="classfiy-box" wx:if="{{goodsList0.length}}">
|
|
|
|
|
|
|
+ <!-- <view class="classfiy-box" wx:if="{{goodsList0.length}}">
|
|
|
<view class="hot-title" style="margin-top:0;">
|
|
<view class="hot-title" style="margin-top:0;">
|
|
|
- <!-- <view class="line"></view> -->
|
|
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
<view class="label">{{goodsClassfiyList[0].name}}</view>
|
|
<view class="label">{{goodsClassfiyList[0].name}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="mword" data-id="{{goodsClassfiyList[0].id}}" bindtap="toGoodsList"><span style="margin-right:20rpx;">查看更多</span><i class="iconfont icon-jiantou righticon hoticon"></i></view>
|
|
<view class="mword" data-id="{{goodsClassfiyList[0].id}}" bindtap="toGoodsList"><span style="margin-right:20rpx;">查看更多</span><i class="iconfont icon-jiantou righticon hoticon"></i></view>
|
|
|
- <!-- <navigator class="mword" data-type="tab" url="/pages/quality/index/index" open-type="switchTab"><span style="margin-right:20rpx;">查看更多</span><i class="iconfont icon-jiantou righticon hoticon"></i></navigator> -->
|
|
|
|
|
</view>
|
|
</view>
|
|
|
<view class="main">
|
|
<view class="main">
|
|
|
<view class="goods-item" wx:for="{{goodsList0}}">
|
|
<view class="goods-item" wx:for="{{goodsList0}}">
|
|
@@ -209,35 +192,42 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
-
|
|
|
|
|
|
|
+ </view> -->
|
|
|
<!-- 分类管理 -->
|
|
<!-- 分类管理 -->
|
|
|
<view class="classfiy-box" wx:if="{{goodsList1.length}}">
|
|
<view class="classfiy-box" wx:if="{{goodsList1.length}}">
|
|
|
<view class="hot-title" style="margin-top:0;">
|
|
<view class="hot-title" style="margin-top:0;">
|
|
|
- <!-- <view class="line"></view> -->
|
|
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
<view class="label">{{goodsClassfiyList[1].name}}</view>
|
|
<view class="label">{{goodsClassfiyList[1].name}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="mword" data-id="{{goodsClassfiyList[1].id}}" bindtap="toGoodsList"><span style="margin-right:20rpx;">查看更多</span><i class="iconfont icon-jiantou righticon hoticon"></i></view>
|
|
|
|
|
- <!-- <navigator class="mword" data-type="tab" url="/pages/quality/index/index?id=123" open-type="switchTab" data-id="{{goodsClassfiyList[1].id}}" bindtap="toGoodsList"><span style="margin-right:20rpx;">查看更多111</span><i class="iconfont icon-jiantou righticon hoticon"></i></navigator> -->
|
|
|
|
|
|
|
+ <view class="mword" data-id="{{goodsClassfiyList[1].id}}" bindtap="toGoodsList">
|
|
|
|
|
+ <span style="margin-right:20rpx;">查看更多</span>
|
|
|
|
|
+ <i class="iconfont icon-jiantou righticon hoticon"></i>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="main">
|
|
<view class="main">
|
|
|
- <view class="goods-item" wx:for="{{goodsList1}}">
|
|
|
|
|
|
|
+ <view class="goods-item" wx:for="{{goodsList1}}" wx:key="index">
|
|
|
<image src="{{item.bannerFirstImg}}"></image>
|
|
<image src="{{item.bannerFirstImg}}"></image>
|
|
|
<view class="goods-btn">
|
|
<view class="goods-btn">
|
|
|
- <view class="title">{{item.name}}</view>
|
|
|
|
|
- <view class="btn" data-id="{{item.id}}" bindtap="goodsDetail">查看详情</view>
|
|
|
|
|
|
|
+ <view>
|
|
|
|
|
+ <view class="title">{{item.name}}</view>
|
|
|
|
|
+ <view class="desc">{{item.descriptions}}</view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view style="text-align: right;">
|
|
|
|
|
+ <view class="btn" data-id="{{item.id}}" bindtap="goodsDetail">我想要</view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
<!-- 推荐行家 -->
|
|
<!-- 推荐行家 -->
|
|
|
<view class="hang-box" wx:if="{{expertList.length > 0 && false}}">
|
|
<view class="hang-box" wx:if="{{expertList.length > 0 && false}}">
|
|
|
<view class="hot-title" style="margin-top:0;">
|
|
<view class="hot-title" style="margin-top:0;">
|
|
|
<view class="line"></view>
|
|
<view class="line"></view>
|
|
|
<view class="title">推荐行家</view>
|
|
<view class="title">推荐行家</view>
|
|
|
- <view class="mword" data-url="/pages/dashen/index" data-type="tab" bindtap="more"><span style="margin-right:20rpx;">查看更多</span><i class="iconfont icon-jiantou righticon hoticon"></i></view>
|
|
|
|
|
|
|
+ <view class="mword" data-url="/pages/dashen/index" data-type="tab" bindtap="more">
|
|
|
|
|
+ <span style="margin-right:20rpx;">查看更多</span>
|
|
|
|
|
+ <i class="iconfont icon-jiantou righticon hoticon"></i>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class='hang-item' wx:for="{{expertList}}" data-id="{{item.id}}" bindtap="toExpertDetail">
|
|
<view class='hang-item' wx:for="{{expertList}}" data-id="{{item.id}}" bindtap="toExpertDetail">
|
|
|
<view class="info-box">
|
|
<view class="info-box">
|
|
@@ -276,7 +266,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<scroll-view scroll-x>
|
|
<scroll-view scroll-x>
|
|
|
<view class="school-wap">
|
|
<view class="school-wap">
|
|
|
- <view class="school-item" data-id="{{item.id}}" bindtap="perDetail" wx:for="{{perList}}">
|
|
|
|
|
|
|
+ <view class="school-item" data-id="{{item.id}}" bindtap="perDetail" wx:for="{{perList}}" wx:key="index">
|
|
|
<image mode="aspectFill" src="{{item.agentPhoto}}" class='school-img'></image>
|
|
<image mode="aspectFill" src="{{item.agentPhoto}}" class='school-img'></image>
|
|
|
<view class="school-b">
|
|
<view class="school-b">
|
|
|
<view class="name">{{item.showName}}</view>
|
|
<view class="name">{{item.showName}}</view>
|
|
@@ -285,7 +275,6 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
</scroll-view>
|
|
</scroll-view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 门店推荐 -->
|
|
<!-- 门店推荐 -->
|
|
@@ -312,7 +301,6 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
<!-- 门店展示 -->
|
|
<!-- 门店展示 -->
|
|
|
<view class="shop-list-box" wx:if="{{shopList.length}}">
|
|
<view class="shop-list-box" wx:if="{{shopList.length}}">
|
|
|
<view class="hot-title" style="margin-top:0;">
|
|
<view class="hot-title" style="margin-top:0;">
|
|
@@ -322,7 +310,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="main">
|
|
<view class="main">
|
|
|
- <view class="shop-item-box" data-id="{{item.id}}" wx:for="{{shopList}}" bindtap="goShopStore">
|
|
|
|
|
|
|
+ <view class="shop-item-box" data-id="{{item.id}}" wx:for="{{shopList}}" bindtap="goShopStore" wx:key="index">
|
|
|
<image class="shop-pic" src="{{item.storePhoto}}" mode="widthFix"></image>
|
|
<image class="shop-pic" src="{{item.storePhoto}}" mode="widthFix"></image>
|
|
|
<view class="shop-info">
|
|
<view class="shop-info">
|
|
|
<view class="shops-name">{{item.name}}</view>
|
|
<view class="shops-name">{{item.name}}</view>
|
|
@@ -341,7 +329,6 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
<view style="height:21rpx;"></view>
|
|
<view style="height:21rpx;"></view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 弹窗 -->
|
|
<!-- 弹窗 -->
|
|
@@ -351,7 +338,6 @@
|
|
|
<image bindtap="popupDetail" src="{{popupImg}}" class='popup-img'></image>
|
|
<image bindtap="popupDetail" src="{{popupImg}}" class='popup-img'></image>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
<popup2 id='popup2' title='隐私协议授权提示' content="{{['']}}" self="{{true}}" bind:error="closeAgree" data-name="popup2">
|
|
<popup2 id='popup2' title='隐私协议授权提示' content="{{['']}}" self="{{true}}" bind:error="closeAgree" data-name="popup2">
|
|
|
<view slot="content" style="width: 85%;padding: 44rpx 0 38rpx 0;text-align: left;">
|
|
<view slot="content" style="width: 85%;padding: 44rpx 0 38rpx 0;text-align: left;">
|
|
|
请仔细阅读<text class="yin" bindtap="toPrivacy">《隐私保护指引》</text>。如你同意<text class="yin" bindtap="toPrivacy">《隐私保护指引》</text>,请点击“同意”按钮,即可开始使用(青雲慧微信小程序)。
|
|
请仔细阅读<text class="yin" bindtap="toPrivacy">《隐私保护指引》</text>。如你同意<text class="yin" bindtap="toPrivacy">《隐私保护指引》</text>,请点击“同意”按钮,即可开始使用(青雲慧微信小程序)。
|