Przeglądaj źródła

Merge branch 'dev' of http://git.izouma.com/xiongzhu/raex_front into dev

yuanyuan 3 lat temu
rodzic
commit
064c869ce8

BIN
src/assets/icon_huodong.png


BIN
src/assets/icon_jifen.png


BIN
src/assets/icon_yaoqing.png


BIN
src/assets/icon_zhiya.png


+ 7 - 8
src/views/user/Rice.vue

@@ -37,16 +37,15 @@ export default {
                 if (event.data.message.type === 'task') {
                     this.showTask();
                 }
-                this.changeNickname();
             });
         });
-        this.$http.get('/MonkeyText/test');
-        this.getCurrent();
-        this.$http.get('/sysConfig/get/rice_level').then(res => {
-            this.levels = JSON.parse(res.value);
-        });
-        this.$http.get('/rice/scoreRanking');
-        this.$http.get('/rice/showLevel');
+        // this.$http.get('/MonkeyText/test');
+        // this.getCurrent();
+        // this.$http.get('/sysConfig/get/rice_level').then(res => {
+        //     this.levels = JSON.parse(res.value);
+        // });
+        // this.$http.get('/rice/scoreRanking');
+        // this.$http.get('/rice/showLevel');
     },
     data() {
         return {