lhl před 1 dnem
rodič
revize
6c9fb9fd9e

+ 1 - 1
pages/order/order.vue

@@ -59,7 +59,7 @@
 							<!-- <button v-if="item._status._title == '待评价'" class="action-btn">评价</button> -->
 							<button v-if="item._status._title == '待收货'" @click.stop="orderTake(item, index)" class="action-btn">确认收货</button>
 							<!-- <button v-if="item._status._title == '未发货'" class="action-btn" @click.stop="orderRefund(item)">申请退款</button> -->
-							<button v-if="tabCurrentIndex != 4 && tabCurrentIndex != 2" class="action-btn" @click.stop="orderRefund(item)">申请退款</button>
+							<!-- <button v-if="tabCurrentIndex != 4 && tabCurrentIndex != 2" class="action-btn" @click.stop="orderRefund(item)">申请退款</button> -->
 						</view>
 					</view>
 

+ 1 - 1
pages/user/award.vue

@@ -389,7 +389,7 @@ page {
 		font-size: 15px;
 		color: #999999;
 		position: relative;
-		&.current {
+		.current {
 			color: #000;
 			&:after {
 				content: '';

+ 2 - 2
pages/user/withdrawal.vue

@@ -229,7 +229,7 @@
 				}
 				let data = {
 					extract_type: this.type, //bank -银行卡 alipay-支付宝 weixin-微信
-					money: this.withdrawal, //金额
+					money: this.withdrawal * 1, //金额
 					// type: 0 ,//0佣金1余额
 					// balance_type: this.typee
 				};
@@ -237,7 +237,7 @@
 				if (!this.withdrawal) {
 					return this.$api.msg('请输入提现金额')
 				}
-				if (this.withdrawal < this.minPrice) {
+				if (this.withdrawal * 1  < this.minPrice * 1) {
 					uni.showToast({
 						title: '提现金额不可少于' + this.minPrice,
 						duration: 2000,

+ 1 - 1
pages/user/yue.vue

@@ -336,7 +336,7 @@ page {
 		color: $font-color-dark;
 		position: relative;
 
-		&.current {
+		.current {
 			color: #000;
 			font-weight: bold;