diff --git a/App.vue b/App.vue
index 2f2b6e6..ae5516e 100644
--- a/App.vue
+++ b/App.vue
@@ -1,7 +1,6 @@
-
diff --git a/pages_promotion/fenxiao/index.vue b/pages_promotion/fenxiao/index.vue
index 7b356c2..cfe47b2 100644
--- a/pages_promotion/fenxiao/index.vue
+++ b/pages_promotion/fenxiao/index.vue
@@ -255,7 +255,7 @@ export default {
this.getTeamNum();
this.showEmpty = true;
} else {
- this.$util.redirectTo('/pages_promotion/fenxiao/apply', {}, 'redirectTo');
+ this.$util.redirectTo('/pages_promotion/fenxiao/apply_upgrade', {}, 'redirectTo');
}
},
fail: res => {
diff --git a/pages_promotion/presale/payment.vue b/pages_promotion/presale/payment.vue
index e4b0187..6154080 100644
--- a/pages_promotion/presale/payment.vue
+++ b/pages_promotion/presale/payment.vue
@@ -7,8 +7,7 @@
:style="{
'padding-top': menuButtonBounding.top + 'px',
height: menuButtonBounding.height + 'px'
- }"
- >
+ }">
确认订单
@@ -37,8 +36,7 @@
+ v-if="orderPaymentData.delivery.delivery_type != 'store'">
diff --git a/pages_rush/components/pay-pop/pay-pop.vue b/pages_rush/components/pay-pop/pay-pop.vue
new file mode 100644
index 0000000..cb83d8f
--- /dev/null
+++ b/pages_rush/components/pay-pop/pay-pop.vue
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{txt}}
+ (长度{{pwdlength}}位)
+
+
+
+
+
+
+
+
+
+
+
+
+ {{star_lis[k]}}
+
+
+
+ 忘记密码?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages_rush/components/pay-pop/static/bg.png b/pages_rush/components/pay-pop/static/bg.png
new file mode 100644
index 0000000..0854a29
Binary files /dev/null and b/pages_rush/components/pay-pop/static/bg.png differ
diff --git a/pages_rush/components/pay-pop/static/ht.png b/pages_rush/components/pay-pop/static/ht.png
new file mode 100644
index 0000000..8ff2a81
Binary files /dev/null and b/pages_rush/components/pay-pop/static/ht.png differ
diff --git a/pages_rush/components/pay-pop/static/pwd.png b/pages_rush/components/pay-pop/static/pwd.png
new file mode 100644
index 0000000..bfec071
Binary files /dev/null and b/pages_rush/components/pay-pop/static/pwd.png differ
diff --git a/pages_rush/components/pay-pop/static/pwd1.png b/pages_rush/components/pay-pop/static/pwd1.png
new file mode 100644
index 0000000..493925a
Binary files /dev/null and b/pages_rush/components/pay-pop/static/pwd1.png differ
diff --git a/pages_rush/components/pay-pop/static/sq.png b/pages_rush/components/pay-pop/static/sq.png
new file mode 100644
index 0000000..c1cafd6
Binary files /dev/null and b/pages_rush/components/pay-pop/static/sq.png differ
diff --git a/pages_rush/components/pay-pop/static/szjp.scss b/pages_rush/components/pay-pop/static/szjp.scss
new file mode 100644
index 0000000..c36a01f
--- /dev/null
+++ b/pages_rush/components/pay-pop/static/szjp.scss
@@ -0,0 +1,288 @@
+.mask {
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background: rgba(0, 0, 0, 0.4);
+}
+.box {
+ width: 100vw;
+ height: 50vh;
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ margin: auto;
+ z-index: 101;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ .center {
+ position: absolute;
+ }
+ .bottom {
+ position: absolute;
+ bottom: 0;
+ width: 100%;
+ background: #fff;
+ border-radius: 30rpx 30rpx 0 0;
+ .tle {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding: 30rpx 3%;
+ .tle_lft {
+ display: flex;
+ align-items: center;
+ image {
+ width:60rpx;
+ height:60rpx;
+ }
+ .tle_1 {
+ font-size: 30rpx;
+ color: #444;
+ font-weight: bold;
+ letter-spacing: 3rpx;
+ padding-left: 8rpx;
+ }
+ .tle_2 {
+ font-size: 24rpx;
+ color: #999;
+ letter-spacing: 3rpx;
+ padding-left: 10rpx;
+ }
+ }
+ .tle_rgt {
+ padding: 0 20rpx;
+ image {
+ width: 40rpx;
+ }
+ }
+ }
+ .pwd_info {
+ text-align: center;
+ font-size: 24rpx;
+ color: red;
+ margin: 10px;
+ height: 100rpx;
+ line-height: 80rpx;
+ }
+ .bg {
+ opacity: 0.5;
+ position: absolute;
+ top: 85rpx;
+ // left: 0;
+ right: 0;
+ image {
+ width: 250rpx;
+ }
+ }
+ }
+}
+
+.pwd_box {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background: #fff;
+ padding: 20rpx 0 0 0;
+
+ .pwd-text {
+ position: relative;
+ line-height: 60rpx;
+ vertical-align: middle;
+ text-align: center;
+ font-size: 46rpx;
+ color: #0fb361;
+ font-weight: bold;
+ width: 60rpx;
+ height: 70rpx;
+ margin-right: 20rpx;
+ display: inline-block;
+ border-bottom: solid 1px #666;
+ }
+
+ .pwd-text.active:after {
+ -webkit-animation: twinkle 1s infinite;
+ animation: twinkle 1s infinite;
+ height: 40rpx;
+ width: 5rpx;
+ content: "";
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ background-color: #007aff;
+ }
+
+ @-webkit-keyframes twinkle {
+ from {
+ background-color: #007aff;
+ }
+
+ to {
+ background-color: transparent;
+ }
+ }
+}
+
+.solt {
+ width: 96vw;
+ background: #f5f5f5;
+ padding: 40rpx 2vw;
+ display: flex;
+ align-items: center;
+ border-top: 1px solid #ccc;
+
+ // border-radius: 30rpx 30rpx 0 0;
+ .s_lft {
+ width: 78vw;
+ padding-right: 10rpx;
+ height: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ flex-wrap: wrap;
+
+ .s_li {
+ width: 31%;
+ margin-bottom: 20rpx;
+ background: #fff;
+ height: 90rpx;
+ line-height: 90rpx;
+ border-radius: 10rpx;
+ text-align: center;
+ font-size: 40rpx;
+ color: #444;
+ font-weight: bold;
+ border: 1px solid #fff;
+ margin: 10px 5px 5px 0;
+ }
+
+ .s_o {
+ width: 65%;
+ }
+
+ .button-hover {
+ background: #eee !important;
+ }
+
+ .s_sq {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+
+ image {
+ width: 30rpx;
+ height: 30rpx;
+ }
+ }
+ }
+
+ .s_rgt {
+ width: 20vw;
+ height: 100%;
+
+ .s_li {
+ width: 100%;
+ margin-bottom: 20rpx;
+ background: #fff;
+
+ border-radius: 10rpx;
+ text-align: center;
+ font-size: 28rpx;
+ color: #000;
+ font-weight: bold;
+ border: 1px solid #fff;
+ }
+
+ .s_s {
+ height: 200rpx;
+ line-height: 200rpx;
+ color: #fff;
+ margin: 0 0 -5px;
+ background: #0fb361;
+ }
+
+ .s_x {
+ height: 200rpx;
+ line-height: 200rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin: 0 0 5px;
+ image {
+ width: 50rpx;
+ }
+ }
+ .s_cx {
+ .button-hover {
+ background: #eee !important;
+ }
+ }
+
+ .s_qd {
+ .button-hover {
+ background: #2aa515 !important;
+ }
+ }
+ }
+}
+
+
+/* 弹入-从下 */
+.a-bounceinB {
+ -webkit-animation: 0.3s ease-out backwards;
+ -moz-animation: 0.3s ease-out backwards;
+ -ms-animation: 0.3s ease-out backwards;
+ -moz-transform: translate3d(0, 0, 0);
+ -ms-transform: translate3d(0, 0, 0);
+ -o-transform: translate3d(0, 0, 0);
+ transform: translate3d(0, 0, 0);
+ -webkit-animation-name: bounceinB;
+ -moz-animation-name: bounceinB;
+ -ms-animation-name: bounceinB;
+ animation-name: bounceinB;
+}
+
+/* 弹入-从下 */
+@keyframes bounceinB {
+ 0% {
+ opacity: 0;
+ transform: translateY(100%);
+ }
+
+ 100% {
+ opacity: 1;
+ transform: translateY(0);
+ }
+}
+
+/* 弹出-向下 */
+.a-bounceoutB {
+ -webkit-animation: 0.3s ease-in forwards;
+ -moz-animation: 0.3s ease-in forwards;
+ -ms-animation: 0.3s ease-in forwards;
+ animation: 0.3s ease-in forwards;
+ -moz-transform: translate3d(0, 0, 0);
+ -ms-transform: translate3d(0, 0, 0);
+ -o-transform: translate3d(0, 0, 0);
+ transform: translate3d(0, 0, 0);
+ -webkit-animation-name: bounceoutB;
+ -moz-animation-name: bounceoutB;
+ -ms-animation-name: bounceoutB;
+ animation-name: bounceoutB;
+}
+
+/* 弹出-向下 */
+@keyframes bounceoutB {
+ 0% {
+ opacity: 1;
+ transform: translateY(0);
+ }
+
+ 100% {
+ opacity: 0;
+ transform: translateY(100%);
+ }
+}
\ No newline at end of file
diff --git a/pages_rush/components/pay-pop/static/yj1.png b/pages_rush/components/pay-pop/static/yj1.png
new file mode 100644
index 0000000..5ae3a1b
Binary files /dev/null and b/pages_rush/components/pay-pop/static/yj1.png differ
diff --git a/pages_rush/components/pay-pop/static/yj2.png b/pages_rush/components/pay-pop/static/yj2.png
new file mode 100644
index 0000000..2d40ae6
Binary files /dev/null and b/pages_rush/components/pay-pop/static/yj2.png differ
diff --git a/pages_rush/components/uni-popup-dialog/uni-popup-dialog.vue b/pages_rush/components/uni-popup-dialog/uni-popup-dialog.vue
index 9289396..65d5c0e 100644
--- a/pages_rush/components/uni-popup-dialog/uni-popup-dialog.vue
+++ b/pages_rush/components/uni-popup-dialog/uni-popup-dialog.vue
@@ -27,9 +27,7 @@
-
diff --git a/pages_rush/futures/my_shop.vue b/pages_rush/futures/my_shop.vue
index 01229a1..1171383 100644
--- a/pages_rush/futures/my_shop.vue
+++ b/pages_rush/futures/my_shop.vue
@@ -26,7 +26,7 @@
违规总次数
{{ user.total_violation_num || 0 }}
-
+
+ 您已完成{{user.business_num}}次寄售
@@ -258,7 +259,7 @@ export default {
border-radius: 20rpx;
margin-top: 30rpx;
box-shadow: 4rpx 4rpx 6rpx #e9eaed;
-
+
.left{
height: var(--left-size--);
width: var(--left-size--);
@@ -306,6 +307,12 @@ export default {
}
}
}
+ .point {
+ justify-content: flex-end;
+ display: flex;
+ margin-top: 15px;
+
+ }
}
}
.punish{
diff --git a/pages_rush/futures/order.vue b/pages_rush/futures/order.vue
index a8326b1..bcdffaa 100644
--- a/pages_rush/futures/order.vue
+++ b/pages_rush/futures/order.vue
@@ -13,8 +13,7 @@
+ @click="tabs_active = item.status">
{{ item.title }}
@@ -40,7 +39,8 @@
- 查看详情
+ 支付
+ 查看详情
@@ -49,26 +49,26 @@
+
+
-
diff --git a/pages_rush/order/detail.vue b/pages_rush/order/detail.vue
index 1e591c2..71aa3a0 100644
--- a/pages_rush/order/detail.vue
+++ b/pages_rush/order/detail.vue
@@ -342,14 +342,14 @@
-
+
diff --git a/pages_rush/order/list.vue b/pages_rush/order/list.vue
index dca19ca..b0f1c9f 100644
--- a/pages_rush/order/list.vue
+++ b/pages_rush/order/list.vue
@@ -119,8 +119,7 @@
+ @click="operation('memberOrderEvaluation', orderItem)">
评价
追评
@@ -129,8 +128,7 @@
:class="{ 'color-base-border color-base-bg': operationItem.action == 'orderPay' }"
v-for="(operationItem, operationIndex) in orderItem.action"
:key="operationIndex"
- @click="operation(operationItem.action, orderItem)"
- >
+ @click="operation(operationItem.action, orderItem)">
{{ operationItem.title }}
diff --git a/pages_tool/member/assets.vue b/pages_tool/member/assets.vue
index 2084920..d7c15e2 100644
--- a/pages_tool/member/assets.vue
+++ b/pages_tool/member/assets.vue
@@ -56,15 +56,15 @@
- ¥{{ fenxiao_info.account }}
+ ¥{{ fenxiao_info.account ||0 }}
可提现佣金
- ¥{{ fenxiao_info.account_withdraw_apply }}
+ ¥{{ fenxiao_info.account_withdraw_apply ||0}}
提现中佣金
- {{ accountInfo.fenxiao_order_count }}
+ {{ accountInfo.fenxiao_order_count ||0}}
待结算订单
diff --git a/pages_tool/member/balance_transfer.vue b/pages_tool/member/balance_transfer.vue
index e489c31..027bf14 100644
--- a/pages_tool/member/balance_transfer.vue
+++ b/pages_tool/member/balance_transfer.vue
@@ -2,11 +2,11 @@
- 会员账号:
+ 账号:
-
+
-
+
@@ -17,7 +17,7 @@
{{ $lang('common.currencySymbol') }}
-
+
@@ -30,11 +30,10 @@
支付密码:
-
+
-
+
确认转账
@@ -103,7 +102,7 @@ export default {
content: '您未设置支付密码,需设置支付密码后进行转账,点击确定前往支付密码设置',
success: function (res) {
if (res.confirm) {
- _this.$util.redirectTo('/pages_tool/member/info_edit', {action: 'pay_password'}, '');
+ _this.$util.redirectTo('/pages_tool/member/pay_password',{'back':'/pages_tool/member/balance_transfer'});
} else if (res.cancel) {
_this.isSub = false;
console.log('用户点击取消');
@@ -206,9 +205,6 @@ export default {
});
}
}
-
-
-
},
filters: {
/**
diff --git a/pages_tool/member/info.vue b/pages_tool/member/info.vue
index 76a31a2..1575484 100644
--- a/pages_tool/member/info.vue
+++ b/pages_tool/member/info.vue
@@ -70,6 +70,7 @@
{{ $lang('paypassword') }}
+
所在地址
{{ memberInfo.full_address }} {{ memberInfo.address }}
diff --git a/pages_tool/member/info_edit.vue b/pages_tool/member/info_edit.vue
index aafb5dc..a684076 100644
--- a/pages_tool/member/info_edit.vue
+++ b/pages_tool/member/info_edit.vue
@@ -62,8 +62,8 @@
-
-
+
+
请先绑定手机再执行该操作
@@ -71,7 +71,7 @@
-
+
{{ $lang('nowPassword') }}
@@ -97,12 +97,14 @@
-
+
+
+
diff --git a/pages_tool/member/pay_password.vue b/pages_tool/member/pay_password.vue
index 47145e3..5f628d1 100644
--- a/pages_tool/member/pay_password.vue
+++ b/pages_tool/member/pay_password.vue
@@ -15,7 +15,6 @@
-