shish 1 år sedan
förälder
incheckning
916c83643a

+ 3 - 4
ghsPad/src/pages/home/components/toPay.vue

@@ -15,7 +15,6 @@
                 <image style="width:40upx;height:40upx;position:absolute;top:190upx;left:205upx;" :src="`${constant.imgUrl}/icon/loading.gif`" v-if="goPay == 1" mode="scaleToFill" />
                 <image style="width:40upx;height:40upx;position:absolute;top:190upx;left:205upx;" :src="`${constant.imgUrl}/icon/loading.gif`" v-if="goPay == 1" mode="scaleToFill" />
                 <view style="margin-top:30upx;">
                 <view style="margin-top:30upx;">
                     <view @click="cancelPayFn" class="btn-default">取消</view>
                     <view @click="cancelPayFn" class="btn-default">取消</view>
-                    <!-- <view @click="reScan()" style="margin-left:20upx;background-color:#1c7b20;color:white;width:150upx;" class="btn-default">重新出示付款码</view> -->
                 </view>
                 </view>
             </view>
             </view>
         </view>
         </view>
@@ -96,7 +95,7 @@ export default {
                         that.showSuccess = true
                         that.showSuccess = true
                         setTimeout(function(){
                         setTimeout(function(){
                             that.payFinish()
                             that.payFinish()
-                        },1000)
+                        },900)
                     }else{
                     }else{
                         this.$msg('还没有付款成功')
                         this.$msg('还没有付款成功')
                     }
                     }
@@ -112,7 +111,7 @@ export default {
                         that.showSuccess = true
                         that.showSuccess = true
                         setTimeout(function(){
                         setTimeout(function(){
                             that.payFinish()
                             that.payFinish()
-                        },1200)
+                        },900)
                     }else{
                     }else{
                         that.remindText = res.msg
                         that.remindText = res.msg
                         that.goPay = 2
                         that.goPay = 2
@@ -201,7 +200,7 @@ export default {
             width: 120upx;
             width: 120upx;
             text-align: center;
             text-align: center;
             line-height: 60upx;
             line-height: 60upx;
-            border: 1px solid #eee;
+            border: 2px solid #eee;
             font-size: 16upx;
             font-size: 16upx;
             color: #333333;
             color: #333333;
             display:inline-block;
             display:inline-block;

+ 3 - 4
hdPad/src/pages/home/components/toPay.vue

@@ -15,7 +15,6 @@
                 <image style="width:40upx;height:40upx;position:absolute;top:190upx;left:205upx;" :src="`${constant.imgUrl}/icon/loading.gif`" v-if="goPay == 1" mode="scaleToFill" />
                 <image style="width:40upx;height:40upx;position:absolute;top:190upx;left:205upx;" :src="`${constant.imgUrl}/icon/loading.gif`" v-if="goPay == 1" mode="scaleToFill" />
                 <view style="margin-top:30upx;">
                 <view style="margin-top:30upx;">
                     <view @click="cancelPayFn" class="btn-default">取消</view>
                     <view @click="cancelPayFn" class="btn-default">取消</view>
-                    <!-- <view @click="reScan()" style="margin-left:20upx;background-color:#1c7b20;color:white;width:150upx;" class="btn-default">重新出示付款码</view> -->
                 </view>
                 </view>
             </view>
             </view>
         </view>
         </view>
@@ -96,7 +95,7 @@ export default {
                         that.showSuccess = true
                         that.showSuccess = true
                         setTimeout(function(){
                         setTimeout(function(){
                             that.payFinish()
                             that.payFinish()
-                        },1000)
+                        },900)
                     }else{
                     }else{
                         this.$msg('还没有付款成功')
                         this.$msg('还没有付款成功')
                     }
                     }
@@ -112,7 +111,7 @@ export default {
                         that.showSuccess = true
                         that.showSuccess = true
                         setTimeout(function(){
                         setTimeout(function(){
                             that.payFinish()
                             that.payFinish()
-                        },1500)
+                        },900)
                     }else{
                     }else{
                         that.remindText = res.msg
                         that.remindText = res.msg
                         that.returnCode = res.data.returnCode ? res.data.returnCode : ''
                         that.returnCode = res.data.returnCode ? res.data.returnCode : ''
@@ -203,7 +202,7 @@ export default {
             width: 120upx;
             width: 120upx;
             text-align: center;
             text-align: center;
             line-height: 60upx;
             line-height: 60upx;
-            border: 1px solid #eee;
+            border: 2px solid #eee;
             font-size: 16upx;
             font-size: 16upx;
             color: #333333;
             color: #333333;
             display:inline-block;
             display:inline-block;