fix(repurchase): 强制阅读协议弹窗不展示问题修复 bug-91

This commit is contained in:
woody 2025-05-12 10:00:57 +08:00
parent f5bb9fe310
commit 79ceaa468c
2 changed files with 4 additions and 5 deletions

View File

@ -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,
},

View File

@ -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) => {