zhangwei пре 3 година
родитељ
комит
7290a1e300
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      src/view/red-packet.vue

+ 4 - 4
src/view/red-packet.vue

@@ -384,7 +384,7 @@ function myReceivedState() {
   // 我的红包已经过期了 and 大红包可以领取
   if (data.detail.myReceived.taskFinishStatus == 2 && !data.detail.receiveTimeExpired) {
     data.status = 'not-open'
-    
+
     // 任务已经被领完了
     if (data.detail.totalCount == data.detail.receiveCount) {
       data.status = 'close'
@@ -591,21 +591,21 @@ function handleFinishRedPacket() {
                 if (_data[i].finished) {
                   data.done.follow = true
                 } else {
-                  alert('关注未完成')
+                  alert('Please complete the task: follow')
                 }
                 break
               case '2':
                 if (_data[i].finished) {
                   data.done.like = true
                 } else {
-                  alert('like未完成')
+                  alert('Please complete the task: like tweet')
                 }
                 break
               case '3':
                 if (_data[i].finished) {
                   data.done.retweet = true
                 } else {
-                  alert('转推未完成')
+                  alert('Please complete the task: Retweet')
                 }
                 break
             }