loop 11 месяцев назад
Родитель
Сommit
a00f2d46f0
1 измененных файлов с 13 добавлено и 11 удалено
  1. 13 11
      src/pages/pay/index.vue

+ 13 - 11
src/pages/pay/index.vue

@@ -39,11 +39,11 @@
       </view>
     </view>
     <view class="main">
-      <button class="button popup-success" @click="getFlowActivityDetailInfo()">
-        <text
-            class="button-text success-text">领取福利
-        </text>
-      </button>
+<!--      <button class="button popup-success" @click="getFlowActivityDetailInfo()">-->
+<!--        <text-->
+<!--            class="button-text success-text">领取福利-->
+<!--        </text>-->
+<!--      </button>-->
       <view class="title" flex>
         <text>流量选择</text>
         <uni-icons type="help" color="#828282" style="margin-left: 4px;" @click="getOpen"/>
@@ -231,14 +231,16 @@ export default {
             this.msgType = "success"
             this.$refs.alertDialog.open()
           } else {
-            this.msgType = "warn"
-            this.messageText = res.data.msg
-            this.$refs.message.open()
+            // this.msgType = "warn"
+            // this.messageText = res.data.msg
+            // this.$refs.message.open()
+            console.log(res.data)
           }
         } else {
-          this.msgType = "warn"
-          this.messageText = res.msg
-          this.$refs.message.open()
+          console.log(res.data)
+          // this.msgType = "warn"
+          // this.messageText = res.msg
+          // this.$refs.message.open()
         }
       })
     }