|
@@ -219,7 +219,7 @@
|
219
|
219
|
</div>
|
220
|
220
|
</li>
|
221
|
221
|
<li class="flex-h" v-if="couponInfo.SendType !== 'case' && couponInfo.SendType !== 'system'">
|
222
|
|
- <span>视频:<em>*</em></span>
|
|
222
|
+ <span>视频:</span>
|
223
|
223
|
<div class="flex-item">
|
224
|
224
|
<div style="vertical-align: middle;">
|
225
|
225
|
<a style="line-height: 40px;" v-if="videoOff" :href="couponInfo.VideoUrl" target="blank">{{couponInfo.VideoUrl}}</a>
|
|
@@ -711,13 +711,13 @@ export default {
|
711
|
711
|
})
|
712
|
712
|
return false
|
713
|
713
|
}
|
714
|
|
- if (this.couponInfo.SendType === 'channel' && this.couponInfo.VideoUrl === '') {
|
715
|
|
- this.$message({
|
716
|
|
- type: 'error',
|
717
|
|
- message: '视频不能为空'
|
718
|
|
- })
|
719
|
|
- return false
|
720
|
|
- }
|
|
714
|
+ // if (this.couponInfo.SendType === 'channel' && this.couponInfo.VideoUrl === '') {
|
|
715
|
+ // this.$message({
|
|
716
|
+ // type: 'error',
|
|
717
|
+ // message: '视频不能为空'
|
|
718
|
+ // })
|
|
719
|
+ // return false
|
|
720
|
+ // }
|
721
|
721
|
if (this.couponInfo.CouponType === 'goods') {
|
722
|
722
|
if (this.TimeType === 1 && this.couponInfo.StartDate === '') {
|
723
|
723
|
this.$message({
|