许成详 6 лет назад
Родитель
Сommit
a6384b1ec8

+ 1
- 1
dist/index.html Просмотреть файл

@@ -1 +1 @@
1
-<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=//at.alicdn.com/t/font_775069_dwqa9wy3lkh.css><link rel="shortcut icon" href=favorite.ico><title>城的空间后台管理系统</title><link href=./static/css/app.b40d091e5fa84606c309c255ff5f8186.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.992319e39e0ff64940a3.js></script><script type=text/javascript src=./static/js/app.1816291ad658e996cc75.js></script></body></html>
1
+<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=//at.alicdn.com/t/font_775069_dwqa9wy3lkh.css><link rel="shortcut icon" href=favorite.ico><title>城的空间后台管理系统</title><link href=./static/css/app.54e256e9410cfc02f5a984e5b434abb7.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.992319e39e0ff64940a3.js></script><script type=text/javascript src=./static/js/app.c1411ab79fd2d7a36c58.js></script></body></html>

+ 8
- 8
src/pages/system/cardAndCouponManager/cardManager/edit.vue Просмотреть файл

@@ -140,7 +140,7 @@
140 140
           </div>
141 141
         </li>
142 142
         <li class="flex-h" v-if="cardInfo.SendType !== 'case' && cardInfo.SendType !== 'system'">
143
-          <span>视频:<em>*</em></span>
143
+          <span>视频:</span>
144 144
           <div class="flex-item">
145 145
             <div style="vertical-align: middle;">
146 146
               <a style="line-height: 40px;" v-if="videoOff" :href="cardInfo.VideoUrl" target="blank">{{cardInfo.VideoUrl}}</a>
@@ -471,13 +471,13 @@ export default {
471 471
         })
472 472
         return false
473 473
       }
474
-      if (this.cardInfo.SendType === 'channel' && this.cardInfo.VideoUrl === '') {
475
-        this.$message({
476
-          type: 'error',
477
-          message: '视频不能为空'
478
-        })
479
-        return false
480
-      }
474
+      // if (this.cardInfo.SendType === 'channel' && this.cardInfo.VideoUrl === '') {
475
+      //   this.$message({
476
+      //     type: 'error',
477
+      //     message: '视频不能为空'
478
+      //   })
479
+      //   return false
480
+      // }
481 481
       if (this.cardInfo.Share.CardShareInfo === '') {
482 482
         this.$message({
483 483
           type: 'error',

+ 8
- 8
src/pages/system/cardAndCouponManager/couponManager/edit.vue Просмотреть файл

@@ -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({