chenzhiguang 4 years ago
parent
commit
e39175b785
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/js/app.js

+ 1 - 1
static/js/app.js

@@ -84,7 +84,7 @@ var app = {
 
         let html = ''
 
-        if (self.type==2) {
+        if (this.type==2) {
             html = `<div class="swiper-wrapper">
                 <div data-msg="1" class="swiper-slide style-1"></div>
                 <div data-msg="2" class="swiper-slide style-2"></div>