|
|
@@ -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" />
|
|
|
<view style="margin-top:30upx;">
|
|
|
<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>
|
|
|
@@ -96,7 +95,7 @@ export default {
|
|
|
that.showSuccess = true
|
|
|
setTimeout(function(){
|
|
|
that.payFinish()
|
|
|
- },1000)
|
|
|
+ },900)
|
|
|
}else{
|
|
|
this.$msg('还没有付款成功')
|
|
|
}
|
|
|
@@ -112,7 +111,7 @@ export default {
|
|
|
that.showSuccess = true
|
|
|
setTimeout(function(){
|
|
|
that.payFinish()
|
|
|
- },1500)
|
|
|
+ },900)
|
|
|
}else{
|
|
|
that.remindText = res.msg
|
|
|
that.returnCode = res.data.returnCode ? res.data.returnCode : ''
|
|
|
@@ -203,7 +202,7 @@ export default {
|
|
|
width: 120upx;
|
|
|
text-align: center;
|
|
|
line-height: 60upx;
|
|
|
- border: 1px solid #eee;
|
|
|
+ border: 2px solid #eee;
|
|
|
font-size: 16upx;
|
|
|
color: #333333;
|
|
|
display:inline-block;
|