Browse Source

修改发布

master
eternity 3 years ago
parent
commit
2a2956e400
  1. 2
      pages/index/history/history.js
  2. 2
      pages/index/index.wxml
  3. 3
      pages/index/index.wxss
  4. 14
      pages/release/addactive/addactive.js
  5. 27
      pages/release/addactive/addactive.wxml

2
pages/index/history/history.js

@ -11,7 +11,7 @@ Page({
},
toedit:function(){
wx.navigateTo({
url: '../editjoin/editjoin'
url: '/pages/index/editjoin/editjoin?data='+wx.getStorageSync('item')
})
},
NowIndex:function(e){

2
pages/index/index.wxml

@ -99,7 +99,7 @@
</view> -->
<view class="popularity">
<!-- <image src="/images/popBac.png" class="popimg"></image> -->
<view class="popview" style="background:url('/images/popBac.png') no-repeat;background-size: cover;">
<view class="popview">
<view class="poptitle">
<view class="title-left">
<image src="/images/popone.png" ></image>

3
pages/index/index.wxss

@ -49,7 +49,8 @@
.active .active-more image{height:40rpx;width:40rpx;vertical-align: sub;}
.popularity{width:94%;margin:30rpx auto;height:900rpx;border-radius:16rpx;position: relative;}
.popularity .popimg{width:100%;height:100%;}
.popularity .popview{position: absolute;top:0;left:0;width:100%;border-radius: 20rpx; }
.popularity .popview{position: absolute;top:0;left:0;width:100%;border-radius: 20rpx;
background-image: '' no-repeat;background-size: cover;}
.popularity .popview .poptitle{height:60rpx;margin:20rpx auto; width:90%;display: flex;justify-content: space-between;}
.popularity .popview .poptitle .title-left{height:60rpx;width:275rpx;position: relative;}
.popularity .popview .poptitle .title-left image{height:100%;width:100%;}

14
pages/release/addactive/addactive.js

@ -616,20 +616,20 @@ uploadfront: function (e) {
isHelpRegister:that.data.isHelpRegister?that.data.isHelpRegister:-1,
costReq: [],//费用信息列表
coverFirstImage: that.data.showList[0] ? that.data.showList[0] : '',
activityLogo: that.data.showListfront[0] ? that.data.showListfront[0] : '',
activityLogo: that.data.showList[0] ? that.data.showList[0] : '',
endRegisterTime: that.data.startTTwo,
endTime: that.data.startTFour,
insurancePrice: that.data.insurancePrice,
insuranceType: that.data.insuranceType,
createdTel:that.data.createdTel,
isAppletNotify: '1',
isCheck: that.data.isCheck,
isAppletNotify: '0',
isCheck:0,
isFree: that.data.isFree?that.data.isFree:1,
isLimit: that.data.isLimit,
isJoin: that.data.isJoin,
isShowRegister: that.data.isShowRegister,
isShowSponsor: that.data.isShowSponsor,
isSmsNotify: that.data.isSmsNotify,
isJoin: 1,
isShowRegister: 1,
isShowSponsor: 1,
isSmsNotify:0,
isUpdateRegister: that.data.isUpdateRegister,
publishStatus: '1',
// questionReq: that.data.questionReq,

27
pages/release/addactive/addactive.wxml

@ -76,7 +76,7 @@
</view>
</view>
<view class="formlistimg">
<!-- <view class="formlistimg">
<text>活动logo</text>
<view class="upload" wx:for="{{uploaderListfront}}" wx:key="upimagfront">
<icon class='ui_uploader_item_icon' bindtap='clearImgfront' data-index="{{index}}" type="clear" size="20"
@ -84,7 +84,7 @@
<image bindtap='showImgfront' data-index="{{index}}" src='{{item}}' mode='aspectFill'></image>
</view>
<image src="../../../images/imgadd.png" bindtap='uploadfront' wx:if="{{showUploadfront}}"></image>
</view>
</view> -->
<view class="list">
<view class="title">活动地址</view>
<view class="addressbox">
@ -101,8 +101,7 @@
style='width:60rpx;height:60rpx;margin-left:15rpx;margin-top:15rpx;' />
</view>
<view>
<textarea class='input_view' maxlength='-1' auto-height='true' bindinput='inputCon' value='{{firstCon}}'
placeholder='写点什么...' bindblur="outBlur" id='0' />
<textarea class='input_view' maxlength='-1' auto-height='true' bindinput='inputCon' value='{{firstCon}}' placeholder='写点什么...' bindblur="outBlur" id='0' />
<view wx:for="{{dataList}}" wx:key="datalist" style='background-color:white;'>
<view class='img_view'>
<image src='{{item.pic}}' mode='aspectFill' />
@ -154,7 +153,7 @@
<text>允许帮助他人报名次数</text>
<input type="text" placeholder="无限制" bindinput="helpInput"/>
</view>
<view class="formlist">
<!-- <view class="formlist">
<text>报名人是否需要审核</text>
<view class="authright">
<radio-group name="isCheck" bindchange="checkChange" >
@ -162,7 +161,7 @@
<label><radio value="1" color="#FFCB12"/>需要</label>
</radio-group>
</view>
</view>
</view> -->
<view class="formlist noline" bindtap="tobackmoney">
<text>退款设置</text>
<image src="../../../images/back.png"></image>
@ -190,7 +189,7 @@
</radio-group>
</view>
</view>
<view class="formlist">
<!-- <view class="formlist">
<text>是否显示报名列表</text>
<view class="authright">
<radio-group name="isShowRegister" bindchange="showregisterChange" >
@ -198,8 +197,8 @@
<label><radio value="1" checked="true" color="#FFCB12"/>显示</label>
</radio-group>
</view>
</view>
<view class="formlist">
</view> -->
<!-- <view class="formlist">
<text>是否显示主办方信息</text>
<view class="authright">
<radio-group name="isShowSponsor" bindchange="sponsorChange" >
@ -207,7 +206,7 @@
<label><radio value="1" checked="true" color="#FFCB12"/>显示</label>
</radio-group>
</view>
</view>
</view> -->
<view class="formlist" hidden>
<text>保险</text>
<input type="text" placeholder="请输入保险费用" bindinput="safeInput"/>
@ -222,7 +221,7 @@
</radio-group>
</view>
</view>
<view class="formlist">
<!-- <view class="formlist">
<text>小程序通知</text>
<view class="authright">
<radio-group name="isAppletNotify" bindchange="appleChange" >
@ -239,8 +238,8 @@
<label><radio value="1" checked="true" color="#FFCB12"/>通知</label>
</radio-group>
</view>
</view>
<view class="formlist">
</view> -->
<!-- <view class="formlist">
<text>报名后自动加入俱乐部</text>
<view class="authright">
<radio-group name="isJoin" bindchange="isJoinChange" >
@ -248,7 +247,7 @@
<label><radio value="1" checked="true" color="#FFCB12"/>自动加入</label>
</radio-group>
</view>
</view>
</view> -->
<view class="formlist" hidden>
<text>上传分享海报</text>
<button>点击上传</button>

Loading…
Cancel
Save