|  | @@ -303,7 +303,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |            })
 | 
	
		
			
				|  |  |            const result = res.data || {}
 | 
	
		
			
				|  |  | -          if (res.code === 998) {
 | 
	
		
			
				|  |  | +          if (res.code === 998 || res.code === 999) {
 | 
	
		
			
				|  |  |              this.dialogVisiable = true
 | 
	
		
			
				|  |  |              this.dialogContent = res.msg
 | 
	
		
			
				|  |  |              this.dialogBtnText = '刷新'
 | 
	
	
		
			
				|  | @@ -343,20 +343,13 @@ export default defineComponent({
 | 
	
		
			
				|  |  |            })
 | 
	
		
			
				|  |  |            const result = res.data || {}
 | 
	
		
			
				|  |  |            // 支付成功
 | 
	
		
			
				|  |  | -          if (res.code === 999) {
 | 
	
		
			
				|  |  | +          if (res.code === 999 || res.code === 998) {
 | 
	
		
			
				|  |  |              this.dialogVisiable = true
 | 
	
		
			
				|  |  |              this.dialogContent = res.msg
 | 
	
		
			
				|  |  |              this.dialogBtnText = '确定'
 | 
	
		
			
				|  |  |              this.dialogType = 'back'
 | 
	
		
			
				|  |  |              return
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  | -          if (res.code === 998) {
 | 
	
		
			
				|  |  | -            this.dialogVisiable = true
 | 
	
		
			
				|  |  | -            this.dialogContent = res.msg
 | 
	
		
			
				|  |  | -            this.dialogBtnText = '刷新'
 | 
	
		
			
				|  |  | -            this.dialogType = 'back'
 | 
	
		
			
				|  |  | -            return
 | 
	
		
			
				|  |  | -          }
 | 
	
		
			
				|  |  |            if (result.status == 'PAID') {
 | 
	
		
			
				|  |  |              this.$router.replace({
 | 
	
		
			
				|  |  |                path: '/tradeDetail',
 | 
	
	
		
			
				|  | @@ -589,7 +582,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |                <div class={styles.btnGroup}>
 | 
	
		
			
				|  |  |                  <div class={styles.priceSection}>
 | 
	
		
			
				|  |  |                    <span class={styles.goodsNum}>共{this.goodsNum || 1}件</span>
 | 
	
		
			
				|  |  | -                  支付金额:
 | 
	
		
			
				|  |  | +                  合计:
 | 
	
		
			
				|  |  |                    <div class={styles.price}>
 | 
	
		
			
				|  |  |                      <span class={styles.priceUnit}>¥</span>
 | 
	
		
			
				|  |  |                      <span class={styles.priceNum}>
 |