lex-xin 5 年之前
父節點
當前提交
fbdcde8679

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


+ 1 - 1
dist/static/css/chunk-112e306b.efea7de3.css → dist/static/css/chunk-12d1c276.14b08d39.css

@@ -1 +1 @@
-.m-core[data-v-e90a13c8]{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around}.m-core .el-input[data-v-e90a13c8]{width:180px}.m-core h4[data-v-e90a13c8]{font-size:16px;background-color:#ccc;color:#fff;text-align:center;width:100%;height:40px;line-height:40px;margin-bottom:20px}.m-core .center[data-v-e90a13c8],.m-core .right[data-v-e90a13c8],.m-core .vipLeft[data-v-e90a13c8]{width:400px}.planList[data-v-e90a13c8]{padding:0 25px}.planList .planTop[data-v-e90a13c8]{height:40px;line-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #ccc;margin-top:20px}.planList .planTop>p[data-v-e90a13c8]{font-size:14px}.planList .planCore .row[data-v-e90a13c8]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:40px;line-height:40px;font-size:14px;text-align:center}.planList .planCore .row div[data-v-e90a13c8]{width:87px}.okBtn[data-v-e90a13c8]{width:120px;height:40px;line-height:40px;text-align:center;color:#fff;border-radius:4px;margin-right:20px;cursor:pointer;background-color:#f97215;float:right}
+.m-core[data-v-69da3f96]{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around}.m-core .el-input[data-v-69da3f96]{width:180px}.m-core h4[data-v-69da3f96]{font-size:16px;background-color:#ccc;color:#fff;text-align:center;width:100%;height:40px;line-height:40px;margin-bottom:20px}.m-core .center[data-v-69da3f96],.m-core .right[data-v-69da3f96],.m-core .vipLeft[data-v-69da3f96]{width:400px}.planList[data-v-69da3f96]{padding:0 25px}.planList .planTop[data-v-69da3f96]{height:40px;line-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #ccc;margin-top:20px}.planList .planTop>p[data-v-69da3f96]{font-size:14px}.planList .planCore .row[data-v-69da3f96]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:40px;line-height:40px;font-size:14px;text-align:center}.planList .planCore .row div[data-v-69da3f96]{width:87px}.okBtn[data-v-69da3f96]{width:120px;height:40px;line-height:40px;text-align:center;color:#fff;border-radius:4px;margin-right:20px;cursor:pointer;background-color:#f97215;float:right}

文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.8a2fad40.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-112e306b.7d7f3fc9.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-12d1c276.3bf4172b.js


+ 2 - 2
src/views/buildVip/index.vue

@@ -644,8 +644,8 @@ export default {
     chioseActive (val) {
       this.rightForm.offlineCourse = '';
       this.rightForm.onlineCourse = '';
-      this.rightForm.onlinePrice = '';
-      this.rightForm.offlinePrice = '';
+      // this.rightForm.onlinePrice = '';
+      // this.rightForm.offlinePrice = '';
       this.lookList = []
       this.timeTable = []
       this.attribute1 = '';

部分文件因文件數量過多而無法顯示