Browse Source

接口调试

lilei 4 năm trước cách đây
mục cha
commit
5b228ac7b5
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/shop/bannerSetting.vue

+ 3 - 3
src/views/shop/bannerSetting.vue

@@ -322,9 +322,9 @@ export default {
     })
   },
   methods: {
-    jumpTypeChange (e) {
-      console.log(e)
-      this.showJumpUrl = e != 'NONE'
+    jumpTypeChange (val) {
+      console.log(val)
+      this.showJumpUrl = val != 'NONE'
     },
     showModal () {
       this.disabled = false