lilei 4 months ago
parent
commit
e963fd9189
2 changed files with 3 additions and 3 deletions
  1. 2 2
      App.vue
  2. 1 1
      pagesB/shopiing/productDetail.vue

+ 2 - 2
App.vue

@@ -1,8 +1,8 @@
 <script>
 	export default {
 		globalData: {
-			baseUrl: 'http://192.168.2.10:9110/saas/clz/', // 本地
-			// baseUrl: 'https://md.test.zyucgj.com/saas/clz/', // 预发布
+			// baseUrl: 'http://192.168.2.10:9110/saas/clz/', // 本地
+			baseUrl: 'https://md.test.zyucgj.com/saas/clz/', // 预发布
 			// baseUrl: 'https://car.zyucgj.com/saas/clz/' // 生产
 		},
 		onLaunch: function() {

+ 1 - 1
pagesB/shopiing/productDetail.vue

@@ -217,7 +217,7 @@
 				</view>
 				<view class="pupu-box-pay-item">
 					<view class="popu-content-amount flex align_center justify_center">
-						<view>¥{{payInfo.totalAmount}}</view>
+						<view>¥{{payData.payAmount}}</view>
 					</view>
 					<view class="flex align_center justify_between" v-if="payInfo.totalSpecialGiveAmount>0">
 						<text>总优惠</text>