Browse Source

H5:点单支付优化

panyong 3 years ago
parent
commit
dc97aaad58
1 changed files with 2 additions and 2 deletions
  1. 2 2
      htmldev/dashboard/src/views/sell/pay/index.vue

+ 2 - 2
htmldev/dashboard/src/views/sell/pay/index.vue

@@ -309,11 +309,11 @@ export default {
         const { status, msg, data } = await apiAddOrder(postData)
         this.booLock = false
         if (status) {
-          this.selectFoods = []
-          this.placeNum = ''
           this.AFPayBridge({
             ...data,
             callback: () => {
+              this.selectFoods = []
+              this.placeNum = ''
               this.$router.replace({ name: 'OrderList' })
             }
           })