|
@@ -1,14 +1,14 @@
|
|
|
<!--为我的-信息发布页面-->
|
|
<!--为我的-信息发布页面-->
|
|
|
<!-- 修改:信息发布页面移到首页-->
|
|
<!-- 修改:信息发布页面移到首页-->
|
|
|
|
|
|
|
|
-<view class="title dark-primary-color-font">信息发布</view>
|
|
|
|
|
|
|
+<view class="title primary-text-color">信息发布</view>
|
|
|
|
|
|
|
|
<view wx:if="{{currentTab == 0}}" class="con">
|
|
<view wx:if="{{currentTab == 0}}" class="con">
|
|
|
<view class="title2">信息发布类型</view>
|
|
<view class="title2">信息发布类型</view>
|
|
|
<view class="buttons">
|
|
<view class="buttons">
|
|
|
- <view><button class="button dark-primary-color white-text-color" bindtap="switch1">活动</button></view>
|
|
|
|
|
- <view><button class="button dark-primary-color white-text-color" bindtap="switch2">纳新</button></view>
|
|
|
|
|
- <view><button class="button dark-primary-color white-text-color" bindtap="switch3">通知</button></view>
|
|
|
|
|
|
|
+ <view><button class="button primary-background-color white-text-color" bindtap="switch1">活动</button></view>
|
|
|
|
|
+ <view><button class="button primary-background-color white-text-color" bindtap="switch2">纳新</button></view>
|
|
|
|
|
+ <view><button class="button primary-background-color white-text-color" bindtap="switch3">通知</button></view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
@@ -74,7 +74,7 @@
|
|
|
<view class="cate">报名链接</view>:
|
|
<view class="cate">报名链接</view>:
|
|
|
<input class="input block-background-color" model:value="{{activitySrc}}" placeholder="请输入报名链接" />
|
|
<input class="input block-background-color" model:value="{{activitySrc}}" placeholder="请输入报名链接" />
|
|
|
</view>
|
|
</view>
|
|
|
- <button class="button dark-primary-color white-text-color" bindtap="switch4">提交</button>
|
|
|
|
|
|
|
+ <button class="button primary-background-color white-text-color" bindtap="switch4">提交</button>
|
|
|
</scroll-view>
|
|
</scroll-view>
|
|
|
|
|
|
|
|
<scroll-view wx:if="{{currentTab == 2}}" scroll-y style="height: {{winHeight - 60}}px;">
|
|
<scroll-view wx:if="{{currentTab == 2}}" scroll-y style="height: {{winHeight - 60}}px;">
|
|
@@ -127,7 +127,7 @@
|
|
|
<view class="cate">报名链接</view>:
|
|
<view class="cate">报名链接</view>:
|
|
|
<input class="input block-background-color" model:value="{{recruitSrc}}" placeholder="请输入报名链接" />
|
|
<input class="input block-background-color" model:value="{{recruitSrc}}" placeholder="请输入报名链接" />
|
|
|
</view>
|
|
</view>
|
|
|
- <button class="button dark-primary-color white-text-color" bindtap="switch4">提交</button>
|
|
|
|
|
|
|
+ <button class="button primary-background-color white-text-color" bindtap="switch4">提交</button>
|
|
|
</scroll-view>
|
|
</scroll-view>
|
|
|
|
|
|
|
|
<scroll-view wx:if="{{currentTab == 3}}" scroll-y style="height: {{winHeight - 60}}px;">
|
|
<scroll-view wx:if="{{currentTab == 3}}" scroll-y style="height: {{winHeight - 60}}px;">
|
|
@@ -164,12 +164,12 @@
|
|
|
<view class="block22"><view class="cate">通知图片</view>:</view>
|
|
<view class="block22"><view class="cate">通知图片</view>:</view>
|
|
|
<imagePicker images="{{notiPicture}}" max="9" image-width="145" image-height="145" bindchange="updateNotiPicture" />
|
|
<imagePicker images="{{notiPicture}}" max="9" image-width="145" image-height="145" bindchange="updateNotiPicture" />
|
|
|
</view>
|
|
</view>
|
|
|
- <button class="button dark-primary-color white-text-color" bindtap="switch4">提交</button>
|
|
|
|
|
|
|
+ <button class="button primary-background-color white-text-color" bindtap="switch4">提交</button>
|
|
|
</scroll-view>
|
|
</scroll-view>
|
|
|
|
|
|
|
|
<view wx:if="{{currentTab == 4}}" class="con">
|
|
<view wx:if="{{currentTab == 4}}" class="con">
|
|
|
- <view class="con1 dark-primary-color-font">发布成功!</view>
|
|
|
|
|
|
|
+ <view class="con1 primary-text-color">发布成功!</view>
|
|
|
<image class="success-icon" src="../../images/finish.png" mode="aspectFill"/>
|
|
<image class="success-icon" src="../../images/finish.png" mode="aspectFill"/>
|
|
|
<!-- <view class="con2"></view> -->
|
|
<!-- <view class="con2"></view> -->
|
|
|
- <button class="button dark-primary-color white-text-color" bindtap="returnToUser" >返回</button>
|
|
|
|
|
|
|
+ <button class="button primary-background-color white-text-color" bindtap="returnToUser" >返回</button>
|
|
|
</view>
|
|
</view>
|