فهرست منبع

update bug调整

wangxy 3 ماه پیش
والد
کامیت
4d2f96f2a3
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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;
       })