Selaa lähdekoodia

update bug调整

wangxy 3 kuukautta sitten
vanhempi
commit
4d2f96f2a3
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      pages/newEnglish/index.vue

+ 2 - 2
pages/newEnglish/index.vue

@@ -196,7 +196,7 @@
         wordId:data.activeId
       }).then(res => {
         uni.showToast({
-          title: '收藏取消'
+          title: '操作成功'
         })
         data.collectFlag = 0;
       })
@@ -205,7 +205,7 @@
         wordId: data.activeId
       }).then(res => {
         uni.showToast({
-          title: '收藏成功'
+          title: '操作成功'
         })
         data.collectFlag = 1;
       })