|
|
@@ -21,7 +21,7 @@
|
|
|
<view style="text-align:center;">
|
|
|
<image style="width:40upx;height:40upx;margin:0 auto;" :src="`${constant.imgUrl}/icon/loading.gif`" v-if="goPay == 1" mode="scaleToFill" />
|
|
|
<block v-if="goPay == 2">
|
|
|
- <view style="color:red;font-weight:bold;font-size:28upx;">{{ remindText }}</view>
|
|
|
+ <view style="color:red;font-weight:bold;font-size:28upx;margin-bottom:20upx;">{{ remindText }}</view>
|
|
|
<view style="width:100%;text-align:center;" v-if="returnCode=='BBS11105' || returnCode=='BBS10000'">
|
|
|
<button style="width:25vh;" class="admin-button-com big" @click="checkResult()">查询结果</button>
|
|
|
</view>
|
|
|
@@ -376,6 +376,9 @@ export default {
|
|
|
})
|
|
|
})
|
|
|
}
|
|
|
+ },
|
|
|
+};
|
|
|
+</script>
|
|
|
<style lang="scss" scoped>
|
|
|
.app-content {
|
|
|
.callback-wrap {
|