|
|
@@ -8,4 +8,42 @@
|
|
|
<view><button class="button primary-background-color white-text-color" bindtap="switch3">汇听更新目录</button></view>
|
|
|
<view><button class="button primary-background-color white-text-color" bindtap="switch4">联系我们</button></view>
|
|
|
<view><button class="button primary-background-color white-text-color" bindtap="switch5">商务合作</button></view>
|
|
|
-<view><button class="button primary-background-color white-text-color" bindtap="switch6">隐私保护指引</button></view>
|
|
|
+<view><button class="button primary-background-color white-text-color" bindtap="switch6">隐私保护指引</button></view>
|
|
|
+
|
|
|
+
|
|
|
+<view class="con">
|
|
|
+ <view wx:if="{{currentTab == 1}}" scroll-y style="height: {{winHeight - 60}}px;">
|
|
|
+ <view class="subTitle primary-text-color">汇听建立的初衷</view>
|
|
|
+
|
|
|
+ <view class="activity-detail">
|
|
|
+ <rich-text class="detail-text">
|
|
|
+ “汇听”是一个为浙江大学各级各类学生组织、社团,发布活动、通知、纳新招募三种信息搭建的信息平台,用户可以在小程序上查看最新信息、检索自己需要的信息。
|
|
|
+ </rich-text>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="activity-detail">
|
|
|
+ <rich-text class="detail-text">
|
|
|
+ 想法诞生的来源,第一是目前学校各种组织社团发布信息的渠道不一,在qq空间发说说、在微信公众平台发推文、在朵朵校友圈发软广、在钉钉群发通知、qq邮箱发邮件、在文广等地宣传等等。很多时候,你完全不能知道所有的活动、通知、纳新招募,往往在感兴趣的活动过去了以后才惊觉还有这样的活动。
|
|
|
+ </rich-text>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="activity-detail">
|
|
|
+ <rich-text class="detail-text">
|
|
|
+ 第二是学校的各种信息过于零散,没有统一的分类。有的时候,我只想参加一个校内的志愿活动,但是要在各种公众号和qq群中,自主筛选信息,才能够找到适合我的活动。有的时候,我想在权服侠查阅一条选课通知,却要一直在小侠的空间手动查找,耗费过多时间。更难的是,有的时候我想要正常毕业或者评奖评优用的志愿者小时数、二课三课、综素、活动纪实,却不知道什么活动能给我带来这些。
|
|
|
+ </rich-text>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="activity-detail">
|
|
|
+ <rich-text class="detail-text">
|
|
|
+ 第三是信息的问答模块不够通畅。在qq空间发布的说说,谁都可以评论,可以看到一条正经的通知下面有很多没有营养的信息,刷掉了一些有意义的提问;而微信公众号方面,关闭留言版块后,发布者和用户的交流接近于零。
|
|
|
+ </rich-text>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="activity-detail">
|
|
|
+ <rich-text class="detail-text">
|
|
|
+ 在这些想法的激励下,汇听诞生了。
|
|
|
+ </rich-text>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+</view>
|