Browse Source

Merge branch 'feature/v4.7.16' of http://192.168.3.207:8080/qmx/jy into feature/v4.7.16

zhangyuhan 3 years ago
parent
commit
43cd4e0d2c

+ 2 - 2
src/jfw/modules/app/src/web/templates/big-member/page_pro_follow_list.html

@@ -181,9 +181,9 @@
                         data:{},
                         success:function(res) {
                             if(res.data.removeNum === 0) {
-                                this.vant.Toast('暂无30天无更新的数据可删除')
+                                vant.Toast('暂无30天无更新的数据可删除')
                             }else{
-                                this.vant.Toast('删除成功')
+                                vant.Toast('删除成功')
                                 location.reload()
                             }
                         },

+ 2 - 2
src/web/templates/big-member/wx/page_pro_follow_list.html

@@ -181,9 +181,9 @@
                         data:{},
                         success:function(res) {
                             if(res.data.removeNum === 0) {
-                                this.vant.Toast('暂无30天无更新的数据可删除')
+                                vant.Toast('暂无30天无更新的数据可删除')
                             }else{
-                                this.vant.Toast('删除成功')
+                                vant.Toast('删除成功')
                                 location.reload()
                             }
                         },