lilei 3 anni fa
parent
commit
a4c994af68

+ 2 - 2
App.vue

@@ -2,8 +2,8 @@
 	export default {
 		globalData: {
 			// baseUrl: 'http://192.168.16.156:9110/saas/clz/', // 本地
-			// baseUrl: 'https://md.test.zyucgj.com/saas/clz/', // 预发布
-			baseUrl: 'https://car.zyucgj.com/saas/clz/' // 生产
+			baseUrl: 'https://md.test.zyucgj.com/saas/clz/', // 预发布
+			// baseUrl: 'https://car.zyucgj.com/saas/clz/' // 生产
 		},
 		onLaunch: function() {
 			console.log('App Launch');

+ 2 - 2
pages/digitalShelf/settlementManage/settlementAyDetail.vue

@@ -40,11 +40,11 @@
 				 </view>
 			</scroll-view>
 		</view>
-		<view class="footer" v-if="totalMount">
+		<!-- <view class="footer" v-if="totalMount">
 			<u-button :throttle-time="100" @click="toPay" :custom-style="{background:'#1283d4',color:'#fff'}" shape="circle" type="success">
 				立即支付(¥{{totalMount}})
 			</u-button>
-		</view>
+		</view> -->
 	</view>
 </template>
 

+ 2 - 2
pages/digitalShelf/settlementManage/settlementSxDetail.vue

@@ -50,11 +50,11 @@
 				 </view>
 			</scroll-view>
 		</view>
-		<view class="footer" v-if="tabIndex==0&&info&&info.waitSettleAmount>0">
+		<!-- <view class="footer" v-if="tabIndex==0&&info&&info.waitSettleAmount>0">
 			<u-button @click="toPay" :throttle-time="100" :custom-style="{background:'#1283d4',color:'#fff'}" shape="circle" type="success">
 				立即支付(¥{{info.waitSettleAmount}})
 			</u-button>
-		</view>
+		</view> -->
 	</view>
 </template>
 

+ 2 - 1
pages/index/index.vue

@@ -11,7 +11,8 @@
 			</view>
 			<!-- 保证金 -->
 			<view class="notices flex align_center" v-if="bondRecord" @click="toPayBondAmount">
-				<view><u-icon name="volume" color="#f2a557" :size="28" :margin-right='15'></u-icon> 您有一笔保证金待支付 ¥{{bondRecord.bondAmount}}</view> <text>立即支付>></text>
+				<view><u-icon name="volume" color="#f2a557" :size="28" :margin-right='15'></u-icon> 您有一笔保证金待支付 ¥{{bondRecord.bondAmount}}</view> 
+				<!-- <text>立即支付>></text> -->
 			</view>
 			<!-- 待取货提醒 -->
 			<view class="notices flex align_center" v-if="!bondRecord&&orderTodo" @click="toOrder">