|
@@ -63,7 +63,8 @@
|
|
<view class="uni-input text">{{classify}}</view>
|
|
<view class="uni-input text">{{classify}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="arrow">
|
|
<view class="arrow">
|
|
- <image src="http://43.139.158.220:5007/img/static/mine/arrow-right.png" mode="aspectFill"></image>
|
|
|
|
|
|
+ <image src="http://43.139.158.220:5007/img/static/mine/arrow-right.png"
|
|
|
|
+ mode="aspectFill"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -90,7 +91,8 @@
|
|
<view class="uni-input text">{{recruitment}}</view>
|
|
<view class="uni-input text">{{recruitment}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="arrow">
|
|
<view class="arrow">
|
|
- <image src="http://43.139.158.220:5007/img/static/mine/arrow-right.png" mode="aspectFill"></image>
|
|
|
|
|
|
+ <image src="http://43.139.158.220:5007/img/static/mine/arrow-right.png"
|
|
|
|
+ mode="aspectFill"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -115,7 +117,8 @@
|
|
<view class="uni-input text">{{activityform}}</view>
|
|
<view class="uni-input text">{{activityform}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="arrow">
|
|
<view class="arrow">
|
|
- <image src="http://43.139.158.220:5007/img/static/mine/arrow-right.png" mode="aspectFill"></image>
|
|
|
|
|
|
+ <image src="http://43.139.158.220:5007/img/static/mine/arrow-right.png"
|
|
|
|
+ mode="aspectFill"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -139,7 +142,8 @@
|
|
<view class="uni-input text">{{address}}</view>
|
|
<view class="uni-input text">{{address}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="arrow">
|
|
<view class="arrow">
|
|
- <image src="http://43.139.158.220:5007/img/static/mine/arrow-right.png" mode="aspectFill"></image>
|
|
|
|
|
|
+ <image src="http://43.139.158.220:5007/img/static/mine/arrow-right.png"
|
|
|
|
+ mode="aspectFill"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -150,7 +154,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="userOptionsBox">
|
|
<view class="userOptionsBox">
|
|
<view class="optionsItemBox">
|
|
<view class="optionsItemBox">
|
|
- <picker mode="date" :value="activityDate" :start="startDate" :end="endDate"
|
|
|
|
|
|
+ <!-- <picker mode="date" :value="activityDate" :start="startDate" :end="endDate"
|
|
@change="activityDateChange">
|
|
@change="activityDateChange">
|
|
<view class="optionItem">
|
|
<view class="optionItem">
|
|
<view class="option_left">
|
|
<view class="option_left">
|
|
@@ -170,8 +174,30 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- </picker>
|
|
|
|
-
|
|
|
|
|
|
+ </picker> -->
|
|
|
|
+ <view class="optionItem" @click="show = true">
|
|
|
|
+ <view class="option_left">
|
|
|
|
+ <text class="option_text">
|
|
|
|
+ 活动时间
|
|
|
|
+ </text>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class="option_right">
|
|
|
|
+ <view class="input_details">
|
|
|
|
+ <view class="details">
|
|
|
|
+ <!-- <view class="uni-input text">{{ activityDate }}</view> -->
|
|
|
|
+ <u-calendar :show="show" :mode="mode" @confirm="confirm" :closeOnClickOverlay="true" @close="show=false"></u-calendar>
|
|
|
|
+ <view class="text">
|
|
|
|
+ {{ activityDate }}
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="arrow">
|
|
|
|
+ <image src="http://43.139.158.220:5007/img/static/mine/arrow-right.png" mode="aspectFill"></image>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="userOptionsBox">
|
|
<view class="userOptionsBox">
|
|
@@ -190,7 +216,8 @@
|
|
<view class="uni-input text">{{funds}}</view>
|
|
<view class="uni-input text">{{funds}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="arrow">
|
|
<view class="arrow">
|
|
- <image src="http://43.139.158.220:5007/img/static/mine/arrow-right.png" mode="aspectFill"></image>
|
|
|
|
|
|
+ <image src="http://43.139.158.220:5007/img/static/mine/arrow-right.png"
|
|
|
|
+ mode="aspectFill"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -216,7 +243,8 @@
|
|
<view class="uni-input text">{{ deadlineDate }}</view>
|
|
<view class="uni-input text">{{ deadlineDate }}</view>
|
|
</view>
|
|
</view>
|
|
<view class="arrow">
|
|
<view class="arrow">
|
|
- <image src="http://43.139.158.220:5007/img/static/mine/arrow-right.png" mode="aspectFill"></image>
|
|
|
|
|
|
+ <image src="http://43.139.158.220:5007/img/static/mine/arrow-right.png"
|
|
|
|
+ mode="aspectFill"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -244,7 +272,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="footer">
|
|
<view class="footer">
|
|
<button class="cancel-btn" @click="closePopup">取消</button>
|
|
<button class="cancel-btn" @click="closePopup">取消</button>
|
|
- <button class="confirm-btn" @click="confirm">确认</button>
|
|
|
|
|
|
+ <button class="confirm-btn" @click="conf">确认</button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -279,6 +307,10 @@
|
|
title: '发布', //导航栏标题
|
|
title: '发布', //导航栏标题
|
|
btn: 1 //是否显示返回按钮 0不显示 1 显示
|
|
btn: 1 //是否显示返回按钮 0不显示 1 显示
|
|
},
|
|
},
|
|
|
|
+ //时间选择器
|
|
|
|
+ show: false,
|
|
|
|
+ mode: 'range',
|
|
|
|
+ //控制弹窗
|
|
showPopup: false,
|
|
showPopup: false,
|
|
showPopupConfirm: false,
|
|
showPopupConfirm: false,
|
|
isFirstShow: true,
|
|
isFirstShow: true,
|
|
@@ -320,7 +352,8 @@
|
|
funds: '请选择',
|
|
funds: '请选择',
|
|
|
|
|
|
|
|
|
|
- activityDate: currentDate,
|
|
|
|
|
|
+ // activityDate: currentDate,
|
|
|
|
+ activityDate: '请选择',
|
|
deadlineDate: currentDate,
|
|
deadlineDate: currentDate,
|
|
activeList: []
|
|
activeList: []
|
|
};
|
|
};
|
|
@@ -334,6 +367,12 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ confirm(e) {
|
|
|
|
+ console.log(e);
|
|
|
|
+ console.log(e[0],e[e.length-1]);
|
|
|
|
+ this.activityDate = e[0] + '~' + e[e.length-1]
|
|
|
|
+ this.show = false
|
|
|
|
+ },
|
|
editPublish() {
|
|
editPublish() {
|
|
const routes = getCurrentPages()
|
|
const routes = getCurrentPages()
|
|
console.log(routes);
|
|
console.log(routes);
|
|
@@ -365,7 +404,7 @@
|
|
this.funds = item.cost
|
|
this.funds = item.cost
|
|
this.activityDate = item.begin_at
|
|
this.activityDate = item.begin_at
|
|
this.deadlineDate = item.endTime
|
|
this.deadlineDate = item.endTime
|
|
-
|
|
|
|
|
|
+
|
|
if (this.classify == 0) {
|
|
if (this.classify == 0) {
|
|
this.classify = "直播活动"
|
|
this.classify = "直播活动"
|
|
} else if (this.classify == 1) {
|
|
} else if (this.classify == 1) {
|
|
@@ -378,24 +417,36 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
submitForm() {
|
|
submitForm() {
|
|
|
|
+ //判断表单内容是否完整
|
|
|
|
+ const conditions = [
|
|
|
|
+ // 添加提示信息
|
|
|
|
+ { value: this.activitytitle.trim(), message: '请填写活动标题' },
|
|
|
|
+ { value: this.activityintro.trim(), message: '请填写活动内容' },
|
|
|
|
+ { value: this.classify, message: '请填写活动分类' },
|
|
|
|
+ { value: this.recruitment, message: '请填写招募人数' },
|
|
|
|
+ { value: this.address, message: '请填写活动地址' },
|
|
|
|
+ { value: this.activityDate, message: '请填写活动时间' },
|
|
|
|
+ ];
|
|
|
|
+ for (const condition of conditions) {
|
|
|
|
+ if (!condition.value || condition.value === '请选择') {
|
|
|
|
+ uni.showToast({
|
|
|
|
+ title: condition.message,
|
|
|
|
+ icon: 'none'
|
|
|
|
+ });
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ //判断没有填写的表单内容是否填写,如果没有替换
|
|
if (
|
|
if (
|
|
- this.activitytitle.trim() === '' ||
|
|
|
|
- this.activityintro.trim() === '' ||
|
|
|
|
this.imageValue == '' ||
|
|
this.imageValue == '' ||
|
|
- // this.classify == '请选择' ||
|
|
|
|
- this.recruitment.value === '请选择' ||
|
|
|
|
- // this.activityform.trim() === '请选择' ||
|
|
|
|
- this.address.trim() === '请选择' ||
|
|
|
|
|
|
+ this.activityform.trim() === '请选择' ||
|
|
this.funds === '请选择'
|
|
this.funds === '请选择'
|
|
) {
|
|
) {
|
|
- // 弹出弹框或其他处理逻辑
|
|
|
|
- uni.showToast({
|
|
|
|
- title: '请填写完整的表单内容',
|
|
|
|
- icon: 'none'
|
|
|
|
- });
|
|
|
|
- return;
|
|
|
|
|
|
+ this.imageValue = 'http://43.139.158.220:5007/img/static/zanwu_img.png'
|
|
|
|
+ this.activityform = '暂无'
|
|
|
|
+ this.funds = '暂无'
|
|
}
|
|
}
|
|
-
|
|
|
|
this.showPopup = true; //显示弹窗
|
|
this.showPopup = true; //显示弹窗
|
|
|
|
|
|
},
|
|
},
|
|
@@ -404,7 +455,7 @@
|
|
this.showPopup = false;
|
|
this.showPopup = false;
|
|
this.showPopupConfirm = false;
|
|
this.showPopupConfirm = false;
|
|
},
|
|
},
|
|
- confirm() {
|
|
|
|
|
|
+ conf() {
|
|
// 确认操作
|
|
// 确认操作
|
|
if (this.classify == "直播活动") {
|
|
if (this.classify == "直播活动") {
|
|
this.classify = 0
|
|
this.classify = 0
|
|
@@ -444,7 +495,7 @@
|
|
uni.navigateBack();
|
|
uni.navigateBack();
|
|
}, 500)
|
|
}, 500)
|
|
})
|
|
})
|
|
- }else {
|
|
|
|
|
|
+ } else {
|
|
this.$request('/insertActive', 'POST', formData).then(res => {
|
|
this.$request('/insertActive', 'POST', formData).then(res => {
|
|
console.log(res.data);
|
|
console.log(res.data);
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
@@ -475,9 +526,9 @@
|
|
handelFunds(e) {
|
|
handelFunds(e) {
|
|
this.funds = this.fundsList[e.detail.value]
|
|
this.funds = this.fundsList[e.detail.value]
|
|
},
|
|
},
|
|
- activityDateChange: function(e) {
|
|
|
|
- this.activityDate = e.detail.value
|
|
|
|
- },
|
|
|
|
|
|
+ // activityDateChange: function(e) {
|
|
|
|
+ // this.activityDate = e.detail.value
|
|
|
|
+ // },
|
|
deadlineDateChange: function(e) {
|
|
deadlineDateChange: function(e) {
|
|
this.deadlineDate = e.detail.value
|
|
this.deadlineDate = e.detail.value
|
|
},
|
|
},
|