yuwenjun1997 преди 2 години
родител
ревизия
ce4b418234
променени са 2 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 3 3
      pages/views/goods/goods-detail.vue
  2. 2 2
      services/config.env.js

+ 3 - 3
pages/views/goods/goods-detail.vue

@@ -96,8 +96,8 @@
             <cm-goods-activity-popup
             <cm-goods-activity-popup
                 ref="activitypPopup"
                 ref="activitypPopup"
                 :ladderList="ladderPriceList"
                 :ladderList="ladderPriceList"
-                @open="$refs.receiveBuyPopup.close()"
-                @close="$refs.receiveBuyPopup.open()"
+                @open="goodsBuyPopup = false"
+                @close="goodsBuyPopup = true"
             ></cm-goods-activity-popup>
             ></cm-goods-activity-popup>
             
             
             <!-- 分享弹窗 -->
             <!-- 分享弹窗 -->
@@ -263,7 +263,7 @@ export default {
         handleShowActivity(current) {
         handleShowActivity(current) {
             if (!current.ladderPriceList) return
             if (!current.ladderPriceList) return
             this.ladderPriceList = current.ladderPriceList
             this.ladderPriceList = current.ladderPriceList
-            this.$refs.receiveBuyPopup.open()
+            this.$refs.activitypPopup.open()
         },
         },
 
 
         // 商品提交
         // 商品提交

+ 2 - 2
services/config.env.js

@@ -2,9 +2,9 @@ export let APP_API_URI = ''
 if (process.env.NODE_ENV === 'development') {
 if (process.env.NODE_ENV === 'development') {
     // 开发环境
     // 开发环境
     // APP_API_URI = 'http://192.168.2.67:8011'	 //本地联调地址
     // APP_API_URI = 'http://192.168.2.67:8011'	 //本地联调地址
-    APP_API_URI = 'https://mall2c-b.caimei365.com'
+    // APP_API_URI = 'https://mall2c-b.caimei365.com'
     // APP_API_URI = 'https://core-b.caimei365.com'
     // APP_API_URI = 'https://core-b.caimei365.com'
-    // APP_API_URI = 'https://mall2c.caimei365.com'
+    APP_API_URI = 'https://mall2c.caimei365.com'
 } else {
 } else {
     // 生产环境
     // 生产环境
     APP_API_URI = 'https://mall2c.caimei365.com'
     APP_API_URI = 'https://mall2c.caimei365.com'