diff --git a/components/ns-login/ns-login.vue b/components/ns-login/ns-login.vue
index c6608a1..521348b 100644
--- a/components/ns-login/ns-login.vue
+++ b/components/ns-login/ns-login.vue
@@ -727,8 +727,19 @@ export default {
},
// 承诺书 注册 - 显示弹框
promiseRegisterShow(){
- this.request_type = 'register';
- this.$refs.registerPopup.open()
+ if (!uni.getStorageSync('source_member')){
+ uni.showModal({
+ title: '请扫推广码注册',
+ mask: true,
+ duration: 2000,
+ showCancel: false,
+ success: function () {
+ }
+ });
+ }else {
+ this.request_type = 'register';
+ this.$refs.registerPopup.open()
+ }
},
// 承诺书 注册 - 申请注册
promiseRegister(){
diff --git a/pages_rush/futures/order_details.vue b/pages_rush/futures/order_details.vue
index 4883ddc..2db2fa3 100644
--- a/pages_rush/futures/order_details.vue
+++ b/pages_rush/futures/order_details.vue
@@ -97,7 +97,7 @@
请输入转售价格:
-
+
@@ -125,7 +125,7 @@
-
+
@@ -244,7 +244,7 @@ export default {
this.proposedPrice =(parseFloat(unitPrice) + parseFloat(proposedPrice)).toFixed(2);
this.price_range.min_price = (parseFloat(unitPrice) + parseFloat(minPrice)).toFixed(2);
this.price_range.max_price = (parseFloat(unitPrice) + parseFloat(maxPrice)).toFixed(2);
- let service = (this.proposedPrice * (parseFloat(res.data.service_price) / 100)).toFixed(2); //总计服务费
+ let service = (this.info.unit_price * (parseFloat(res.data.service_price) / 100)).toFixed(2); //总计服务费
// 计算技术手续费
this.service_charge = (service * (parseFloat(res.data.technical_range) / 100)).toFixed(2);
// 计算商家佣金