Prechádzať zdrojové kódy

采美豆抵扣优惠券

zhengjinyi 3 rokov pred
rodič
commit
d777bc5f60
2 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 1 1
      pages/seller/cart/coupon.vue
  2. 2 2
      services/config.env.js

+ 1 - 1
pages/seller/cart/coupon.vue

@@ -7,7 +7,7 @@
 			</view>
 			<template v-else>
 				<view v-for="(coupon, index) in coupinList" :key="index" :id="coupon.id" class="coupon-list">
-					<view class="list-cell-tag" v-if="coupon.couponBtnType == 1">售价¥{{ coupon.moneyCouponPrice }}</view>
+					<view class="list-cell-tag" v-if="coupon.couponPayWay == 1">售价¥{{ coupon.moneyCouponPrice }}</view>
 					<view class="list-cell-tag" v-else>售价{{ coupon.moneyCouponPrice }}采美豆</view>
 					<view class="list-cell-le">
 						<view class="coupon-maxMoney"> <text class="small">¥</text> {{ coupon.couponAmount }} </view>

+ 2 - 2
services/config.env.js

@@ -8,7 +8,7 @@ if(process.env.NODE_ENV === 'development'){
     // URL_CONFIG = 'https://core.caimei365.com'
 }else{
     // 生产环境
-    // URL_CONFIG = 'https://core-b.caimei365.com'
-    URL_CONFIG = 'https://core.caimei365.com'
+    URL_CONFIG = 'https://core-b.caimei365.com'
+    // URL_CONFIG = 'https://core.caimei365.com'
 }
 export default URL_CONFIG