USER-20230908AJ\Administrator 4 kuukautta sitten
vanhempi
commit
2f28ab7501

+ 2 - 5
src/views/Forestage/Tourism/index.vue

@@ -216,11 +216,7 @@ export default {
 		},
 
 		handleGoodsItem(item) {
-       if(this.userInfo.is_opne!==1){
-        tools.error(this.$t('other.text10'))
-        this.getInfo();
-        return false
-      }
+
       if(this.userInfo.vip_id!==item.id){
         return false
       }
@@ -229,6 +225,7 @@ export default {
 		},
 
 		pay() {
+
 			if (this.userInfo.is_opne!==1 || this.userInfo.vip_id!==this.item.id) {
 				tools.error(this.$t('other.text10'))
         this.getInfo()

+ 1 - 1
src/views/Forestage/Tourism/order-sett.vue

@@ -72,7 +72,7 @@ export default {
 
             //  支付失败了
             if (this.orderDetail.status <= 1) {
-              this.$refs.balanceTip.setOpen(true)
+              this.$refs.orderDetail.setOpen(true)
             }
           }
         },1000);