Explorar o código

update bug调整

wangxy hai 3 meses
pai
achega
4d2f96f2a3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;
       })