fix(repurchase): 强制阅读协议弹窗不展示问题修复 bug-91
This commit is contained in:
parent
f5bb9fe310
commit
79ceaa468c
|
@ -446,7 +446,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- 强制阅读协议 -->
|
||||
<!-- <mustAgreeMent :waresCodeList="waresCodeList"></mustAgreeMent> -->
|
||||
<mustAgreeMent :waresCodeList="waresCodeList"></mustAgreeMent>
|
||||
<Pay
|
||||
:isPay="isPay"
|
||||
:onlinePay="onlinePay"
|
||||
|
@ -494,7 +494,6 @@ export default {
|
|||
components: {
|
||||
personInfo,
|
||||
AddAddress,
|
||||
agreement,
|
||||
Pay,
|
||||
mustAgreeMent,
|
||||
},
|
||||
|
|
|
@ -374,7 +374,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- 强制阅读协议 -->
|
||||
<!-- <mustAgreeMent :waresCodeList="waresCodeList"></mustAgreeMent> -->
|
||||
<mustAgreeMent :waresCodeList="waresCodeList"></mustAgreeMent>
|
||||
<Pay :isPay="isPay" @closePay="closePay" :paramsPost="paramsPost"></Pay>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -387,14 +387,14 @@ import { mapGetters } from "vuex";
|
|||
import * as api from "@/api/register.js";
|
||||
import { setTokenMi } from "@/util/auth";
|
||||
import Pay from "@/components/Pay.vue";
|
||||
// import mustAgreeMent from "@/components/mustAgreeMent.vue";
|
||||
import mustAgreeMent from "@/components/mustAgreeMent.vue";
|
||||
export default {
|
||||
components: {
|
||||
personInfo,
|
||||
AddAddress,
|
||||
// agreement,
|
||||
Pay,
|
||||
// mustAgreeMent,
|
||||
mustAgreeMent,
|
||||
},
|
||||
data() {
|
||||
let validateRecPhone = (rule, value, callback) => {
|
||||
|
|
Loading…
Reference in New Issue