瀏覽代碼

隐藏支付

hwq 4 年之前
父節點
當前提交
7e9b655a04
共有 4 個文件被更改,包括 19 次插入9 次删除
  1. 4 4
      pages/index/fugou.vue
  2. 2 2
      pages/money/pay.vue
  3. 1 1
      pages/public/register.vue
  4. 12 2
      pages/set/userinfo.vue

+ 4 - 4
pages/index/fugou.vue

@@ -42,7 +42,7 @@
 						<view class="type">选择支付方式</view>
 						<view class="image" @click="close"><image src="../../static/img/x.png" mode="aspectFill"></image></view>
 					</view>
-					<view class="paybox-main flex">
+					<!-- <view class="paybox-main flex">
 						<view class="zftype flex">
 							<image src="../../static/img/weixin.png" mode="aspectFill"></image>
 							<view class="zf">微信支付</view>
@@ -55,7 +55,7 @@
 							<view class="zf">支付宝支付</view>
 						</view>
 						<label class="radio1" @click="changePayType(4)"><radio style="transform:scale(0.7)" value="" :checked="payType == 4" color="#5dbc7c"></radio></label>
-					</view>
+					</view> -->
 					<view class="paybox-main flex">
 						<view class="zftype flex">
 							<image src="../../static/img/yue.png" mode="aspectFill"></image>
@@ -110,8 +110,8 @@ export default {
 				// }
 			],
 			desc: '', //备注
-			payType: 1, //1微信 2余额 2佣金
-			payName:'weixin',
+			payType: 2, //1微信 2余额 2佣金
+			payName:'yue',
 			// 商品列表
 			shopList: '',
 			// 购物车id

+ 2 - 2
pages/money/pay.vue

@@ -16,11 +16,11 @@
 			</view>
 			<!-- #endif -->
 			<!-- #ifdef APP-PLUS -->
-			<view class="type-item b-b" @click="changePayType(2)">
+			<!-- <view class="type-item b-b" @click="changePayType(2)">
 				<text class="icon iconfont iconzhifubao"></text>
 				<view class="con"><text class="tit">支付宝支付</text></view>
 				<label class="radio"><radio value="" color="#5dbc7c" :checked="payType == 2"></radio></label>
-			</view>
+			</view> -->
 			<!-- #endif -->
 			<view class="type-item" @click="changePayType(3)">
 				<text class="icon iconfont iconyue"></text>

+ 1 - 1
pages/public/register.vue

@@ -70,7 +70,7 @@ export default {
 			parent_area: '',//区域
 			parent_areas: ['A','B','C'],//区域列表
 			pay_type: '',
-			pay_types: ['微信','余额','佣金'],
+			pay_types: ['余额','佣金'],
 			isSelsect: false,
 			isinvitation: false,
 			isparent_area: false,

+ 12 - 2
pages/set/userinfo.vue

@@ -42,7 +42,7 @@
   	</view>
   	<view class="submit-box" >
   		<view class="submit" @click="edit">确认修改</view>
-  		<view class="submit" @click="toLogout">退出登录</view>
+  		<view class="submit1" @click="toLogout">退出登录</view>
   	</view>
   	
   </view>
@@ -199,7 +199,17 @@
   			text-align: center;
   			padding:26rpx 0rpx;
   			border-radius: 50rpx;
-  		}
+  		}
+		.submit1{
+			margin: 40rpx auto;
+			width: 560rpx;
+			border: 1px solid #6EAB4E;
+			background-color: #FFFFFF;
+			color: #6EAB4E;
+			text-align: center;
+			padding:26rpx 0rpx;
+			border-radius: 50rpx;
+		}
   	}
     .jg {
       margin-bottom: 20rpx;