kevin_zhangl пре 2 година
родитељ
комит
fbac3741a9

+ 1 - 1
frontendApi/modules/v1/controllers/ShopController.php

@@ -532,7 +532,7 @@ class ShopController extends BaseController {
             ':CREATED_AT_END' => $createdAtEnd,
             ':STATUS' => \Yii::$app->params['orderStatus']['paid']['value'],
             ':SEND_AT' => 0,
-            'PAY_TYPE' => 'online',
+            ':PAY_TYPE' => 'online',
         ])->queryAll();
 
 

+ 8 - 1
frontendEle/src/views/shop/order-overseas.vue

@@ -267,7 +267,8 @@
               this.$confirm(`确定要购买商品吗?`, '提示', {
                 confirmButtonText: '确定',
                 cancelButtonText: '取消',
-                type: 'warning'
+                type: 'warning',
+                customClass: 'msg-box',
               }).then(() => {
                 network.postData(`shop/sure-approach-order`, data).then(response => {
                   this.submitButtonStat = false
@@ -447,6 +448,12 @@
   box-sizing: border-box;
   margin-left: 150px;
 }
+@media (max-width: 720px) {
+  .msgbox{
+    width: 320px !important;
+    margin-top: 15px;
+  }
+}
 </style>
 <style>
 .myclass {