瀏覽代碼

commit-m 网银支付

zhengjinyi 4 年之前
父節點
當前提交
c84d255e1f
共有 3 個文件被更改,包括 24 次插入8 次删除
  1. 0 2
      common/css/iconfont.scss
  2. 22 4
      pages/user/order/order-payment.vue
  3. 2 2
      services/ajax.env.js

File diff suppressed because it is too large
+ 0 - 2
common/css/iconfont.scss


+ 22 - 4
pages/user/order/order-payment.vue

@@ -73,7 +73,7 @@
 							</view>
 							<view  class="pay-item" :class="{ 'current' : tabCurrentIndex === 1}"   @click="tabClick(1)" >
 								<view class="item-l">
-									<view class="item-icon"><text class="iconfont icon-yinlianzhifu"></text></view>
+									<view class="item-icon"><text class="iconfont icon-qiyewangyinzhifu"></text></view>
 									<view class="item-text">
 										<view class="txt-p">企业网银支付</view>
 										<view class="txt-t">需要在电脑端汇款</view>
@@ -83,6 +83,18 @@
 									<text class="iconfont icon-gougou"></text>
 								</view>
 							</view>
+							<view  class="pay-item" :class="{ 'current' : tabCurrentIndex === 2}"   @click="tabClick(2)" >
+								<view class="item-l">
+									<view class="item-icon"><text class="iconfont icon-gerenwangyinzhifu"></text></view>
+									<view class="item-text">
+										<view class="txt-p">个人网银支付</view>
+										<view class="txt-t">需要在电脑端汇款</view>
+									</view>
+								</view>
+								<view class="item-r">
+									<text class="iconfont icon-gougou"></text>
+								</view>
+							</view>
 						</view>
 					</view>
 				</view>
@@ -272,7 +284,11 @@
 						break;
 					case 1:
 						this.btnColor="#034582"
-						this.buttonText='使用网银支付';
+						this.buttonText='使用企业网银支付';
+						break;
+					case 2:
+						this.btnColor="#034582"
+						this.buttonText='使用个人网银支付';
 						break;
 				}
 			},
@@ -338,7 +354,6 @@
 				background-size: cover;
 				float: left;
 				margin-top: 40rpx;
-				margin-bottom: 40rpx;
 				.pay-p{
 					font-size: $font-size-26;
 					color: #FFFFFF;
@@ -419,9 +434,12 @@
 								.icon-weixinzhifu{
 									color: #09BB07;
 								}
-								.icon-yinlianzhifu{
+								.icon-gerenwangyinzhifu{
 									color: #034582;
 								}
+								.icon-qiyewangyinzhifu{
+									color: #004889;
+								}
 							}
 							.item-texts{
 								line-height: 96rpx;

+ 2 - 2
services/ajax.env.js

@@ -4,8 +4,8 @@ if(process.env.NODE_ENV === 'development'){
 	// URL_CONFIG = 'http://192.168.2.68:8008'	 //涛涛联调地址
 	// URL_CONFIG = 'http://192.168.2.67:8008'	 //裴裴联调地址
 	// URL_CONFIG = 'http://192.168.2.75:8008'	 //超超联调地址
-    // URL_CONFIG = 'https://spi-b.caimei365.com'	 //采美测试地址
-	URL_CONFIG = 'https://spi.caimei365.com'
+    URL_CONFIG = 'https://spi-b.caimei365.com'	 //采美测试地址
+	// URL_CONFIG = 'https://spi.caimei365.com'
 }else{
     // 生产环境
 	// URL_CONFIG = 'https://spi-b.caimei365.com'

Some files were not shown because too many files changed in this diff